@form8ion/utils-cli 10.1.54 → 10.1.56
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 +7 -7
- package/package.json +7 -7
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.1.
|
|
1880
|
+
var version = "10.1.56";
|
|
1881
1881
|
var type = "module";
|
|
1882
1882
|
var engines = {
|
|
1883
1883
|
node: "^18.17.0 || >=20.6.1"
|
|
@@ -1934,7 +1934,7 @@ var dependencies = {
|
|
|
1934
1934
|
"@form8ion/javascript": "12.6.0",
|
|
1935
1935
|
"@form8ion/javascript-core": "11.0.0",
|
|
1936
1936
|
"@form8ion/jetbrains": "1.1.3",
|
|
1937
|
-
"@form8ion/lift": "9.2.
|
|
1937
|
+
"@form8ion/lift": "9.2.2",
|
|
1938
1938
|
"@form8ion/mocha-scaffolder": "5.0.1",
|
|
1939
1939
|
"@form8ion/octoherd-script": "1.0.0",
|
|
1940
1940
|
"@form8ion/ossf-scorecard": "1.2.0",
|
|
@@ -1948,11 +1948,11 @@ var dependencies = {
|
|
|
1948
1948
|
"@form8ion/scaffolder-scaffolder": "6.1.0",
|
|
1949
1949
|
"@form8ion/vite": "2.0.1",
|
|
1950
1950
|
"@form8ion/vitest": "4.2.0",
|
|
1951
|
-
"update-notifier": "7.
|
|
1951
|
+
"update-notifier": "7.2.0",
|
|
1952
1952
|
yargs: "17.7.2"
|
|
1953
1953
|
};
|
|
1954
1954
|
var devDependencies = {
|
|
1955
|
-
"@cucumber/cucumber": "10.
|
|
1955
|
+
"@cucumber/cucumber": "10.9.0",
|
|
1956
1956
|
"@form8ion/commitlint-config": "1.0.76",
|
|
1957
1957
|
"@form8ion/core": "4.6.1",
|
|
1958
1958
|
"@form8ion/eslint-config": "7.0.9",
|
|
@@ -1972,7 +1972,7 @@ var devDependencies = {
|
|
|
1972
1972
|
execa: "8.0.1",
|
|
1973
1973
|
"gherkin-lint": "4.2.4",
|
|
1974
1974
|
"http-status-codes": "2.3.0",
|
|
1975
|
-
husky: "9.1.
|
|
1975
|
+
husky: "9.1.5",
|
|
1976
1976
|
"import-fresh": "3.3.0",
|
|
1977
1977
|
"jest-when": "3.6.0",
|
|
1978
1978
|
"js-yaml": "4.1.0",
|
|
@@ -1983,10 +1983,10 @@ var devDependencies = {
|
|
|
1983
1983
|
"mock-fs": "5.2.0",
|
|
1984
1984
|
msw: "2.3.5",
|
|
1985
1985
|
"npm-run-all2": "6.2.2",
|
|
1986
|
-
publint: "0.2.
|
|
1986
|
+
publint: "0.2.10",
|
|
1987
1987
|
"remark-cli": "12.0.1",
|
|
1988
1988
|
rimraf: "6.0.1",
|
|
1989
|
-
rollup: "4.
|
|
1989
|
+
rollup: "4.21.0",
|
|
1990
1990
|
"rollup-plugin-auto-external": "2.0.0",
|
|
1991
1991
|
"rollup-plugin-executable": "1.6.3",
|
|
1992
1992
|
"rollup-plugin-json": "4.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.56",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^18.17.0 || >=20.6.1"
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@form8ion/javascript": "12.6.0",
|
|
60
60
|
"@form8ion/javascript-core": "11.0.0",
|
|
61
61
|
"@form8ion/jetbrains": "1.1.3",
|
|
62
|
-
"@form8ion/lift": "9.2.
|
|
62
|
+
"@form8ion/lift": "9.2.2",
|
|
63
63
|
"@form8ion/mocha-scaffolder": "5.0.1",
|
|
64
64
|
"@form8ion/octoherd-script": "1.0.0",
|
|
65
65
|
"@form8ion/ossf-scorecard": "1.2.0",
|
|
@@ -73,11 +73,11 @@
|
|
|
73
73
|
"@form8ion/scaffolder-scaffolder": "6.1.0",
|
|
74
74
|
"@form8ion/vite": "2.0.1",
|
|
75
75
|
"@form8ion/vitest": "4.2.0",
|
|
76
|
-
"update-notifier": "7.
|
|
76
|
+
"update-notifier": "7.2.0",
|
|
77
77
|
"yargs": "17.7.2"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@cucumber/cucumber": "10.
|
|
80
|
+
"@cucumber/cucumber": "10.9.0",
|
|
81
81
|
"@form8ion/commitlint-config": "1.0.76",
|
|
82
82
|
"@form8ion/core": "4.6.1",
|
|
83
83
|
"@form8ion/eslint-config": "7.0.9",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"execa": "8.0.1",
|
|
98
98
|
"gherkin-lint": "4.2.4",
|
|
99
99
|
"http-status-codes": "2.3.0",
|
|
100
|
-
"husky": "9.1.
|
|
100
|
+
"husky": "9.1.5",
|
|
101
101
|
"import-fresh": "3.3.0",
|
|
102
102
|
"jest-when": "3.6.0",
|
|
103
103
|
"js-yaml": "4.1.0",
|
|
@@ -108,10 +108,10 @@
|
|
|
108
108
|
"mock-fs": "5.2.0",
|
|
109
109
|
"msw": "2.3.5",
|
|
110
110
|
"npm-run-all2": "6.2.2",
|
|
111
|
-
"publint": "0.2.
|
|
111
|
+
"publint": "0.2.10",
|
|
112
112
|
"remark-cli": "12.0.1",
|
|
113
113
|
"rimraf": "6.0.1",
|
|
114
|
-
"rollup": "4.
|
|
114
|
+
"rollup": "4.21.0",
|
|
115
115
|
"rollup-plugin-auto-external": "2.0.0",
|
|
116
116
|
"rollup-plugin-executable": "1.6.3",
|
|
117
117
|
"rollup-plugin-json": "4.0.0",
|