@form8ion/utils-cli 13.1.12 → 13.1.13

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.
@@ -1478,7 +1478,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
1478
1478
  var name = "@form8ion/utils-cli";
1479
1479
  var description = "cli for various tools for the organization";
1480
1480
  var license = "MIT";
1481
- var version = "13.1.12";
1481
+ var version = "13.1.13";
1482
1482
  var type = "module";
1483
1483
  var engines = {
1484
1484
  node: "^20.19.0 || >=22.14.0"
@@ -1538,7 +1538,7 @@ var dependencies = {
1538
1538
  "@form8ion/github-actions-node-ci": "5.0.2",
1539
1539
  "@form8ion/github-core": "1.1.3",
1540
1540
  "@form8ion/hapi-scaffolder": "4.1.1",
1541
- "@form8ion/javascript": "14.3.2",
1541
+ "@form8ion/javascript": "14.4.0",
1542
1542
  "@form8ion/javascript-core": "12.3.0",
1543
1543
  "@form8ion/jetbrains": "1.1.3",
1544
1544
  "@form8ion/lift": "11.0.0",
@@ -1597,7 +1597,7 @@ var devDependencies = {
1597
1597
  "rollup-plugin-executable": "1.6.3",
1598
1598
  testdouble: "3.20.2",
1599
1599
  "unist-util-find": "3.0.0",
1600
- vitest: "3.2.2",
1600
+ vitest: "3.2.3",
1601
1601
  "vitest-when": "0.6.1"
1602
1602
  };
1603
1603
  var pkg = {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@form8ion/utils-cli",
3
3
  "description": "cli for various tools for the organization",
4
4
  "license": "MIT",
5
- "version": "13.1.12",
5
+ "version": "13.1.13",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^20.19.0 || >=22.14.0"
@@ -62,7 +62,7 @@
62
62
  "@form8ion/github-actions-node-ci": "5.0.2",
63
63
  "@form8ion/github-core": "1.1.3",
64
64
  "@form8ion/hapi-scaffolder": "4.1.1",
65
- "@form8ion/javascript": "14.3.2",
65
+ "@form8ion/javascript": "14.4.0",
66
66
  "@form8ion/javascript-core": "12.3.0",
67
67
  "@form8ion/jetbrains": "1.1.3",
68
68
  "@form8ion/lift": "11.0.0",
@@ -121,7 +121,7 @@
121
121
  "rollup-plugin-executable": "1.6.3",
122
122
  "testdouble": "3.20.2",
123
123
  "unist-util-find": "3.0.0",
124
- "vitest": "3.2.2",
124
+ "vitest": "3.2.3",
125
125
  "vitest-when": "0.6.1"
126
126
  }
127
127
  }