@soybeanjs/cli 1.3.0-beta.3 → 1.3.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
@@ -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.3.0-beta.3";
40
+ var version = "1.3.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,11 +4,11 @@
4
4
  import cac from "cac";
5
5
 
6
6
  // package.json
7
- var version = "1.3.0-beta.3";
7
+ var version = "1.3.1";
8
8
 
9
9
  // src/command/git-commit.ts
10
- import path from "node:path";
11
- import { readFileSync } from "node:fs";
10
+ import path from "path";
11
+ import { readFileSync } from "fs";
12
12
  import { prompt } from "enquirer";
13
13
 
14
14
  // src/shared/index.ts
@@ -185,7 +185,7 @@ async function release(execute = "npx soy changelog", push = true) {
185
185
  }
186
186
 
187
187
  // src/config/index.ts
188
- import process from "node:process";
188
+ import process from "process";
189
189
  import { loadConfig } from "c12";
190
190
  var defaultOptions = {
191
191
  cwd: process.cwd(),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soybeanjs/cli",
3
3
  "type": "module",
4
- "version": "1.3.0-beta.3",
4
+ "version": "1.3.1",
5
5
  "description": "SoybeanJS's command line tools",
6
6
  "author": {
7
7
  "name": "Soybean",
@@ -38,12 +38,12 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@soybeanjs/changelog": "0.3.24",
41
- "bumpp": "10.1.0",
42
- "c12": "3.0.3",
41
+ "bumpp": "10.1.1",
42
+ "c12": "3.0.4",
43
43
  "cac": "6.7.14",
44
44
  "consola": "3.4.2",
45
45
  "enquirer": "2.4.1",
46
- "execa": "9.5.3",
46
+ "execa": "9.6.0",
47
47
  "kolorist": "1.8.0",
48
48
  "npm-check-updates": "18.0.1",
49
49
  "rimraf": "6.0.1"
@@ -51,13 +51,13 @@
51
51
  "devDependencies": {
52
52
  "@soybeanjs/cli": "link:",
53
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",
54
+ "@types/node": "22.15.30",
55
+ "eslint": "9.28.0",
56
+ "eslint-plugin-vue": "10.2.0",
57
57
  "fast-glob": "3.3.3",
58
- "lint-staged": "16.0.0",
58
+ "lint-staged": "16.1.0",
59
59
  "simple-git-hooks": "2.13.0",
60
- "tsup": "8.4.0",
60
+ "tsup": "8.5.0",
61
61
  "tsx": "4.19.4",
62
62
  "typescript": "5.8.3",
63
63
  "vue-eslint-parser": "10.1.3"