@form8ion/utils-cli 9.1.19 → 9.1.21
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 +4 -4
- package/package.json +4 -4
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.21";
|
|
1879
1879
|
var type = "module";
|
|
1880
1880
|
var engines = {
|
|
1881
1881
|
node: "^16.14.0 || >=18"
|
|
@@ -1933,11 +1933,11 @@ var dependencies = {
|
|
|
1933
1933
|
"@form8ion/octoherd-script": "1.0.0",
|
|
1934
1934
|
"@form8ion/ossf-scorecard": "1.2.0",
|
|
1935
1935
|
"@form8ion/prettier": "1.0.2",
|
|
1936
|
-
"@form8ion/project": "16.0.
|
|
1936
|
+
"@form8ion/project": "16.0.2",
|
|
1937
1937
|
"@form8ion/remark-plugin-scaffolder": "3.0.2",
|
|
1938
1938
|
"@form8ion/remove-greenkeeper": "2.0.1",
|
|
1939
1939
|
"@form8ion/renovate-scaffolder": "1.8.0",
|
|
1940
|
-
"@form8ion/replace-travis-ci-with-github-actions": "9.0.
|
|
1940
|
+
"@form8ion/replace-travis-ci-with-github-actions": "9.0.2",
|
|
1941
1941
|
"@form8ion/rollup": "3.0.1",
|
|
1942
1942
|
"@form8ion/scaffolder-scaffolder": "5.0.1",
|
|
1943
1943
|
"@form8ion/vite": "1.3.2",
|
|
@@ -1949,7 +1949,7 @@ var dependencies = {
|
|
|
1949
1949
|
var devDependencies = {
|
|
1950
1950
|
"@cucumber/cucumber": "9.2.0",
|
|
1951
1951
|
"@form8ion/commitlint-config": "1.0.52",
|
|
1952
|
-
"@form8ion/core": "
|
|
1952
|
+
"@form8ion/core": "3.1.0",
|
|
1953
1953
|
"@form8ion/eslint-config": "5.0.35",
|
|
1954
1954
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
1955
1955
|
"@form8ion/eslint-config-mocha": "2.0.3",
|
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.21",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^16.14.0 || >=18"
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
"@form8ion/octoherd-script": "1.0.0",
|
|
61
61
|
"@form8ion/ossf-scorecard": "1.2.0",
|
|
62
62
|
"@form8ion/prettier": "1.0.2",
|
|
63
|
-
"@form8ion/project": "16.0.
|
|
63
|
+
"@form8ion/project": "16.0.2",
|
|
64
64
|
"@form8ion/remark-plugin-scaffolder": "3.0.2",
|
|
65
65
|
"@form8ion/remove-greenkeeper": "2.0.1",
|
|
66
66
|
"@form8ion/renovate-scaffolder": "1.8.0",
|
|
67
|
-
"@form8ion/replace-travis-ci-with-github-actions": "9.0.
|
|
67
|
+
"@form8ion/replace-travis-ci-with-github-actions": "9.0.2",
|
|
68
68
|
"@form8ion/rollup": "3.0.1",
|
|
69
69
|
"@form8ion/scaffolder-scaffolder": "5.0.1",
|
|
70
70
|
"@form8ion/vite": "1.3.2",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@cucumber/cucumber": "9.2.0",
|
|
78
78
|
"@form8ion/commitlint-config": "1.0.52",
|
|
79
|
-
"@form8ion/core": "
|
|
79
|
+
"@form8ion/core": "3.1.0",
|
|
80
80
|
"@form8ion/eslint-config": "5.0.35",
|
|
81
81
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
82
82
|
"@form8ion/eslint-config-mocha": "2.0.3",
|