appwrite-utils
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -25,1 +25,2 @@ export { areCollectionNamesSame } from "./functions/collections.js"; | ||
export { parseAttribute } from "./functions/schema.js"; | ||
export { type AuthUser, AuthUserSchema } from "./schemas/authUser.js"; |
@@ -24,1 +24,2 @@ export { areCollectionNamesSame } from "./functions/collections.js"; | ||
export { parseAttribute } from "./functions/schema.js"; | ||
export { AuthUserSchema } from "./schemas/authUser.js"; |
{ | ||
"name": "appwrite-utils", | ||
"module": "dist/index.js", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "types": "dist/index.d.ts", |
@@ -75,2 +75,3 @@ # appwrite-utils | ||
- 0.2.2: Lots of updates, moved schemas and stuff here, fixed package, added export of AuthUser which got removed accidentally | ||
- 0.1.21: Changed `ID.unique()` to `ulid()` for random ID generation, refactored `schema.ts` into multiple files | ||
@@ -77,0 +78,0 @@ - 0.1.20: Forgot type ValidationRules, type ConverterFunctions, and type AfterImportActions |
@@ -101,1 +101,2 @@ export { areCollectionNamesSame } from "./functions/collections.js"; | ||
export { parseAttribute } from "./functions/schema.js"; | ||
export { type AuthUser, AuthUserSchema } from "./schemas/authUser.js"; |
325403
8568
81