@form8ion/utils-cli 10.1.16 → 10.1.17
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.
- package/bin/form8ion-utils.js +2 -2
- package/package.json +2 -2
package/bin/form8ion-utils.js
CHANGED
|
@@ -1876,7 +1876,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
|
|
|
1876
1876
|
var name = "@form8ion/utils-cli";
|
|
1877
1877
|
var description = "cli for various tools for the organization";
|
|
1878
1878
|
var license = "MIT";
|
|
1879
|
-
var version = "10.1.
|
|
1879
|
+
var version = "10.1.17";
|
|
1880
1880
|
var type = "module";
|
|
1881
1881
|
var engines = {
|
|
1882
1882
|
node: "^18.17.0 || >=20.6.1"
|
|
@@ -1943,7 +1943,7 @@ var dependencies = {
|
|
|
1943
1943
|
"@form8ion/replace-travis-ci-with-github-actions": "10.0.1",
|
|
1944
1944
|
"@form8ion/rollup": "3.2.0",
|
|
1945
1945
|
"@form8ion/scaffolder-scaffolder": "6.0.3",
|
|
1946
|
-
"@form8ion/vite": "2.0.
|
|
1946
|
+
"@form8ion/vite": "2.0.1",
|
|
1947
1947
|
"@form8ion/vitest": "4.0.1",
|
|
1948
1948
|
"@travi/github-scaffolder": "10.0.0",
|
|
1949
1949
|
"update-notifier": "7.0.0",
|
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.1.
|
|
5
|
+
"version": "10.1.17",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^18.17.0 || >=20.6.1"
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@form8ion/replace-travis-ci-with-github-actions": "10.0.1",
|
|
70
70
|
"@form8ion/rollup": "3.2.0",
|
|
71
71
|
"@form8ion/scaffolder-scaffolder": "6.0.3",
|
|
72
|
-
"@form8ion/vite": "2.0.
|
|
72
|
+
"@form8ion/vite": "2.0.1",
|
|
73
73
|
"@form8ion/vitest": "4.0.1",
|
|
74
74
|
"@travi/github-scaffolder": "10.0.0",
|
|
75
75
|
"update-notifier": "7.0.0",
|