@done-coding/cli-extract 0.1.3-alpha.0 → 0.1.4-alpha.0
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/es/cli.mjs
CHANGED
|
@@ -49,7 +49,7 @@ const h = ({
|
|
|
49
49
|
injectFilePath: "./src/injectInfo.json"
|
|
50
50
|
}, w = U, x = {
|
|
51
51
|
name: "@done-coding/cli-inject",
|
|
52
|
-
version: "0.5.
|
|
52
|
+
version: "0.5.4-alpha.0",
|
|
53
53
|
description: "信息(JSON)注入命令行工具",
|
|
54
54
|
cliConfig: {
|
|
55
55
|
namespaceDir: ".done-coding",
|
|
@@ -177,7 +177,7 @@ const re = {
|
|
|
177
177
|
}
|
|
178
178
|
}, S = {
|
|
179
179
|
name: "@done-coding/cli-extract",
|
|
180
|
-
version: "0.1.
|
|
180
|
+
version: "0.1.4-alpha.0",
|
|
181
181
|
description: "信息提取命令行工具",
|
|
182
182
|
cliConfig: {
|
|
183
183
|
namespaceDir: ".done-coding",
|
package/es/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@done-coding/cli-extract",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4-alpha.0",
|
|
4
4
|
"description": "信息提取命令行工具",
|
|
5
5
|
"private": false,
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"sideEffects": false,
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@done-coding/cli-inject": "^0.5.
|
|
54
|
+
"@done-coding/cli-inject": "^0.5.4-alpha.0",
|
|
55
55
|
"@types/node": "^18.0.0",
|
|
56
56
|
"@types/yargs": "^17.0.28",
|
|
57
57
|
"rimraf": "^6.0.1",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"node": ">=18.0.0"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@done-coding/cli-template": "0.7.
|
|
67
|
-
"@done-coding/cli-utils": "^0.3.
|
|
66
|
+
"@done-coding/cli-template": "0.7.5-alpha.0",
|
|
67
|
+
"@done-coding/cli-utils": "^0.3.4-alpha.0"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "94d8199a4e69ddec5d7b967fc602781ef25a3369"
|
|
70
70
|
}
|