appwrite-utils
Advanced tools
Comparing version 0.1.19 to 0.1.20
export { areCollectionNamesSame } from "./functions/collections.js"; | ||
export { converterFunctions } from "./functions/converters.js"; | ||
export { converterFunctions, type ConverterFunctions, } from "./functions/converters.js"; | ||
export { getFileDownloadUrl, getFileViewUrl } from "./functions/files.js"; | ||
export { validationRules } from "./functions/validationRules.js"; | ||
export { validationRules, type ValidationRules, } from "./functions/validationRules.js"; | ||
export { type AfterImportActions } from "./functions/afterImportActions.js"; | ||
export { type BooleanAttribute, booleanAttributeSchema, } from "./schemas/booleanAttribute.js"; | ||
@@ -6,0 +7,0 @@ export { type DatetimeAttribute, datetimeAttributeSchema, } from "./schemas/datetimeAttribute.js"; |
export { areCollectionNamesSame } from "./functions/collections.js"; | ||
export { converterFunctions } from "./functions/converters.js"; | ||
export { converterFunctions, } from "./functions/converters.js"; | ||
export { getFileDownloadUrl, getFileViewUrl } from "./functions/files.js"; | ||
export { validationRules } from "./functions/validationRules.js"; | ||
export { validationRules, } from "./functions/validationRules.js"; | ||
export { booleanAttributeSchema, } from "./schemas/booleanAttribute.js"; | ||
@@ -6,0 +6,0 @@ export { datetimeAttributeSchema, } from "./schemas/datetimeAttribute.js"; |
{ | ||
"name": "appwrite-utils", | ||
"module": "src/index.ts", | ||
"version": "0.1.19", | ||
"version": "0.1.20", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "types": "dist/index.d.ts", |
@@ -75,4 +75,5 @@ # appwrite-utils | ||
- 0.1.20: Forgot type ValidationRules, type ConverterFunctions, and type AfterImportActions | ||
- 0.1.19: Forgot Indexes oopsie | ||
- 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 |
export { areCollectionNamesSame } from "./functions/collections.js"; | ||
export { converterFunctions } from "./functions/converters.js"; | ||
export { | ||
converterFunctions, | ||
type ConverterFunctions, | ||
} from "./functions/converters.js"; | ||
export { getFileDownloadUrl, getFileViewUrl } from "./functions/files.js"; | ||
export { validationRules } from "./functions/validationRules.js"; | ||
export { | ||
validationRules, | ||
type ValidationRules, | ||
} from "./functions/validationRules.js"; | ||
export { type AfterImportActions } from "./functions/afterImportActions.js"; | ||
export { | ||
type BooleanAttribute, | ||
@@ -7,0 +14,0 @@ booleanAttributeSchema, |
276859
57
7464
79