@autoglm.js/cli 0.0.2-beta.1 → 0.0.2-beta.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.
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -16,7 +16,7 @@ import Gradient from "ink-gradient";
|
|
|
16
16
|
import { ScrollList } from "ink-scroll-list";
|
|
17
17
|
import { create } from "zustand";
|
|
18
18
|
import TextInput from "ink-text-input";
|
|
19
|
-
import { version } from "autoglm.js/package.json";
|
|
19
|
+
import { version } from "autoglm.js/package.json" with { type: "json" };
|
|
20
20
|
|
|
21
21
|
//#region rolldown:runtime
|
|
22
22
|
var __create = Object.create;
|
|
@@ -3183,7 +3183,7 @@ var App_default = App;
|
|
|
3183
3183
|
|
|
3184
3184
|
//#endregion
|
|
3185
3185
|
//#region package.json
|
|
3186
|
-
var version$2 = "0.0.2-beta.
|
|
3186
|
+
var version$2 = "0.0.2-beta.2";
|
|
3187
3187
|
|
|
3188
3188
|
//#endregion
|
|
3189
3189
|
//#region src/pages/Version.tsx
|