@soybeanjs/cli 1.0.13 → 1.0.15
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 +3 -1
- package/dist/index.js +3 -1
- package/package.json +13 -13
package/dist/index.cjs
CHANGED
|
@@ -37,7 +37,7 @@ module.exports = __toCommonJS(src_exports);
|
|
|
37
37
|
var import_cac = __toESM(require("cac"), 1);
|
|
38
38
|
|
|
39
39
|
// package.json
|
|
40
|
-
var version = "1.0.
|
|
40
|
+
var version = "1.0.15";
|
|
41
41
|
|
|
42
42
|
// src/command/git-commit.ts
|
|
43
43
|
var import_node_path = __toESM(require("path"), 1);
|
|
@@ -160,6 +160,7 @@ var defaultOptions = {
|
|
|
160
160
|
["style", "Changes that do not affect the meaning of the code"],
|
|
161
161
|
["refactor", "A code change that neither fixes a bug nor adds a feature"],
|
|
162
162
|
["perf", "A code change that improves performance"],
|
|
163
|
+
["optimize", "A code change that optimizes code quality"],
|
|
163
164
|
["test", "Adding missing tests or correcting existing tests"],
|
|
164
165
|
["build", "Changes that affect the build system or external dependencies"],
|
|
165
166
|
["ci", "Changes to our CI configuration files and scripts"],
|
|
@@ -168,6 +169,7 @@ var defaultOptions = {
|
|
|
168
169
|
],
|
|
169
170
|
gitCommitScopes: [
|
|
170
171
|
["projects", "project"],
|
|
172
|
+
["packages", "packages"],
|
|
171
173
|
["components", "components"],
|
|
172
174
|
["hooks", "hook functions"],
|
|
173
175
|
["utils", "utils functions"],
|
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import cac from "cac";
|
|
5
5
|
|
|
6
6
|
// package.json
|
|
7
|
-
var version = "1.0.
|
|
7
|
+
var version = "1.0.15";
|
|
8
8
|
|
|
9
9
|
// src/command/git-commit.ts
|
|
10
10
|
import path from "node:path";
|
|
@@ -127,6 +127,7 @@ var defaultOptions = {
|
|
|
127
127
|
["style", "Changes that do not affect the meaning of the code"],
|
|
128
128
|
["refactor", "A code change that neither fixes a bug nor adds a feature"],
|
|
129
129
|
["perf", "A code change that improves performance"],
|
|
130
|
+
["optimize", "A code change that optimizes code quality"],
|
|
130
131
|
["test", "Adding missing tests or correcting existing tests"],
|
|
131
132
|
["build", "Changes that affect the build system or external dependencies"],
|
|
132
133
|
["ci", "Changes to our CI configuration files and scripts"],
|
|
@@ -135,6 +136,7 @@ var defaultOptions = {
|
|
|
135
136
|
],
|
|
136
137
|
gitCommitScopes: [
|
|
137
138
|
["projects", "project"],
|
|
139
|
+
["packages", "packages"],
|
|
138
140
|
["components", "components"],
|
|
139
141
|
["hooks", "hook functions"],
|
|
140
142
|
["utils", "utils functions"],
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soybeanjs/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.15",
|
|
5
5
|
"description": "SoybeanJS's command line tools",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Soybean",
|
|
@@ -37,30 +37,30 @@
|
|
|
37
37
|
"dist"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@soybeanjs/changelog": "0.3.
|
|
41
|
-
"bumpp": "9.4.
|
|
40
|
+
"@soybeanjs/changelog": "0.3.24",
|
|
41
|
+
"bumpp": "9.4.1",
|
|
42
42
|
"c12": "1.10.0",
|
|
43
43
|
"cac": "6.7.14",
|
|
44
44
|
"consola": "3.2.3",
|
|
45
45
|
"enquirer": "2.4.1",
|
|
46
|
-
"execa": "
|
|
46
|
+
"execa": "9.1.0",
|
|
47
47
|
"kolorist": "1.8.0",
|
|
48
|
-
"npm-check-updates": "16.14.
|
|
49
|
-
"rimraf": "5.0.
|
|
48
|
+
"npm-check-updates": "16.14.20",
|
|
49
|
+
"rimraf": "5.0.7"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@soybeanjs/cli": "link:",
|
|
53
|
-
"@soybeanjs/eslint-config": "1.3.
|
|
54
|
-
"@types/node": "20.
|
|
55
|
-
"eslint": "9.
|
|
56
|
-
"eslint-plugin-vue": "9.
|
|
53
|
+
"@soybeanjs/eslint-config": "1.3.5",
|
|
54
|
+
"@types/node": "20.13.0",
|
|
55
|
+
"eslint": "9.4.0",
|
|
56
|
+
"eslint-plugin-vue": "9.26.0",
|
|
57
57
|
"fast-glob": "3.3.2",
|
|
58
|
-
"lint-staged": "15.2.
|
|
58
|
+
"lint-staged": "15.2.5",
|
|
59
59
|
"simple-git-hooks": "2.11.1",
|
|
60
60
|
"tsup": "8.0.2",
|
|
61
|
-
"tsx": "4.
|
|
61
|
+
"tsx": "4.11.0",
|
|
62
62
|
"typescript": "5.4.5",
|
|
63
|
-
"vue-eslint-parser": "9.4.
|
|
63
|
+
"vue-eslint-parser": "9.4.3"
|
|
64
64
|
},
|
|
65
65
|
"simple-git-hooks": {
|
|
66
66
|
"commit-msg": "pnpm soy git-commit-verify",
|