@form8ion/utils-cli 9.1.72 → 10.0.0
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/README.md +4 -4
- package/bin/form8ion-utils.js +7 -7
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -88,7 +88,7 @@ $ npm test
|
|
|
88
88
|
|
|
89
89
|
[npm-link]: https://www.npmjs.com/package/@form8ion/utils-cli
|
|
90
90
|
|
|
91
|
-
[npm-badge]: https://img.shields.io/npm/v/@form8ion/utils-cli
|
|
91
|
+
[npm-badge]: https://img.shields.io/npm/v/@form8ion/utils-cli?logo=npm
|
|
92
92
|
|
|
93
93
|
[license-link]: LICENSE
|
|
94
94
|
|
|
@@ -116,11 +116,11 @@ $ npm test
|
|
|
116
116
|
|
|
117
117
|
[renovate-link]: https://renovatebot.com
|
|
118
118
|
|
|
119
|
-
[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=
|
|
119
|
+
[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=renovatebot
|
|
120
120
|
|
|
121
|
-
[github-actions-ci-link]: https://github.com/form8ion/cli/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster
|
|
121
|
+
[github-actions-ci-link]: https://github.com/form8ion/utils-cli/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster
|
|
122
122
|
|
|
123
|
-
[github-actions-ci-badge]: https://
|
|
123
|
+
[github-actions-ci-badge]: https://img.shields.io/github/actions/workflow/status/form8ion/utils-cli/node-ci.yml.svg?branch=master&logo=github
|
|
124
124
|
|
|
125
125
|
[node-badge]: https://img.shields.io/node/v/@form8ion/utils-cli?logo=node.js
|
|
126
126
|
|
package/bin/form8ion-utils.js
CHANGED
|
@@ -1875,10 +1875,10 @@ 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 = "
|
|
1878
|
+
var version = "10.0.0";
|
|
1879
1879
|
var type = "module";
|
|
1880
1880
|
var engines = {
|
|
1881
|
-
node: "^
|
|
1881
|
+
node: "^18.17.0 || >=20.6.1"
|
|
1882
1882
|
};
|
|
1883
1883
|
var author = "Matt Travi <npm@travi.org> (https://matt.travi.org/)";
|
|
1884
1884
|
var repository = "form8ion/utils-cli";
|
|
@@ -1941,7 +1941,7 @@ var dependencies = {
|
|
|
1941
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
|
-
"@form8ion/vite": "
|
|
1944
|
+
"@form8ion/vite": "2.0.0",
|
|
1945
1945
|
"@form8ion/vitest": "3.0.2",
|
|
1946
1946
|
"@travi/github-scaffolder": "9.0.1",
|
|
1947
1947
|
"update-notifier": "6.0.2",
|
|
@@ -1953,13 +1953,13 @@ var devDependencies = {
|
|
|
1953
1953
|
"@form8ion/core": "3.2.1",
|
|
1954
1954
|
"@form8ion/eslint-config": "6.0.5",
|
|
1955
1955
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
1956
|
-
"@form8ion/eslint-config-mocha": "3.0.
|
|
1957
|
-
"@form8ion/remark-lint-preset": "6.0.
|
|
1956
|
+
"@form8ion/eslint-config-mocha": "3.0.1",
|
|
1957
|
+
"@form8ion/remark-lint-preset": "6.0.2",
|
|
1958
1958
|
"@rollup/plugin-node-resolve": "15.2.1",
|
|
1959
1959
|
"@travi/any": "3.0.0",
|
|
1960
1960
|
"ban-sensitive-files": "1.10.0",
|
|
1961
1961
|
c8: "8.0.1",
|
|
1962
|
-
chai: "4.3.
|
|
1962
|
+
chai: "4.3.9",
|
|
1963
1963
|
"clear-module": "4.1.2",
|
|
1964
1964
|
"cross-env": "7.0.3",
|
|
1965
1965
|
"cz-conventional-changelog": "3.3.0",
|
|
@@ -1979,7 +1979,7 @@ var devDependencies = {
|
|
|
1979
1979
|
"npm-run-all2": "6.0.6",
|
|
1980
1980
|
publint: "0.2.2",
|
|
1981
1981
|
"remark-cli": "12.0.0",
|
|
1982
|
-
rimraf: "5.0.
|
|
1982
|
+
rimraf: "5.0.5",
|
|
1983
1983
|
rollup: "3.29.3",
|
|
1984
1984
|
"rollup-plugin-auto-external": "2.0.0",
|
|
1985
1985
|
"rollup-plugin-executable": "1.6.3",
|
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "@form8ion/utils-cli",
|
|
3
3
|
"description": "cli for various tools for the organization",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "10.0.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": "^
|
|
8
|
+
"node": "^18.17.0 || >=20.6.1"
|
|
9
9
|
},
|
|
10
10
|
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
|
|
11
11
|
"repository": "form8ion/utils-cli",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
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
|
-
"@form8ion/vite": "
|
|
71
|
+
"@form8ion/vite": "2.0.0",
|
|
72
72
|
"@form8ion/vitest": "3.0.2",
|
|
73
73
|
"@travi/github-scaffolder": "9.0.1",
|
|
74
74
|
"update-notifier": "6.0.2",
|
|
@@ -80,13 +80,13 @@
|
|
|
80
80
|
"@form8ion/core": "3.2.1",
|
|
81
81
|
"@form8ion/eslint-config": "6.0.5",
|
|
82
82
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
83
|
-
"@form8ion/eslint-config-mocha": "3.0.
|
|
84
|
-
"@form8ion/remark-lint-preset": "6.0.
|
|
83
|
+
"@form8ion/eslint-config-mocha": "3.0.1",
|
|
84
|
+
"@form8ion/remark-lint-preset": "6.0.2",
|
|
85
85
|
"@rollup/plugin-node-resolve": "15.2.1",
|
|
86
86
|
"@travi/any": "3.0.0",
|
|
87
87
|
"ban-sensitive-files": "1.10.0",
|
|
88
88
|
"c8": "8.0.1",
|
|
89
|
-
"chai": "4.3.
|
|
89
|
+
"chai": "4.3.9",
|
|
90
90
|
"clear-module": "4.1.2",
|
|
91
91
|
"cross-env": "7.0.3",
|
|
92
92
|
"cz-conventional-changelog": "3.3.0",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"npm-run-all2": "6.0.6",
|
|
107
107
|
"publint": "0.2.2",
|
|
108
108
|
"remark-cli": "12.0.0",
|
|
109
|
-
"rimraf": "5.0.
|
|
109
|
+
"rimraf": "5.0.5",
|
|
110
110
|
"rollup": "3.29.3",
|
|
111
111
|
"rollup-plugin-auto-external": "2.0.0",
|
|
112
112
|
"rollup-plugin-executable": "1.6.3",
|