appwrite-utils
Advanced tools
Comparing version 0.1.223 to 0.1.224
@@ -57,3 +57,3 @@ import { z } from "zod"; | ||
export const CollectionsSchema = z | ||
.array(CollectionSchema) | ||
.array(CollectionCreateSchema) | ||
.describe("An array of collections to create"); |
{ | ||
"name": "appwrite-utils", | ||
"module": "src/index.ts", | ||
"version": "0.1.223", | ||
"version": "0.1.224", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "types": "dist/index.d.ts", |
@@ -64,3 +64,3 @@ import { z } from "zod"; | ||
export const CollectionsSchema = z | ||
.array(CollectionSchema) | ||
.array(CollectionCreateSchema) | ||
.describe("An array of collections to create"); | ||
@@ -67,0 +67,0 @@ |
Sorry, the diff of this file is too big to display
322243
8473