@form8ion/utils-cli 10.2.6 → 10.2.7

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.
@@ -1877,7 +1877,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
1877
1877
  var name = "@form8ion/utils-cli";
1878
1878
  var description = "cli for various tools for the organization";
1879
1879
  var license = "MIT";
1880
- var version = "10.2.6";
1880
+ var version = "10.2.7";
1881
1881
  var type = "module";
1882
1882
  var engines = {
1883
1883
  node: "^18.17.0 || >=20.6.1"
@@ -1948,7 +1948,7 @@ var dependencies = {
1948
1948
  "@form8ion/scaffolder-scaffolder": "6.1.0",
1949
1949
  "@form8ion/vite": "2.0.1",
1950
1950
  "@form8ion/vitest": "4.2.0",
1951
- "update-notifier": "7.2.0",
1951
+ "update-notifier": "7.3.0",
1952
1952
  yargs: "17.7.2"
1953
1953
  };
1954
1954
  var devDependencies = {
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": "10.2.6",
5
+ "version": "10.2.7",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^18.17.0 || >=20.6.1"
@@ -73,7 +73,7 @@
73
73
  "@form8ion/scaffolder-scaffolder": "6.1.0",
74
74
  "@form8ion/vite": "2.0.1",
75
75
  "@form8ion/vitest": "4.2.0",
76
- "update-notifier": "7.2.0",
76
+ "update-notifier": "7.3.0",
77
77
  "yargs": "17.7.2"
78
78
  },
79
79
  "devDependencies": {