release: @marketplaces/auth 0.1.0 (built from main)

This commit is contained in:
sdarbinyan
2026-08-18 01:55:26 +04:00
commit 93f99cc7b1
44 changed files with 1601 additions and 0 deletions

2
dist/util/guid.util.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
/** RFC4122 v4-ish GUID, using crypto when available. Shared by customer and admin session creation. */
export declare function generateGuid(): string;