@form8ion/utils-cli 10.2.0 → 10.2.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.
- package/bin/form8ion-utils.js +2 -2
- package/package.json +2 -2
package/bin/form8ion-utils.js
CHANGED
|
@@ -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.
|
|
1880
|
+
var version = "10.2.1";
|
|
1881
1881
|
var type = "module";
|
|
1882
1882
|
var engines = {
|
|
1883
1883
|
node: "^18.17.0 || >=20.6.1"
|
|
@@ -1929,7 +1929,7 @@ var dependencies = {
|
|
|
1929
1929
|
"@form8ion/codecov": "5.3.0",
|
|
1930
1930
|
"@form8ion/cucumber-scaffolder": "4.0.0",
|
|
1931
1931
|
"@form8ion/github": "2.0.0",
|
|
1932
|
-
"@form8ion/github-actions-node-ci": "4.2.
|
|
1932
|
+
"@form8ion/github-actions-node-ci": "4.2.2",
|
|
1933
1933
|
"@form8ion/hapi-scaffolder": "4.1.1",
|
|
1934
1934
|
"@form8ion/javascript": "13.0.0-beta.1",
|
|
1935
1935
|
"@form8ion/javascript-core": "11.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.2.
|
|
5
|
+
"version": "10.2.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^18.17.0 || >=20.6.1"
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@form8ion/codecov": "5.3.0",
|
|
55
55
|
"@form8ion/cucumber-scaffolder": "4.0.0",
|
|
56
56
|
"@form8ion/github": "2.0.0",
|
|
57
|
-
"@form8ion/github-actions-node-ci": "4.2.
|
|
57
|
+
"@form8ion/github-actions-node-ci": "4.2.2",
|
|
58
58
|
"@form8ion/hapi-scaffolder": "4.1.1",
|
|
59
59
|
"@form8ion/javascript": "13.0.0-beta.1",
|
|
60
60
|
"@form8ion/javascript-core": "11.0.0",
|