@form8ion/utils-cli 9.1.68 → 9.1.69
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
|
@@ -1875,7 +1875,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
|
|
|
1875
1875
|
var name = "@form8ion/utils-cli";
|
|
1876
1876
|
var description = "cli for various tools for the organization";
|
|
1877
1877
|
var license = "MIT";
|
|
1878
|
-
var version = "9.1.
|
|
1878
|
+
var version = "9.1.69";
|
|
1879
1879
|
var type = "module";
|
|
1880
1880
|
var engines = {
|
|
1881
1881
|
node: "^16.14.0 || >=18"
|
|
@@ -1925,7 +1925,7 @@ var publishConfig = {
|
|
|
1925
1925
|
var dependencies = {
|
|
1926
1926
|
"@form8ion/codecov": "5.0.0",
|
|
1927
1927
|
"@form8ion/cucumber-scaffolder": "3.1.0",
|
|
1928
|
-
"@form8ion/github-actions-node-ci": "3.
|
|
1928
|
+
"@form8ion/github-actions-node-ci": "3.15.0",
|
|
1929
1929
|
"@form8ion/hapi-scaffolder": "4.0.7",
|
|
1930
1930
|
"@form8ion/javascript": "11.10.0",
|
|
1931
1931
|
"@form8ion/javascript-core": "10.0.1",
|
|
@@ -1948,7 +1948,7 @@ var dependencies = {
|
|
|
1948
1948
|
yargs: "17.7.2"
|
|
1949
1949
|
};
|
|
1950
1950
|
var devDependencies = {
|
|
1951
|
-
"@cucumber/cucumber": "9.
|
|
1951
|
+
"@cucumber/cucumber": "9.5.0",
|
|
1952
1952
|
"@form8ion/commitlint-config": "1.0.55",
|
|
1953
1953
|
"@form8ion/core": "3.2.1",
|
|
1954
1954
|
"@form8ion/eslint-config": "6.0.3",
|
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": "9.1.
|
|
5
|
+
"version": "9.1.69",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^16.14.0 || >=18"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@form8ion/codecov": "5.0.0",
|
|
54
54
|
"@form8ion/cucumber-scaffolder": "3.1.0",
|
|
55
|
-
"@form8ion/github-actions-node-ci": "3.
|
|
55
|
+
"@form8ion/github-actions-node-ci": "3.15.0",
|
|
56
56
|
"@form8ion/hapi-scaffolder": "4.0.7",
|
|
57
57
|
"@form8ion/javascript": "11.10.0",
|
|
58
58
|
"@form8ion/javascript-core": "10.0.1",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"yargs": "17.7.2"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@cucumber/cucumber": "9.
|
|
78
|
+
"@cucumber/cucumber": "9.5.0",
|
|
79
79
|
"@form8ion/commitlint-config": "1.0.55",
|
|
80
80
|
"@form8ion/core": "3.2.1",
|
|
81
81
|
"@form8ion/eslint-config": "6.0.3",
|