@form8ion/utils-cli 2.19.0 → 2.19.1
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
|
@@ -30,7 +30,7 @@ var updateNotifier__default = /*#__PURE__*/_interopDefaultLegacy(updateNotifier)
|
|
|
30
30
|
var name = "@form8ion/utils-cli";
|
|
31
31
|
var description = "cli for various tools for the organization";
|
|
32
32
|
var license = "MIT";
|
|
33
|
-
var version = "2.19.
|
|
33
|
+
var version = "2.19.1";
|
|
34
34
|
var bin = {
|
|
35
35
|
"form8ion-utils": "bin/form8ion-utils.js"
|
|
36
36
|
};
|
|
@@ -82,7 +82,7 @@ var devDependencies = {
|
|
|
82
82
|
"@form8ion/eslint-config": "1.9.0",
|
|
83
83
|
"@form8ion/eslint-config-cucumber": "1.4.0",
|
|
84
84
|
"@form8ion/eslint-config-mocha": "1.2.12",
|
|
85
|
-
"@form8ion/remark-lint-preset": "2.1.
|
|
85
|
+
"@form8ion/remark-lint-preset": "2.1.7",
|
|
86
86
|
"@travi/any": "2.0.19",
|
|
87
87
|
"ban-sensitive-files": "1.9.16",
|
|
88
88
|
chai: "4.3.4",
|
|
@@ -108,7 +108,7 @@ var devDependencies = {
|
|
|
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
|
-
"rollup
|
|
111
|
+
"@rollup/plugin-node-resolve": "13.0.6",
|
|
112
112
|
sinon: "12.0.1",
|
|
113
113
|
testdouble: "3.16.3",
|
|
114
114
|
"unist-util-find": "1.0.2"
|
|
@@ -116,7 +116,7 @@ var devDependencies = {
|
|
|
116
116
|
var dependencies = {
|
|
117
117
|
"@form8ion/codecov": "1.1.0",
|
|
118
118
|
"@form8ion/cucumber-scaffolder": "1.5.0",
|
|
119
|
-
"@form8ion/github-actions-node-ci": "1.
|
|
119
|
+
"@form8ion/github-actions-node-ci": "1.16.0",
|
|
120
120
|
"@form8ion/hapi-scaffolder": "3.0.0",
|
|
121
121
|
"@form8ion/javascript-core": "4.0.0",
|
|
122
122
|
"@form8ion/lift": "2.4.0",
|
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": "2.19.
|
|
5
|
+
"version": "2.19.1",
|
|
6
6
|
"bin": {
|
|
7
7
|
"form8ion-utils": "bin/form8ion-utils.js"
|
|
8
8
|
},
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@form8ion/eslint-config": "1.9.0",
|
|
55
55
|
"@form8ion/eslint-config-cucumber": "1.4.0",
|
|
56
56
|
"@form8ion/eslint-config-mocha": "1.2.12",
|
|
57
|
-
"@form8ion/remark-lint-preset": "2.1.
|
|
57
|
+
"@form8ion/remark-lint-preset": "2.1.7",
|
|
58
58
|
"@travi/any": "2.0.19",
|
|
59
59
|
"ban-sensitive-files": "1.9.16",
|
|
60
60
|
"chai": "4.3.4",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"rollup-plugin-auto-external": "2.0.0",
|
|
81
81
|
"rollup-plugin-executable": "1.6.3",
|
|
82
82
|
"rollup-plugin-json": "4.0.0",
|
|
83
|
-
"rollup
|
|
83
|
+
"@rollup/plugin-node-resolve": "13.0.6",
|
|
84
84
|
"sinon": "12.0.1",
|
|
85
85
|
"testdouble": "3.16.3",
|
|
86
86
|
"unist-util-find": "1.0.2"
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"dependencies": {
|
|
89
89
|
"@form8ion/codecov": "1.1.0",
|
|
90
90
|
"@form8ion/cucumber-scaffolder": "1.5.0",
|
|
91
|
-
"@form8ion/github-actions-node-ci": "1.
|
|
91
|
+
"@form8ion/github-actions-node-ci": "1.16.0",
|
|
92
92
|
"@form8ion/hapi-scaffolder": "3.0.0",
|
|
93
93
|
"@form8ion/javascript-core": "4.0.0",
|
|
94
94
|
"@form8ion/lift": "2.4.0",
|