@form8ion/utils-cli 11.0.7 → 11.0.8
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 +3 -3
- package/package.json +3 -3
package/bin/form8ion-utils.js
CHANGED
|
@@ -1878,7 +1878,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
|
|
|
1878
1878
|
var name = "@form8ion/utils-cli";
|
|
1879
1879
|
var description = "cli for various tools for the organization";
|
|
1880
1880
|
var license = "MIT";
|
|
1881
|
-
var version = "11.0.
|
|
1881
|
+
var version = "11.0.8";
|
|
1882
1882
|
var type = "module";
|
|
1883
1883
|
var engines = {
|
|
1884
1884
|
node: "^18.19.0 || ^20.6.1 || >=22"
|
|
@@ -1932,7 +1932,7 @@ var dependencies = {
|
|
|
1932
1932
|
"@form8ion/codecov": "6.2.0",
|
|
1933
1933
|
"@form8ion/cucumber-scaffolder": "4.0.0",
|
|
1934
1934
|
"@form8ion/github": "2.0.0",
|
|
1935
|
-
"@form8ion/github-actions-node-ci": "4.
|
|
1935
|
+
"@form8ion/github-actions-node-ci": "4.7.0",
|
|
1936
1936
|
"@form8ion/hapi-scaffolder": "4.1.1",
|
|
1937
1937
|
"@form8ion/javascript": "13.0.1",
|
|
1938
1938
|
"@form8ion/javascript-core": "12.0.0",
|
|
@@ -1995,7 +1995,7 @@ var devDependencies = {
|
|
|
1995
1995
|
"rollup-plugin-json": "4.0.0",
|
|
1996
1996
|
testdouble: "3.20.2",
|
|
1997
1997
|
"unist-util-find": "3.0.0",
|
|
1998
|
-
vitest: "2.1.
|
|
1998
|
+
vitest: "2.1.3"
|
|
1999
1999
|
};
|
|
2000
2000
|
var pkg = {
|
|
2001
2001
|
name: name,
|
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.0.
|
|
5
|
+
"version": "11.0.8",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^18.19.0 || ^20.6.1 || >=22"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@form8ion/codecov": "6.2.0",
|
|
57
57
|
"@form8ion/cucumber-scaffolder": "4.0.0",
|
|
58
58
|
"@form8ion/github": "2.0.0",
|
|
59
|
-
"@form8ion/github-actions-node-ci": "4.
|
|
59
|
+
"@form8ion/github-actions-node-ci": "4.7.0",
|
|
60
60
|
"@form8ion/hapi-scaffolder": "4.1.1",
|
|
61
61
|
"@form8ion/javascript": "13.0.1",
|
|
62
62
|
"@form8ion/javascript-core": "12.0.0",
|
|
@@ -119,6 +119,6 @@
|
|
|
119
119
|
"rollup-plugin-json": "4.0.0",
|
|
120
120
|
"testdouble": "3.20.2",
|
|
121
121
|
"unist-util-find": "3.0.0",
|
|
122
|
-
"vitest": "2.1.
|
|
122
|
+
"vitest": "2.1.3"
|
|
123
123
|
}
|
|
124
124
|
}
|