@soybeanjs/cli 1.2.1 → 1.3.0-beta.1
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.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +13 -13
package/dist/index.cjs
CHANGED
|
@@ -37,7 +37,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
37
37
|
var import_cac = __toESM(require("cac"), 1);
|
|
38
38
|
|
|
39
39
|
// package.json
|
|
40
|
-
var version = "1.
|
|
40
|
+
var version = "1.3.0-beta.1";
|
|
41
41
|
|
|
42
42
|
// src/command/git-commit.ts
|
|
43
43
|
var import_node_path = __toESM(require("path"), 1);
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soybeanjs/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.0-beta.1",
|
|
5
5
|
"description": "SoybeanJS's command line tools",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Soybean",
|
|
@@ -39,28 +39,28 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@soybeanjs/changelog": "0.3.24",
|
|
41
41
|
"bumpp": "10.1.0",
|
|
42
|
-
"c12": "3.0.
|
|
42
|
+
"c12": "3.0.3",
|
|
43
43
|
"cac": "6.7.14",
|
|
44
44
|
"consola": "3.4.2",
|
|
45
45
|
"enquirer": "2.4.1",
|
|
46
|
-
"execa": "9.5.
|
|
46
|
+
"execa": "9.5.3",
|
|
47
47
|
"kolorist": "1.8.0",
|
|
48
|
-
"npm-check-updates": "
|
|
48
|
+
"npm-check-updates": "18.0.1",
|
|
49
49
|
"rimraf": "6.0.1"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@soybeanjs/cli": "link:",
|
|
53
|
-
"@soybeanjs/eslint-config": "1.6.
|
|
54
|
-
"@types/node": "22.
|
|
55
|
-
"eslint": "9.
|
|
56
|
-
"eslint-plugin-vue": "10.
|
|
53
|
+
"@soybeanjs/eslint-config": "1.6.1",
|
|
54
|
+
"@types/node": "22.15.18",
|
|
55
|
+
"eslint": "9.26.0",
|
|
56
|
+
"eslint-plugin-vue": "10.1.0",
|
|
57
57
|
"fast-glob": "3.3.3",
|
|
58
|
-
"lint-staged": "
|
|
59
|
-
"simple-git-hooks": "2.
|
|
58
|
+
"lint-staged": "16.0.0",
|
|
59
|
+
"simple-git-hooks": "2.13.0",
|
|
60
60
|
"tsup": "8.4.0",
|
|
61
|
-
"tsx": "4.19.
|
|
62
|
-
"typescript": "5.8.
|
|
63
|
-
"vue-eslint-parser": "10.1.
|
|
61
|
+
"tsx": "4.19.4",
|
|
62
|
+
"typescript": "5.8.3",
|
|
63
|
+
"vue-eslint-parser": "10.1.3"
|
|
64
64
|
},
|
|
65
65
|
"simple-git-hooks": {
|
|
66
66
|
"commit-msg": "pnpm soy git-commit-verify",
|