@form8ion/utils-cli 11.0.0 → 11.0.2
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 +4 -4
- package/package.json +4 -4
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.2";
|
|
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/github": "2.0.0",
|
|
1933
1933
|
"@form8ion/github-actions-node-ci": "4.4.0",
|
|
1934
1934
|
"@form8ion/hapi-scaffolder": "4.1.1",
|
|
1935
|
-
"@form8ion/javascript": "13.0.0
|
|
1935
|
+
"@form8ion/javascript": "13.0.0",
|
|
1936
1936
|
"@form8ion/javascript-core": "11.0.0",
|
|
1937
1937
|
"@form8ion/jetbrains": "1.1.3",
|
|
1938
1938
|
"@form8ion/lift": "9.2.2",
|
|
@@ -1960,7 +1960,7 @@ var devDependencies = {
|
|
|
1960
1960
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
1961
1961
|
"@form8ion/eslint-config-mocha": "3.0.6",
|
|
1962
1962
|
"@form8ion/remark-lint-preset": "6.0.4",
|
|
1963
|
-
"@rollup/plugin-node-resolve": "15.
|
|
1963
|
+
"@rollup/plugin-node-resolve": "15.3.0",
|
|
1964
1964
|
"@travi/any": "3.1.2",
|
|
1965
1965
|
"ban-sensitive-files": "1.10.6",
|
|
1966
1966
|
c8: "10.1.2",
|
|
@@ -1970,7 +1970,7 @@ var devDependencies = {
|
|
|
1970
1970
|
"cross-env": "7.0.3",
|
|
1971
1971
|
"cz-conventional-changelog": "3.3.0",
|
|
1972
1972
|
"deep-equal": "2.2.3",
|
|
1973
|
-
execa: "
|
|
1973
|
+
execa: "9.4.0",
|
|
1974
1974
|
"gherkin-lint": "4.2.4",
|
|
1975
1975
|
"http-status-codes": "2.3.0",
|
|
1976
1976
|
husky: "9.1.6",
|
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.2",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^18.19.0 || ^20.6.1 || >=22"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@form8ion/github": "2.0.0",
|
|
57
57
|
"@form8ion/github-actions-node-ci": "4.4.0",
|
|
58
58
|
"@form8ion/hapi-scaffolder": "4.1.1",
|
|
59
|
-
"@form8ion/javascript": "13.0.0
|
|
59
|
+
"@form8ion/javascript": "13.0.0",
|
|
60
60
|
"@form8ion/javascript-core": "11.0.0",
|
|
61
61
|
"@form8ion/jetbrains": "1.1.3",
|
|
62
62
|
"@form8ion/lift": "9.2.2",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
85
85
|
"@form8ion/eslint-config-mocha": "3.0.6",
|
|
86
86
|
"@form8ion/remark-lint-preset": "6.0.4",
|
|
87
|
-
"@rollup/plugin-node-resolve": "15.
|
|
87
|
+
"@rollup/plugin-node-resolve": "15.3.0",
|
|
88
88
|
"@travi/any": "3.1.2",
|
|
89
89
|
"ban-sensitive-files": "1.10.6",
|
|
90
90
|
"c8": "10.1.2",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"cross-env": "7.0.3",
|
|
95
95
|
"cz-conventional-changelog": "3.3.0",
|
|
96
96
|
"deep-equal": "2.2.3",
|
|
97
|
-
"execa": "
|
|
97
|
+
"execa": "9.4.0",
|
|
98
98
|
"gherkin-lint": "4.2.4",
|
|
99
99
|
"http-status-codes": "2.3.0",
|
|
100
100
|
"husky": "9.1.6",
|