@form8ion/utils-cli 9.1.69 → 9.1.71
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 +9 -9
- package/package.json +9 -9
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.71";
|
|
1879
1879
|
var type = "module";
|
|
1880
1880
|
var engines = {
|
|
1881
1881
|
node: "^16.14.0 || >=18"
|
|
@@ -1936,9 +1936,9 @@ var dependencies = {
|
|
|
1936
1936
|
"@form8ion/prettier": "2.0.0",
|
|
1937
1937
|
"@form8ion/project": "17.0.7",
|
|
1938
1938
|
"@form8ion/remark-plugin-scaffolder": "3.0.4",
|
|
1939
|
-
"@form8ion/remove-greenkeeper": "2.0.
|
|
1939
|
+
"@form8ion/remove-greenkeeper": "2.0.5",
|
|
1940
1940
|
"@form8ion/renovate-scaffolder": "2.1.0",
|
|
1941
|
-
"@form8ion/replace-travis-ci-with-github-actions": "9.0.
|
|
1941
|
+
"@form8ion/replace-travis-ci-with-github-actions": "9.0.6",
|
|
1942
1942
|
"@form8ion/rollup": "3.0.1",
|
|
1943
1943
|
"@form8ion/scaffolder-scaffolder": "5.0.3",
|
|
1944
1944
|
"@form8ion/vite": "1.3.3",
|
|
@@ -1948,15 +1948,15 @@ var dependencies = {
|
|
|
1948
1948
|
yargs: "17.7.2"
|
|
1949
1949
|
};
|
|
1950
1950
|
var devDependencies = {
|
|
1951
|
-
"@cucumber/cucumber": "9.5.
|
|
1951
|
+
"@cucumber/cucumber": "9.5.1",
|
|
1952
1952
|
"@form8ion/commitlint-config": "1.0.55",
|
|
1953
1953
|
"@form8ion/core": "3.2.1",
|
|
1954
|
-
"@form8ion/eslint-config": "6.0.
|
|
1954
|
+
"@form8ion/eslint-config": "6.0.4",
|
|
1955
1955
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
1956
1956
|
"@form8ion/eslint-config-mocha": "3.0.0",
|
|
1957
1957
|
"@form8ion/remark-lint-preset": "6.0.0",
|
|
1958
1958
|
"@rollup/plugin-node-resolve": "15.2.1",
|
|
1959
|
-
"@travi/any": "2.1.
|
|
1959
|
+
"@travi/any": "2.1.10",
|
|
1960
1960
|
"ban-sensitive-files": "1.10.0",
|
|
1961
1961
|
c8: "8.0.1",
|
|
1962
1962
|
chai: "4.3.8",
|
|
@@ -1980,13 +1980,13 @@ var devDependencies = {
|
|
|
1980
1980
|
publint: "0.2.2",
|
|
1981
1981
|
"remark-cli": "11.0.0",
|
|
1982
1982
|
rimraf: "5.0.1",
|
|
1983
|
-
rollup: "3.
|
|
1983
|
+
rollup: "3.29.2",
|
|
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.
|
|
1987
|
+
testdouble: "3.19.0",
|
|
1988
1988
|
"unist-util-find": "3.0.0",
|
|
1989
|
-
vitest: "0.34.
|
|
1989
|
+
vitest: "0.34.4"
|
|
1990
1990
|
};
|
|
1991
1991
|
var pkg = {
|
|
1992
1992
|
name: name,
|
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.71",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^16.14.0 || >=18"
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"@form8ion/prettier": "2.0.0",
|
|
64
64
|
"@form8ion/project": "17.0.7",
|
|
65
65
|
"@form8ion/remark-plugin-scaffolder": "3.0.4",
|
|
66
|
-
"@form8ion/remove-greenkeeper": "2.0.
|
|
66
|
+
"@form8ion/remove-greenkeeper": "2.0.5",
|
|
67
67
|
"@form8ion/renovate-scaffolder": "2.1.0",
|
|
68
|
-
"@form8ion/replace-travis-ci-with-github-actions": "9.0.
|
|
68
|
+
"@form8ion/replace-travis-ci-with-github-actions": "9.0.6",
|
|
69
69
|
"@form8ion/rollup": "3.0.1",
|
|
70
70
|
"@form8ion/scaffolder-scaffolder": "5.0.3",
|
|
71
71
|
"@form8ion/vite": "1.3.3",
|
|
@@ -75,15 +75,15 @@
|
|
|
75
75
|
"yargs": "17.7.2"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@cucumber/cucumber": "9.5.
|
|
78
|
+
"@cucumber/cucumber": "9.5.1",
|
|
79
79
|
"@form8ion/commitlint-config": "1.0.55",
|
|
80
80
|
"@form8ion/core": "3.2.1",
|
|
81
|
-
"@form8ion/eslint-config": "6.0.
|
|
81
|
+
"@form8ion/eslint-config": "6.0.4",
|
|
82
82
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
83
83
|
"@form8ion/eslint-config-mocha": "3.0.0",
|
|
84
84
|
"@form8ion/remark-lint-preset": "6.0.0",
|
|
85
85
|
"@rollup/plugin-node-resolve": "15.2.1",
|
|
86
|
-
"@travi/any": "2.1.
|
|
86
|
+
"@travi/any": "2.1.10",
|
|
87
87
|
"ban-sensitive-files": "1.10.0",
|
|
88
88
|
"c8": "8.0.1",
|
|
89
89
|
"chai": "4.3.8",
|
|
@@ -107,12 +107,12 @@
|
|
|
107
107
|
"publint": "0.2.2",
|
|
108
108
|
"remark-cli": "11.0.0",
|
|
109
109
|
"rimraf": "5.0.1",
|
|
110
|
-
"rollup": "3.
|
|
110
|
+
"rollup": "3.29.2",
|
|
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.
|
|
114
|
+
"testdouble": "3.19.0",
|
|
115
115
|
"unist-util-find": "3.0.0",
|
|
116
|
-
"vitest": "0.34.
|
|
116
|
+
"vitest": "0.34.4"
|
|
117
117
|
}
|
|
118
118
|
}
|