@form8ion/utils-cli 10.1.37 → 10.1.39
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 +5 -5
- package/package.json +5 -5
package/bin/form8ion-utils.js
CHANGED
|
@@ -1876,7 +1876,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
|
|
|
1876
1876
|
var name = "@form8ion/utils-cli";
|
|
1877
1877
|
var description = "cli for various tools for the organization";
|
|
1878
1878
|
var license = "MIT";
|
|
1879
|
-
var version = "10.1.
|
|
1879
|
+
var version = "10.1.39";
|
|
1880
1880
|
var type = "module";
|
|
1881
1881
|
var engines = {
|
|
1882
1882
|
node: "^18.17.0 || >=20.6.1"
|
|
@@ -1926,7 +1926,7 @@ var publishConfig = {
|
|
|
1926
1926
|
var dependencies = {
|
|
1927
1927
|
"@form8ion/codecov": "5.3.0",
|
|
1928
1928
|
"@form8ion/cucumber-scaffolder": "4.0.0",
|
|
1929
|
-
"@form8ion/github-actions-node-ci": "4.2.
|
|
1929
|
+
"@form8ion/github-actions-node-ci": "4.2.1",
|
|
1930
1930
|
"@form8ion/hapi-scaffolder": "4.0.7",
|
|
1931
1931
|
"@form8ion/javascript": "12.5.0",
|
|
1932
1932
|
"@form8ion/javascript-core": "11.0.0",
|
|
@@ -1941,7 +1941,7 @@ var dependencies = {
|
|
|
1941
1941
|
"@form8ion/remove-greenkeeper": "3.0.1",
|
|
1942
1942
|
"@form8ion/renovate-scaffolder": "2.1.0",
|
|
1943
1943
|
"@form8ion/replace-travis-ci-with-github-actions": "10.0.1",
|
|
1944
|
-
"@form8ion/rollup": "4.
|
|
1944
|
+
"@form8ion/rollup": "4.1.0",
|
|
1945
1945
|
"@form8ion/scaffolder-scaffolder": "6.0.5",
|
|
1946
1946
|
"@form8ion/vite": "2.0.1",
|
|
1947
1947
|
"@form8ion/vitest": "4.0.1",
|
|
@@ -1950,7 +1950,7 @@ var dependencies = {
|
|
|
1950
1950
|
yargs: "17.7.2"
|
|
1951
1951
|
};
|
|
1952
1952
|
var devDependencies = {
|
|
1953
|
-
"@cucumber/cucumber": "10.3.
|
|
1953
|
+
"@cucumber/cucumber": "10.3.2",
|
|
1954
1954
|
"@form8ion/commitlint-config": "1.0.76",
|
|
1955
1955
|
"@form8ion/core": "4.2.1",
|
|
1956
1956
|
"@form8ion/eslint-config": "7.0.9",
|
|
@@ -1983,7 +1983,7 @@ var devDependencies = {
|
|
|
1983
1983
|
publint: "0.2.7",
|
|
1984
1984
|
"remark-cli": "12.0.0",
|
|
1985
1985
|
rimraf: "5.0.5",
|
|
1986
|
-
rollup: "4.13.
|
|
1986
|
+
rollup: "4.13.2",
|
|
1987
1987
|
"rollup-plugin-auto-external": "2.0.0",
|
|
1988
1988
|
"rollup-plugin-executable": "1.6.3",
|
|
1989
1989
|
"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.39",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^18.17.0 || >=20.6.1"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@form8ion/codecov": "5.3.0",
|
|
54
54
|
"@form8ion/cucumber-scaffolder": "4.0.0",
|
|
55
|
-
"@form8ion/github-actions-node-ci": "4.2.
|
|
55
|
+
"@form8ion/github-actions-node-ci": "4.2.1",
|
|
56
56
|
"@form8ion/hapi-scaffolder": "4.0.7",
|
|
57
57
|
"@form8ion/javascript": "12.5.0",
|
|
58
58
|
"@form8ion/javascript-core": "11.0.0",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@form8ion/remove-greenkeeper": "3.0.1",
|
|
68
68
|
"@form8ion/renovate-scaffolder": "2.1.0",
|
|
69
69
|
"@form8ion/replace-travis-ci-with-github-actions": "10.0.1",
|
|
70
|
-
"@form8ion/rollup": "4.
|
|
70
|
+
"@form8ion/rollup": "4.1.0",
|
|
71
71
|
"@form8ion/scaffolder-scaffolder": "6.0.5",
|
|
72
72
|
"@form8ion/vite": "2.0.1",
|
|
73
73
|
"@form8ion/vitest": "4.0.1",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"yargs": "17.7.2"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@cucumber/cucumber": "10.3.
|
|
79
|
+
"@cucumber/cucumber": "10.3.2",
|
|
80
80
|
"@form8ion/commitlint-config": "1.0.76",
|
|
81
81
|
"@form8ion/core": "4.2.1",
|
|
82
82
|
"@form8ion/eslint-config": "7.0.9",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"publint": "0.2.7",
|
|
110
110
|
"remark-cli": "12.0.0",
|
|
111
111
|
"rimraf": "5.0.5",
|
|
112
|
-
"rollup": "4.13.
|
|
112
|
+
"rollup": "4.13.2",
|
|
113
113
|
"rollup-plugin-auto-external": "2.0.0",
|
|
114
114
|
"rollup-plugin-executable": "1.6.3",
|
|
115
115
|
"rollup-plugin-json": "4.0.0",
|