@form8ion/utils-cli 12.0.17 → 12.0.18

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.17";
1479
+ var version = "12.0.18";
1480
1480
  var type = "module";
1481
1481
  var engines = {
1482
1482
  node: "^18.19.0 || ^20.9.0 || >=22.11.0"
@@ -1549,7 +1549,7 @@ var dependencies = {
1549
1549
  "@form8ion/rollup": "6.0.0",
1550
1550
  "@form8ion/scaffolder-scaffolder": "7.0.1",
1551
1551
  "@form8ion/vite": "2.0.1",
1552
- "@form8ion/vitest": "5.0.0",
1552
+ "@form8ion/vitest": "5.1.0",
1553
1553
  "update-notifier": "7.3.1",
1554
1554
  yargs: "17.7.2"
1555
1555
  };
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.17",
5
+ "version": "12.0.18",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^18.19.0 || ^20.9.0 || >=22.11.0"
@@ -75,7 +75,7 @@
75
75
  "@form8ion/rollup": "6.0.0",
76
76
  "@form8ion/scaffolder-scaffolder": "7.0.1",
77
77
  "@form8ion/vite": "2.0.1",
78
- "@form8ion/vitest": "5.0.0",
78
+ "@form8ion/vitest": "5.1.0",
79
79
  "update-notifier": "7.3.1",
80
80
  "yargs": "17.7.2"
81
81
  },