@form8ion/utils-cli 11.1.0-alpha.3 → 11.1.0-alpha.4

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,7 +1880,7 @@ 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-alpha.3";
1883
+ var version = "11.1.0-alpha.4";
1884
1884
  var type = "module";
1885
1885
  var engines = {
1886
1886
  node: "^18.19.0 || ^20.6.1 || >=22"
@@ -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-alpha.6",
1940
+ "@form8ion/javascript": "14.0.0-alpha.10",
1941
1941
  "@form8ion/javascript-core": "12.3.0",
1942
1942
  "@form8ion/jetbrains": "1.1.3",
1943
1943
  "@form8ion/lift": "10.0.0",
@@ -1950,10 +1950,10 @@ var dependencies = {
1950
1950
  "@form8ion/remove-greenkeeper": "3.0.1",
1951
1951
  "@form8ion/renovate-scaffolder": "3.0.0",
1952
1952
  "@form8ion/replace-travis-ci-with-github-actions": "10.0.1",
1953
- "@form8ion/rollup": "5.0.1",
1953
+ "@form8ion/rollup": "6.0.0-beta.1",
1954
1954
  "@form8ion/scaffolder-scaffolder": "6.1.0",
1955
1955
  "@form8ion/vite": "2.0.1",
1956
- "@form8ion/vitest": "4.2.0",
1956
+ "@form8ion/vitest": "5.0.0-beta.1",
1957
1957
  "update-notifier": "7.3.1",
1958
1958
  yargs: "17.7.2"
1959
1959
  };
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": "11.1.0-alpha.3",
5
+ "version": "11.1.0-alpha.4",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^18.19.0 || ^20.6.1 || >=22"
@@ -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-alpha.6",
62
+ "@form8ion/javascript": "14.0.0-alpha.10",
63
63
  "@form8ion/javascript-core": "12.3.0",
64
64
  "@form8ion/jetbrains": "1.1.3",
65
65
  "@form8ion/lift": "10.0.0",
@@ -72,10 +72,10 @@
72
72
  "@form8ion/remove-greenkeeper": "3.0.1",
73
73
  "@form8ion/renovate-scaffolder": "3.0.0",
74
74
  "@form8ion/replace-travis-ci-with-github-actions": "10.0.1",
75
- "@form8ion/rollup": "5.0.1",
75
+ "@form8ion/rollup": "6.0.0-beta.1",
76
76
  "@form8ion/scaffolder-scaffolder": "6.1.0",
77
77
  "@form8ion/vite": "2.0.1",
78
- "@form8ion/vitest": "4.2.0",
78
+ "@form8ion/vitest": "5.0.0-beta.1",
79
79
  "update-notifier": "7.3.1",
80
80
  "yargs": "17.7.2"
81
81
  },