@autoglm.js/cli 0.0.2-beta.4 → 0.0.2

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
@@ -3183,7 +3183,7 @@ var App_default = App;
3183
3183
 
3184
3184
  //#endregion
3185
3185
  //#region package.json
3186
- var version$1 = "0.0.2-beta.4";
3186
+ var version$1 = "0.0.2";
3187
3187
 
3188
3188
  //#endregion
3189
3189
  //#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.2-beta.4",
4
+ "version": "0.0.2",
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.7-beta.4"
48
+ "autoglm.js": "0.0.7"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@clack/prompts": "^0.11.0",