appwrite-utils
Advanced tools
Comparing version 0.1.17 to 0.1.18
@@ -15,2 +15,2 @@ export { areCollectionNamesSame } from "./functions/collections.js"; | ||
export { type UrlAttribute, urlAttributeSchema, } from "./schemas/urlAttribute.js"; | ||
export { type AppwriteConfig, AppwriteConfigSchema, type CollectionCreate, CollectionCreateSchema, } from "./functions/schema.js"; | ||
export { type AppwriteConfig, AppwriteConfigSchema, type CollectionCreate, CollectionCreateSchema, type Attribute, attributeSchema, } from "./functions/schema.js"; |
@@ -15,2 +15,2 @@ export { areCollectionNamesSame } from "./functions/collections.js"; | ||
export { urlAttributeSchema, } from "./schemas/urlAttribute.js"; | ||
export { AppwriteConfigSchema, CollectionCreateSchema, } from "./functions/schema.js"; | ||
export { AppwriteConfigSchema, CollectionCreateSchema, attributeSchema, } from "./functions/schema.js"; |
{ | ||
"name": "appwrite-utils", | ||
"module": "src/index.ts", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "types": "dist/index.d.ts", |
@@ -75,2 +75,3 @@ # appwrite-utils | ||
- 0.1.18: Added Attribute type to exports (union of all types) | ||
- 0.1.17: Fixed package in general, removed redundancies in appwrite-utils-cli as it now depends on this package |
@@ -47,2 +47,4 @@ export { areCollectionNamesSame } from "./functions/collections.js"; | ||
CollectionCreateSchema, | ||
type Attribute, | ||
attributeSchema, | ||
} from "./functions/schema.js"; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
276067
7445
77
0