@form8ion/utils-cli 10.0.6 → 10.0.8
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 +8 -8
- package/package.json +8 -8
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 = "10.0.
|
|
1878
|
+
var version = "10.0.8";
|
|
1879
1879
|
var type = "module";
|
|
1880
1880
|
var engines = {
|
|
1881
1881
|
node: "^18.17.0 || >=20.6.1"
|
|
@@ -1928,13 +1928,13 @@ var dependencies = {
|
|
|
1928
1928
|
"@form8ion/github-actions-node-ci": "4.0.0",
|
|
1929
1929
|
"@form8ion/hapi-scaffolder": "4.0.7",
|
|
1930
1930
|
"@form8ion/javascript": "11.10.0",
|
|
1931
|
-
"@form8ion/javascript-core": "10.0
|
|
1931
|
+
"@form8ion/javascript-core": "10.1.0",
|
|
1932
1932
|
"@form8ion/lift": "9.0.0",
|
|
1933
1933
|
"@form8ion/mocha-scaffolder": "4.0.0",
|
|
1934
1934
|
"@form8ion/octoherd-script": "1.0.0",
|
|
1935
1935
|
"@form8ion/ossf-scorecard": "1.2.0",
|
|
1936
1936
|
"@form8ion/prettier": "2.0.0",
|
|
1937
|
-
"@form8ion/project": "
|
|
1937
|
+
"@form8ion/project": "18.0.0",
|
|
1938
1938
|
"@form8ion/remark-plugin-scaffolder": "3.0.4",
|
|
1939
1939
|
"@form8ion/remove-greenkeeper": "2.0.5",
|
|
1940
1940
|
"@form8ion/renovate-scaffolder": "2.1.0",
|
|
@@ -1949,9 +1949,9 @@ var dependencies = {
|
|
|
1949
1949
|
};
|
|
1950
1950
|
var devDependencies = {
|
|
1951
1951
|
"@cucumber/cucumber": "10.0.1",
|
|
1952
|
-
"@form8ion/commitlint-config": "1.0.
|
|
1952
|
+
"@form8ion/commitlint-config": "1.0.64",
|
|
1953
1953
|
"@form8ion/core": "3.2.2",
|
|
1954
|
-
"@form8ion/eslint-config": "7.0.
|
|
1954
|
+
"@form8ion/eslint-config": "7.0.5",
|
|
1955
1955
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
1956
1956
|
"@form8ion/eslint-config-mocha": "3.0.1",
|
|
1957
1957
|
"@form8ion/remark-lint-preset": "6.0.2",
|
|
@@ -1971,7 +1971,7 @@ var devDependencies = {
|
|
|
1971
1971
|
"jest-when": "3.6.0",
|
|
1972
1972
|
"js-yaml": "4.1.0",
|
|
1973
1973
|
"lockfile-lint": "4.12.1",
|
|
1974
|
-
"ls-engines": "0.9.
|
|
1974
|
+
"ls-engines": "0.9.1",
|
|
1975
1975
|
"mdast-util-from-markdown": "2.0.0",
|
|
1976
1976
|
"mdast-zone": "6.0.1",
|
|
1977
1977
|
"mock-fs": "5.2.0",
|
|
@@ -1980,11 +1980,11 @@ var devDependencies = {
|
|
|
1980
1980
|
publint: "0.2.5",
|
|
1981
1981
|
"remark-cli": "12.0.0",
|
|
1982
1982
|
rimraf: "5.0.5",
|
|
1983
|
-
rollup: "4.
|
|
1983
|
+
rollup: "4.5.0",
|
|
1984
1984
|
"rollup-plugin-auto-external": "2.0.0",
|
|
1985
1985
|
"rollup-plugin-executable": "1.6.3",
|
|
1986
1986
|
"rollup-plugin-json": "4.0.0",
|
|
1987
|
-
testdouble: "3.20.
|
|
1987
|
+
testdouble: "3.20.1",
|
|
1988
1988
|
"unist-util-find": "3.0.0",
|
|
1989
1989
|
vitest: "0.34.6"
|
|
1990
1990
|
};
|
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.0.
|
|
5
|
+
"version": "10.0.8",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^18.17.0 || >=20.6.1"
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
"@form8ion/github-actions-node-ci": "4.0.0",
|
|
56
56
|
"@form8ion/hapi-scaffolder": "4.0.7",
|
|
57
57
|
"@form8ion/javascript": "11.10.0",
|
|
58
|
-
"@form8ion/javascript-core": "10.0
|
|
58
|
+
"@form8ion/javascript-core": "10.1.0",
|
|
59
59
|
"@form8ion/lift": "9.0.0",
|
|
60
60
|
"@form8ion/mocha-scaffolder": "4.0.0",
|
|
61
61
|
"@form8ion/octoherd-script": "1.0.0",
|
|
62
62
|
"@form8ion/ossf-scorecard": "1.2.0",
|
|
63
63
|
"@form8ion/prettier": "2.0.0",
|
|
64
|
-
"@form8ion/project": "
|
|
64
|
+
"@form8ion/project": "18.0.0",
|
|
65
65
|
"@form8ion/remark-plugin-scaffolder": "3.0.4",
|
|
66
66
|
"@form8ion/remove-greenkeeper": "2.0.5",
|
|
67
67
|
"@form8ion/renovate-scaffolder": "2.1.0",
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@cucumber/cucumber": "10.0.1",
|
|
79
|
-
"@form8ion/commitlint-config": "1.0.
|
|
79
|
+
"@form8ion/commitlint-config": "1.0.64",
|
|
80
80
|
"@form8ion/core": "3.2.2",
|
|
81
|
-
"@form8ion/eslint-config": "7.0.
|
|
81
|
+
"@form8ion/eslint-config": "7.0.5",
|
|
82
82
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
83
83
|
"@form8ion/eslint-config-mocha": "3.0.1",
|
|
84
84
|
"@form8ion/remark-lint-preset": "6.0.2",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"jest-when": "3.6.0",
|
|
99
99
|
"js-yaml": "4.1.0",
|
|
100
100
|
"lockfile-lint": "4.12.1",
|
|
101
|
-
"ls-engines": "0.9.
|
|
101
|
+
"ls-engines": "0.9.1",
|
|
102
102
|
"mdast-util-from-markdown": "2.0.0",
|
|
103
103
|
"mdast-zone": "6.0.1",
|
|
104
104
|
"mock-fs": "5.2.0",
|
|
@@ -107,11 +107,11 @@
|
|
|
107
107
|
"publint": "0.2.5",
|
|
108
108
|
"remark-cli": "12.0.0",
|
|
109
109
|
"rimraf": "5.0.5",
|
|
110
|
-
"rollup": "4.
|
|
110
|
+
"rollup": "4.5.0",
|
|
111
111
|
"rollup-plugin-auto-external": "2.0.0",
|
|
112
112
|
"rollup-plugin-executable": "1.6.3",
|
|
113
113
|
"rollup-plugin-json": "4.0.0",
|
|
114
|
-
"testdouble": "3.20.
|
|
114
|
+
"testdouble": "3.20.1",
|
|
115
115
|
"unist-util-find": "3.0.0",
|
|
116
116
|
"vitest": "0.34.6"
|
|
117
117
|
}
|