@form8ion/utils-cli 8.1.1 → 8.1.3
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 +6 -6
- package/package.json +6 -6
package/bin/form8ion-utils.js
CHANGED
|
@@ -1874,7 +1874,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
|
|
|
1874
1874
|
var name = "@form8ion/utils-cli";
|
|
1875
1875
|
var description = "cli for various tools for the organization";
|
|
1876
1876
|
var license = "MIT";
|
|
1877
|
-
var version = "8.1.
|
|
1877
|
+
var version = "8.1.3";
|
|
1878
1878
|
var type = "module";
|
|
1879
1879
|
var engines = {
|
|
1880
1880
|
node: "^16.13.0 || >=18"
|
|
@@ -1933,7 +1933,7 @@ var dependencies = {
|
|
|
1933
1933
|
"@form8ion/prettier": "1.0.2",
|
|
1934
1934
|
"@form8ion/project": "15.2.0",
|
|
1935
1935
|
"@form8ion/remark-plugin-scaffolder": "2.0.3",
|
|
1936
|
-
"@form8ion/remove-greenkeeper": "
|
|
1936
|
+
"@form8ion/remove-greenkeeper": "2.0.1",
|
|
1937
1937
|
"@form8ion/renovate-scaffolder": "1.8.0",
|
|
1938
1938
|
"@form8ion/replace-travis-ci-with-github-actions": "7.0.0",
|
|
1939
1939
|
"@form8ion/rollup": "2.1.1",
|
|
@@ -1945,8 +1945,8 @@ var dependencies = {
|
|
|
1945
1945
|
yargs: "17.7.1"
|
|
1946
1946
|
};
|
|
1947
1947
|
var devDependencies = {
|
|
1948
|
-
"@cucumber/cucumber": "9.0
|
|
1949
|
-
"@form8ion/commitlint-config": "1.0.
|
|
1948
|
+
"@cucumber/cucumber": "9.1.0",
|
|
1949
|
+
"@form8ion/commitlint-config": "1.0.47",
|
|
1950
1950
|
"@form8ion/core": "2.0.0",
|
|
1951
1951
|
"@form8ion/eslint-config": "5.0.27",
|
|
1952
1952
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
@@ -1980,9 +1980,9 @@ var devDependencies = {
|
|
|
1980
1980
|
"rollup-plugin-auto-external": "2.0.0",
|
|
1981
1981
|
"rollup-plugin-executable": "1.6.3",
|
|
1982
1982
|
"rollup-plugin-json": "4.0.0",
|
|
1983
|
-
testdouble: "3.17.
|
|
1983
|
+
testdouble: "3.17.2",
|
|
1984
1984
|
"unist-util-find": "1.0.2",
|
|
1985
|
-
vitest: "0.29.
|
|
1985
|
+
vitest: "0.29.8"
|
|
1986
1986
|
};
|
|
1987
1987
|
var pkg = {
|
|
1988
1988
|
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": "8.1.
|
|
5
|
+
"version": "8.1.3",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^16.13.0 || >=18"
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@form8ion/prettier": "1.0.2",
|
|
62
62
|
"@form8ion/project": "15.2.0",
|
|
63
63
|
"@form8ion/remark-plugin-scaffolder": "2.0.3",
|
|
64
|
-
"@form8ion/remove-greenkeeper": "
|
|
64
|
+
"@form8ion/remove-greenkeeper": "2.0.1",
|
|
65
65
|
"@form8ion/renovate-scaffolder": "1.8.0",
|
|
66
66
|
"@form8ion/replace-travis-ci-with-github-actions": "7.0.0",
|
|
67
67
|
"@form8ion/rollup": "2.1.1",
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"yargs": "17.7.1"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@cucumber/cucumber": "9.0
|
|
77
|
-
"@form8ion/commitlint-config": "1.0.
|
|
76
|
+
"@cucumber/cucumber": "9.1.0",
|
|
77
|
+
"@form8ion/commitlint-config": "1.0.47",
|
|
78
78
|
"@form8ion/core": "2.0.0",
|
|
79
79
|
"@form8ion/eslint-config": "5.0.27",
|
|
80
80
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
"rollup-plugin-auto-external": "2.0.0",
|
|
109
109
|
"rollup-plugin-executable": "1.6.3",
|
|
110
110
|
"rollup-plugin-json": "4.0.0",
|
|
111
|
-
"testdouble": "3.17.
|
|
111
|
+
"testdouble": "3.17.2",
|
|
112
112
|
"unist-util-find": "1.0.2",
|
|
113
|
-
"vitest": "0.29.
|
|
113
|
+
"vitest": "0.29.8"
|
|
114
114
|
}
|
|
115
115
|
}
|