@soybeanjs/cli 1.0.18 → 1.0.19

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(src_exports);
37
37
  var import_cac = __toESM(require("cac"), 1);
38
38
 
39
39
  // package.json
40
- var version = "1.0.18";
40
+ var version = "1.0.19";
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.0.18";
7
+ var version = "1.0.19";
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.0.18",
4
+ "version": "1.0.19",
5
5
  "description": "SoybeanJS's command line tools",
6
6
  "author": {
7
7
  "name": "Soybean",
@@ -52,13 +52,13 @@
52
52
  "@soybeanjs/cli": "link:",
53
53
  "@soybeanjs/eslint-config": "1.3.7",
54
54
  "@types/node": "20.14.2",
55
- "eslint": "9.4.0",
55
+ "eslint": "9.5.0",
56
56
  "eslint-plugin-vue": "9.26.0",
57
57
  "fast-glob": "3.3.2",
58
58
  "lint-staged": "15.2.7",
59
59
  "simple-git-hooks": "2.11.1",
60
60
  "tsup": "8.1.0",
61
- "tsx": "4.15.4",
61
+ "tsx": "4.15.5",
62
62
  "typescript": "5.4.5",
63
63
  "vue-eslint-parser": "9.4.3"
64
64
  },