autoglm.js 0.0.1 → 0.0.4

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.
Binary file
package/dist/cli.mjs CHANGED
@@ -178,7 +178,7 @@ var require_minimist = /* @__PURE__ */ __commonJSMin(((exports, module) => {
178
178
  //#endregion
179
179
  //#region package.json
180
180
  var import_minimist = /* @__PURE__ */ __toESM(require_minimist(), 1);
181
- var version = "0.0.1";
181
+ var version = "0.0.4";
182
182
 
183
183
  //#endregion
184
184
  //#region src/cli/helpMessage.ts
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "autoglm.js",
3
3
  "type": "module",
4
- "version": "0.0.1",
4
+ "version": "0.0.4",
5
5
  "private": false,
6
6
  "description": "AutoGLM.js is a JavaScript library for Open-AutoGLM",
7
7
  "author": "FliPPeDround <flippedround@qq.com>",
8
8
  "license": "MIT",
9
9
  "funding": "https://afdian.com/a/flippedround",
10
- "homepage": "https://github.com/flippedround/autoglm.js#readme",
10
+ "homepage": "https://github.com/FliPPeDround/autoglm.js#readme",
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "git+https://github.com/flippedround/autoglm.js.git"
13
+ "url": "https://github.com/FliPPeDround/autoglm.js"
14
14
  },
15
- "bugs": "https://github.com/flippedround/autoglm.js/issues",
15
+ "bugs": "https://github.com/FliPPeDround/autoglm.js/issues",
16
16
  "keywords": [
17
17
  "autoglm",
18
18
  "open-autoglm",
@@ -34,10 +34,13 @@
34
34
  "autoglm": "./dist/cli.mjs"
35
35
  },
36
36
  "files": [
37
- "assets",
37
+ "asset",
38
38
  "dist",
39
39
  "schema"
40
40
  ],
41
+ "dependencies": {
42
+ "cfonts": "^3.3.1"
43
+ },
41
44
  "devDependencies": {
42
45
  "@antfu/eslint-config": "^6.6.1",
43
46
  "@antfu/utils": "^9.3.0",
@@ -48,7 +51,6 @@
48
51
  "acorn-loose": "^8.5.2",
49
52
  "bumpp": "^10.3.2",
50
53
  "cac": "^6.7.14",
51
- "cfonts": "^3.3.1",
52
54
  "consola": "^3.4.2",
53
55
  "dayjs": "^1.11.19",
54
56
  "eslint": "^9.39.2",