@autoglm.js/cli 0.0.5 → 0.0.6

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/dist/index.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -3244,7 +3244,7 @@ var App_default = App;
3244
3244
 
3245
3245
  //#endregion
3246
3246
  //#region package.json
3247
- var version$1 = "0.0.5";
3247
+ var version$1 = "0.0.6";
3248
3248
 
3249
3249
  //#endregion
3250
3250
  //#region src/pages/Version.tsx
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@autoglm.js/cli",
3
3
  "type": "module",
4
- "version": "0.0.5",
4
+ "version": "0.0.6",
5
5
  "private": false,
6
6
  "description": "AutoGLM.js Command Line Interface",
7
7
  "author": "FliPPeDround <flippedround@qq.com>",
@@ -45,7 +45,7 @@
45
45
  "react-router": "^7.11.0",
46
46
  "unconfig": "^7.4.2",
47
47
  "zustand": "^5.0.9",
48
- "autoglm.js": "0.0.9"
48
+ "autoglm.js": "0.0.11"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@clack/prompts": "^0.11.0",