@form8ion/utils-cli 2.19.14 → 3.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 +3 -0
- package/bin/form8ion-utils.js +5 -5
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -15,6 +15,7 @@ cli for various tools for the organization
|
|
|
15
15
|
|
|
16
16
|
[![npm][npm-badge]][npm-link]
|
|
17
17
|
[![MIT license][license-badge]][license-link]
|
|
18
|
+
![node][node-badge]
|
|
18
19
|
|
|
19
20
|
<!--consumer-badges end -->
|
|
20
21
|
|
|
@@ -119,3 +120,5 @@ $ npm test
|
|
|
119
120
|
[github-actions-ci-link]: https://github.com/form8ion/cli/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster
|
|
120
121
|
|
|
121
122
|
[github-actions-ci-badge]: https://github.com/form8ion/cli/workflows/Node.js%20CI/badge.svg
|
|
123
|
+
|
|
124
|
+
[node-badge]: https://img.shields.io/node/v/@form8ion/utils-cli?logo=node.js
|
package/bin/form8ion-utils.js
CHANGED
|
@@ -29,7 +29,7 @@ var updateNotifier__default = /*#__PURE__*/_interopDefaultLegacy(updateNotifier)
|
|
|
29
29
|
var name = "@form8ion/utils-cli";
|
|
30
30
|
var description = "cli for various tools for the organization";
|
|
31
31
|
var license = "MIT";
|
|
32
|
-
var version = "
|
|
32
|
+
var version = "3.0.0";
|
|
33
33
|
var bin = {
|
|
34
34
|
"form8ion-utils": "bin/form8ion-utils.js"
|
|
35
35
|
};
|
|
@@ -38,7 +38,7 @@ var publishConfig = {
|
|
|
38
38
|
access: "public"
|
|
39
39
|
};
|
|
40
40
|
var engines = {
|
|
41
|
-
node: ">=12"
|
|
41
|
+
node: ">=12.20"
|
|
42
42
|
};
|
|
43
43
|
var files = [
|
|
44
44
|
"bin/"
|
|
@@ -60,7 +60,7 @@ var scripts = {
|
|
|
60
60
|
"lint:js": "eslint . --cache",
|
|
61
61
|
"lint:md": "remark . --frail",
|
|
62
62
|
"lint:sensitive": "ban",
|
|
63
|
-
"lint:engines": "
|
|
63
|
+
"lint:engines": "ls-engines",
|
|
64
64
|
"lint:gherkin": "gherkin-lint",
|
|
65
65
|
"disabled:lint:peer": "npm ls >/dev/null",
|
|
66
66
|
clean: "rimraf ./bin",
|
|
@@ -82,10 +82,10 @@ var devDependencies = {
|
|
|
82
82
|
"@form8ion/eslint-config-cucumber": "1.4.0",
|
|
83
83
|
"@form8ion/eslint-config-mocha": "1.2.17",
|
|
84
84
|
"@form8ion/remark-lint-preset": "2.1.7",
|
|
85
|
+
"@rollup/plugin-node-resolve": "13.1.1",
|
|
85
86
|
"@travi/any": "2.0.19",
|
|
86
87
|
"ban-sensitive-files": "1.9.16",
|
|
87
88
|
chai: "4.3.4",
|
|
88
|
-
"check-engine": "1.10.1",
|
|
89
89
|
"clear-module": "4.1.2",
|
|
90
90
|
codecov: "3.8.3",
|
|
91
91
|
"cz-conventional-changelog": "3.3.0",
|
|
@@ -94,6 +94,7 @@ var devDependencies = {
|
|
|
94
94
|
husky: "7.0.4",
|
|
95
95
|
"import-fresh": "3.3.0",
|
|
96
96
|
"js-yaml": "4.1.0",
|
|
97
|
+
"ls-engines": "0.5.1",
|
|
97
98
|
"mdast-util-from-markdown": "0.8.5",
|
|
98
99
|
"mdast-zone": "4.0.1",
|
|
99
100
|
mocha: "9.1.3",
|
|
@@ -107,7 +108,6 @@ var devDependencies = {
|
|
|
107
108
|
"rollup-plugin-auto-external": "2.0.0",
|
|
108
109
|
"rollup-plugin-executable": "1.6.3",
|
|
109
110
|
"rollup-plugin-json": "4.0.0",
|
|
110
|
-
"@rollup/plugin-node-resolve": "13.1.1",
|
|
111
111
|
sinon: "12.0.1",
|
|
112
112
|
testdouble: "3.16.3",
|
|
113
113
|
"unist-util-find": "1.0.2"
|
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": "
|
|
5
|
+
"version": "3.0.0",
|
|
6
6
|
"bin": {
|
|
7
7
|
"form8ion-utils": "bin/form8ion-utils.js"
|
|
8
8
|
},
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"access": "public"
|
|
12
12
|
},
|
|
13
13
|
"engines": {
|
|
14
|
-
"node": ">=12"
|
|
14
|
+
"node": ">=12.20"
|
|
15
15
|
},
|
|
16
16
|
"files": [
|
|
17
17
|
"bin/"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"lint:js": "eslint . --cache",
|
|
34
34
|
"lint:md": "remark . --frail",
|
|
35
35
|
"lint:sensitive": "ban",
|
|
36
|
-
"lint:engines": "
|
|
36
|
+
"lint:engines": "ls-engines",
|
|
37
37
|
"lint:gherkin": "gherkin-lint",
|
|
38
38
|
"disabled:lint:peer": "npm ls >/dev/null",
|
|
39
39
|
"clean": "rimraf ./bin",
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"@form8ion/eslint-config-cucumber": "1.4.0",
|
|
56
56
|
"@form8ion/eslint-config-mocha": "1.2.17",
|
|
57
57
|
"@form8ion/remark-lint-preset": "2.1.7",
|
|
58
|
+
"@rollup/plugin-node-resolve": "13.1.1",
|
|
58
59
|
"@travi/any": "2.0.19",
|
|
59
60
|
"ban-sensitive-files": "1.9.16",
|
|
60
61
|
"chai": "4.3.4",
|
|
61
|
-
"check-engine": "1.10.1",
|
|
62
62
|
"clear-module": "4.1.2",
|
|
63
63
|
"codecov": "3.8.3",
|
|
64
64
|
"cz-conventional-changelog": "3.3.0",
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
"husky": "7.0.4",
|
|
68
68
|
"import-fresh": "3.3.0",
|
|
69
69
|
"js-yaml": "4.1.0",
|
|
70
|
+
"ls-engines": "0.5.1",
|
|
70
71
|
"mdast-util-from-markdown": "0.8.5",
|
|
71
72
|
"mdast-zone": "4.0.1",
|
|
72
73
|
"mocha": "9.1.3",
|
|
@@ -80,7 +81,6 @@
|
|
|
80
81
|
"rollup-plugin-auto-external": "2.0.0",
|
|
81
82
|
"rollup-plugin-executable": "1.6.3",
|
|
82
83
|
"rollup-plugin-json": "4.0.0",
|
|
83
|
-
"@rollup/plugin-node-resolve": "13.1.1",
|
|
84
84
|
"sinon": "12.0.1",
|
|
85
85
|
"testdouble": "3.16.3",
|
|
86
86
|
"unist-util-find": "1.0.2"
|