ai-worktool 1.0.39 → 1.0.40
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "ai-worktool",
|
3
3
|
"displayName": "吃豆豆:单测智能体",
|
4
|
-
"version": "1.0.
|
4
|
+
"version": "1.0.40",
|
5
5
|
"description": "单元测试智能体,帮你开发单元测试用例代码直到100%单测覆盖通过。",
|
6
6
|
"author": "jianguoke.cn",
|
7
7
|
"license": "MIT",
|
@@ -22,11 +22,11 @@
|
|
22
22
|
"createup": "node ./uposs.js create-local-folder",
|
23
23
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
24
24
|
"puball": "yarn ver && yarn exepack && yarn vspack && yarn pubvs && yarn pubovsx && yarn puboss && yarn pubnpm",
|
25
|
-
"exepack": "yarn createup && cross-env PKG_CACHE_PATH=./binaries pkg -o packages/aicoder-1.0.
|
25
|
+
"exepack": "yarn createup && cross-env PKG_CACHE_PATH=./binaries pkg -o packages/aicoder-1.0.40 . ",
|
26
26
|
"pubvs": "yarn remove-deps && yarn changelog && vsce publish --yarn --baseContentUrl https://aicoder.jianguoke.cn/assets && yarn restore-deps",
|
27
27
|
"pubovsx": "yarn remove-deps && ovsx publish -p 47621ff6-be56-4814-865e-d2a8e8a76f86 --yarn --baseContentUrl https://aicoder.jianguoke.cn/assets && yarn restore-deps",
|
28
28
|
"patch": "yarn remove-deps && vsce publish patch --yarn && yarn restore-deps",
|
29
|
-
"vspack": "yarn createup && yarn remove-deps && vsce package -o packages/aicoder-1.0.
|
29
|
+
"vspack": "yarn createup && yarn remove-deps && vsce package -o packages/aicoder-1.0.40.vsix --yarn --baseContentUrl https://aicoder.jianguoke.cn/assets && yarn restore-deps",
|
30
30
|
"puboss": "node ./uposs.js upload",
|
31
31
|
"pubnpm": "npm publish --registry=https://registry.npmjs.org",
|
32
32
|
"prepare": "husky"
|
@@ -42,7 +42,12 @@
|
|
42
42
|
"node20-macos-x64",
|
43
43
|
"node20-linux-x64"
|
44
44
|
],
|
45
|
-
"
|
45
|
+
"icon": {
|
46
|
+
"win": "resources/logo.ico",
|
47
|
+
"mac": "resources/logo.icns",
|
48
|
+
"linux": "resources/logo_white.png"
|
49
|
+
},
|
50
|
+
"outputPath": "packages"
|
46
51
|
},
|
47
52
|
"categories": [
|
48
53
|
"Other"
|
index 7ec1406..f30c7c6 100755
|
|
Binary file
|
index 7abaad4..c46f60b 100755
|
|
Binary file
|
index 455515c..44dc53f 100644
|
|
Binary file
|