@soybeanjs/cli 1.1.1 → 1.2.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 CHANGED
@@ -29,15 +29,15 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
29
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
30
 
31
31
  // src/index.ts
32
- var src_exports = {};
33
- __export(src_exports, {
32
+ var index_exports = {};
33
+ __export(index_exports, {
34
34
  defineConfig: () => defineConfig
35
35
  });
36
- module.exports = __toCommonJS(src_exports);
36
+ module.exports = __toCommonJS(index_exports);
37
37
  var import_cac = __toESM(require("cac"), 1);
38
38
 
39
39
  // package.json
40
- var version = "1.1.1";
40
+ var version = "1.2.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
@@ -4,7 +4,7 @@
4
4
  import cac from "cac";
5
5
 
6
6
  // package.json
7
- var version = "1.1.1";
7
+ var version = "1.2.1";
8
8
 
9
9
  // src/command/git-commit.ts
10
10
  import path from "node:path";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soybeanjs/cli",
3
3
  "type": "module",
4
- "version": "1.1.1",
4
+ "version": "1.2.1",
5
5
  "description": "SoybeanJS's command line tools",
6
6
  "author": {
7
7
  "name": "Soybean",
@@ -38,29 +38,29 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@soybeanjs/changelog": "0.3.24",
41
- "bumpp": "9.5.2",
42
- "c12": "1.11.2",
41
+ "bumpp": "10.1.0",
42
+ "c12": "3.0.2",
43
43
  "cac": "6.7.14",
44
- "consola": "3.2.3",
44
+ "consola": "3.4.2",
45
45
  "enquirer": "2.4.1",
46
- "execa": "9.3.1",
46
+ "execa": "9.5.2",
47
47
  "kolorist": "1.8.0",
48
- "npm-check-updates": "17.1.1",
48
+ "npm-check-updates": "17.1.15",
49
49
  "rimraf": "6.0.1"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@soybeanjs/cli": "link:",
53
- "@soybeanjs/eslint-config": "1.4.1",
54
- "@types/node": "22.5.4",
55
- "eslint": "9.10.0",
56
- "eslint-plugin-vue": "9.28.0",
57
- "fast-glob": "3.3.2",
58
- "lint-staged": "15.2.10",
53
+ "@soybeanjs/eslint-config": "1.6.0",
54
+ "@types/node": "22.13.10",
55
+ "eslint": "9.22.0",
56
+ "eslint-plugin-vue": "10.0.0",
57
+ "fast-glob": "3.3.3",
58
+ "lint-staged": "15.5.0",
59
59
  "simple-git-hooks": "2.11.1",
60
- "tsup": "8.2.4",
61
- "tsx": "4.19.0",
62
- "typescript": "5.5.4",
63
- "vue-eslint-parser": "9.4.3"
60
+ "tsup": "8.4.0",
61
+ "tsx": "4.19.3",
62
+ "typescript": "5.8.2",
63
+ "vue-eslint-parser": "10.1.1"
64
64
  },
65
65
  "simple-git-hooks": {
66
66
  "commit-msg": "pnpm soy git-commit-verify",