autoglm.js 0.0.1 → 0.0.3
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/asset/ADBKeyboard.apk +0 -0
- package/dist/cli.mjs +1 -1
- package/package.json +5 -5
|
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.
|
|
181
|
+
var version = "0.0.3";
|
|
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.
|
|
4
|
+
"version": "0.0.3",
|
|
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/
|
|
10
|
+
"homepage": "https://github.com/FliPPeDround/autoglm.js#readme",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
|
-
"url": "
|
|
13
|
+
"url": "https://github.com/FliPPeDround/autoglm.js"
|
|
14
14
|
},
|
|
15
|
-
"bugs": "https://github.com/
|
|
15
|
+
"bugs": "https://github.com/FliPPeDround/autoglm.js/issues",
|
|
16
16
|
"keywords": [
|
|
17
17
|
"autoglm",
|
|
18
18
|
"open-autoglm",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"autoglm": "./dist/cli.mjs"
|
|
35
35
|
},
|
|
36
36
|
"files": [
|
|
37
|
-
"
|
|
37
|
+
"asset",
|
|
38
38
|
"dist",
|
|
39
39
|
"schema"
|
|
40
40
|
],
|