appwrite-utils-cli 0.0.72 → 0.0.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -132,6 +132,7 @@ This setup ensures that developers have robust tools at their fingertips to mana
132
132
 
133
133
  ### Changelog
134
134
 
135
+ - 0.0.73: Fixed weird `workspace` issue
135
136
  - 0.0.72: Remove `ulid` for `ulidx`, fixing compatibility issues
136
137
  - 0.0.71: Slight change to file download logic after errors
137
138
  - 0.0.70: Bump to `node-appwrite` version
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "appwrite-utils-cli",
3
3
  "description": "Appwrite Utility Functions to help with database management, data conversion, data import, migrations, and much more. Meant to be used as a CLI tool, I do not recommend installing this in frontend environments.",
4
- "version": "0.0.72",
4
+ "version": "0.0.73",
5
5
  "main": "src/main.ts",
6
6
  "type": "module",
7
7
  "repository": {
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@types/inquirer": "^9.0.7",
36
- "appwrite-utils": "workspace:*",
36
+ "appwrite-utils": "^0.3.7",
37
37
  "commander": "^12.1.0",
38
38
  "inquirer": "^9.3.1",
39
39
  "js-yaml": "^4.1.0",