@form8ion/utils-cli 12.0.25 → 12.0.26

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.
@@ -1476,7 +1476,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
1476
1476
  var name = "@form8ion/utils-cli";
1477
1477
  var description = "cli for various tools for the organization";
1478
1478
  var license = "MIT";
1479
- var version = "12.0.25";
1479
+ var version = "12.0.26";
1480
1480
  var type = "module";
1481
1481
  var engines = {
1482
1482
  node: "^18.19.0 || ^20.9.0 || >=22.11.0"
@@ -1532,7 +1532,7 @@ var dependencies = {
1532
1532
  "@form8ion/core": "4.8.0",
1533
1533
  "@form8ion/cucumber-scaffolder": "5.1.0",
1534
1534
  "@form8ion/github": "2.1.3-alpha.1",
1535
- "@form8ion/github-actions-node-ci": "5.0.1",
1535
+ "@form8ion/github-actions-node-ci": "5.0.2",
1536
1536
  "@form8ion/hapi-scaffolder": "4.1.1",
1537
1537
  "@form8ion/javascript": "14.3.1",
1538
1538
  "@form8ion/javascript-core": "12.3.0",
@@ -1594,7 +1594,7 @@ var devDependencies = {
1594
1594
  "rollup-plugin-json": "4.0.0",
1595
1595
  testdouble: "3.20.2",
1596
1596
  "unist-util-find": "3.0.0",
1597
- vitest: "3.0.9"
1597
+ vitest: "3.1.1"
1598
1598
  };
1599
1599
  var pkg = {
1600
1600
  name: name,
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": "12.0.25",
5
+ "version": "12.0.26",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^18.19.0 || ^20.9.0 || >=22.11.0"
@@ -58,7 +58,7 @@
58
58
  "@form8ion/core": "4.8.0",
59
59
  "@form8ion/cucumber-scaffolder": "5.1.0",
60
60
  "@form8ion/github": "2.1.3-alpha.1",
61
- "@form8ion/github-actions-node-ci": "5.0.1",
61
+ "@form8ion/github-actions-node-ci": "5.0.2",
62
62
  "@form8ion/hapi-scaffolder": "4.1.1",
63
63
  "@form8ion/javascript": "14.3.1",
64
64
  "@form8ion/javascript-core": "12.3.0",
@@ -120,6 +120,6 @@
120
120
  "rollup-plugin-json": "4.0.0",
121
121
  "testdouble": "3.20.2",
122
122
  "unist-util-find": "3.0.0",
123
- "vitest": "3.0.9"
123
+ "vitest": "3.1.1"
124
124
  }
125
125
  }