@form8ion/utils-cli 11.1.0-beta.3 → 12.0.0-beta.1

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.
@@ -1880,10 +1880,10 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
1880
1880
  var name = "@form8ion/utils-cli";
1881
1881
  var description = "cli for various tools for the organization";
1882
1882
  var license = "MIT";
1883
- var version = "11.1.0-beta.3";
1883
+ var version = "12.0.0-beta.1";
1884
1884
  var type = "module";
1885
1885
  var engines = {
1886
- node: "^18.19.0 || ^20.6.1 || >=22"
1886
+ node: "^18.19.0 || ^20.9.0 || >=22.11.0"
1887
1887
  };
1888
1888
  var author = "Matt Travi <npm@travi.org> (https://matt.travi.org/)";
1889
1889
  var repository = "form8ion/utils-cli";
@@ -1937,7 +1937,7 @@ var dependencies = {
1937
1937
  "@form8ion/github": "2.0.0",
1938
1938
  "@form8ion/github-actions-node-ci": "5.0.1",
1939
1939
  "@form8ion/hapi-scaffolder": "4.1.1",
1940
- "@form8ion/javascript": "14.0.0-beta.2",
1940
+ "@form8ion/javascript": "14.0.0-beta.4",
1941
1941
  "@form8ion/javascript-core": "12.3.0",
1942
1942
  "@form8ion/jetbrains": "1.1.3",
1943
1943
  "@form8ion/lift": "10.0.0",
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "@form8ion/utils-cli",
3
3
  "description": "cli for various tools for the organization",
4
4
  "license": "MIT",
5
- "version": "11.1.0-beta.3",
5
+ "version": "12.0.0-beta.1",
6
6
  "type": "module",
7
7
  "engines": {
8
- "node": "^18.19.0 || ^20.6.1 || >=22"
8
+ "node": "^18.19.0 || ^20.9.0 || >=22.11.0"
9
9
  },
10
10
  "author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
11
11
  "repository": "form8ion/utils-cli",
@@ -59,7 +59,7 @@
59
59
  "@form8ion/github": "2.0.0",
60
60
  "@form8ion/github-actions-node-ci": "5.0.1",
61
61
  "@form8ion/hapi-scaffolder": "4.1.1",
62
- "@form8ion/javascript": "14.0.0-beta.2",
62
+ "@form8ion/javascript": "14.0.0-beta.4",
63
63
  "@form8ion/javascript-core": "12.3.0",
64
64
  "@form8ion/jetbrains": "1.1.3",
65
65
  "@form8ion/lift": "10.0.0",