appwrite-utils
Advanced tools
Comparing version 0.3.8 to 0.3.9
{ | ||
"name": "appwrite-utils", | ||
"module": "dist/index.js", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"main": "dist/index.js", | ||
@@ -33,3 +33,3 @@ "types": "dist/index.d.ts", | ||
"@types/luxon": "^3.4.2", | ||
"appwrite": "^15.0.0", | ||
"appwrite": "^16.0.2", | ||
"luxon": "^3.5.0", | ||
@@ -36,0 +36,0 @@ "ulidx": "^2.4.0", |
@@ -75,2 +75,3 @@ # appwrite-utils | ||
- 0.3.9: Refactored the cli tool to allow for more specificity and configuration | ||
- 0.3.8: Upgraded some parts of the package, AppwriteConfig typing updated to include buckets, made cli tool interactive | ||
@@ -77,0 +78,0 @@ - 0.3.7: Remove `ulid` to replace with `ulidx` for compatibility |
@@ -0,0 +0,0 @@ import { Client } from "appwrite"; |
@@ -0,0 +0,0 @@ import { type Models, Compression } from "node-appwrite"; |
361095
92
+ Addedappwrite@16.0.2(transitive)
- Removedappwrite@15.0.0(transitive)
Updatedappwrite@^16.0.2