@form8ion/utils-cli 7.1.0 → 7.1.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 +13 -13
- package/package.json +7 -7
package/bin/form8ion-utils.js
CHANGED
|
@@ -29,7 +29,7 @@ var travisTokenUpdater = require('travis-token-updater');
|
|
|
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 = "7.1.
|
|
32
|
+
var version = "7.1.1";
|
|
33
33
|
var engines = {
|
|
34
34
|
node: "^16.13.0"
|
|
35
35
|
};
|
|
@@ -73,7 +73,7 @@ var publishConfig = {
|
|
|
73
73
|
var dependencies = {
|
|
74
74
|
"@form8ion/codecov": "4.0.1",
|
|
75
75
|
"@form8ion/cucumber-scaffolder": "2.1.0",
|
|
76
|
-
"@form8ion/github-actions-node-ci": "3.
|
|
76
|
+
"@form8ion/github-actions-node-ci": "3.12.0",
|
|
77
77
|
"@form8ion/hapi-scaffolder": "4.0.5",
|
|
78
78
|
"@form8ion/javascript": "10.3.1",
|
|
79
79
|
"@form8ion/javascript-core": "8.3.1",
|
|
@@ -101,9 +101,9 @@ var devDependencies = {
|
|
|
101
101
|
"@babel/register": "7.18.9",
|
|
102
102
|
"@cucumber/cucumber": "8.10.0",
|
|
103
103
|
"@form8ion/babel-preset": "1.6.99",
|
|
104
|
-
"@form8ion/commitlint-config": "1.0.
|
|
104
|
+
"@form8ion/commitlint-config": "1.0.43",
|
|
105
105
|
"@form8ion/core": "2.0.0",
|
|
106
|
-
"@form8ion/eslint-config": "5.0.
|
|
106
|
+
"@form8ion/eslint-config": "5.0.21",
|
|
107
107
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
108
108
|
"@form8ion/eslint-config-mocha": "2.0.3",
|
|
109
109
|
"@form8ion/remark-lint-preset": "4.0.2",
|
|
@@ -117,7 +117,7 @@ var devDependencies = {
|
|
|
117
117
|
"cz-conventional-changelog": "3.3.0",
|
|
118
118
|
"gherkin-lint": "4.2.2",
|
|
119
119
|
"http-status-codes": "2.2.0",
|
|
120
|
-
husky: "8.0.
|
|
120
|
+
husky: "8.0.3",
|
|
121
121
|
"import-fresh": "3.3.0",
|
|
122
122
|
"js-yaml": "4.1.0",
|
|
123
123
|
"ls-engines": "0.8.0",
|
|
@@ -125,11 +125,11 @@ var devDependencies = {
|
|
|
125
125
|
"mdast-zone": "4.0.1",
|
|
126
126
|
mocha: "10.2.0",
|
|
127
127
|
"mock-fs": "5.2.0",
|
|
128
|
-
nock: "13.
|
|
128
|
+
nock: "13.3.0",
|
|
129
129
|
"npm-run-all": "4.1.5",
|
|
130
130
|
"remark-cli": "11.0.0",
|
|
131
131
|
rimraf: "3.0.2",
|
|
132
|
-
rollup: "3.
|
|
132
|
+
rollup: "3.10.0",
|
|
133
133
|
"rollup-plugin-auto-external": "2.0.0",
|
|
134
134
|
"rollup-plugin-executable": "1.6.3",
|
|
135
135
|
"rollup-plugin-json": "4.0.0",
|
|
@@ -234,9 +234,9 @@ const describe$2 = 'Scaffold a new project';
|
|
|
234
234
|
|
|
235
235
|
var scaffoldCommand = /*#__PURE__*/Object.freeze({
|
|
236
236
|
__proto__: null,
|
|
237
|
-
handler: handler$2,
|
|
238
237
|
command: command$2,
|
|
239
|
-
describe: describe$2
|
|
238
|
+
describe: describe$2,
|
|
239
|
+
handler: handler$2
|
|
240
240
|
});
|
|
241
241
|
|
|
242
242
|
function javascript(options) {
|
|
@@ -275,9 +275,9 @@ const describe$1 = 'Lift an existing project with additional functionality';
|
|
|
275
275
|
|
|
276
276
|
var liftCommand = /*#__PURE__*/Object.freeze({
|
|
277
277
|
__proto__: null,
|
|
278
|
-
handler: handler$1,
|
|
279
278
|
command: command$1,
|
|
280
|
-
describe: describe$1
|
|
279
|
+
describe: describe$1,
|
|
280
|
+
handler: handler$1
|
|
281
281
|
});
|
|
282
282
|
|
|
283
283
|
function handler() {
|
|
@@ -289,9 +289,9 @@ const describe = 'Roll token for Travis projects throughout the organization';
|
|
|
289
289
|
|
|
290
290
|
var travisTokensCommand = /*#__PURE__*/Object.freeze({
|
|
291
291
|
__proto__: null,
|
|
292
|
-
handler: handler,
|
|
293
292
|
command: command,
|
|
294
|
-
describe: describe
|
|
293
|
+
describe: describe,
|
|
294
|
+
handler: handler
|
|
295
295
|
});
|
|
296
296
|
|
|
297
297
|
function cli (yargs) {
|
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": "7.1.
|
|
5
|
+
"version": "7.1.1",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": "^16.13.0"
|
|
8
8
|
},
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@form8ion/codecov": "4.0.1",
|
|
48
48
|
"@form8ion/cucumber-scaffolder": "2.1.0",
|
|
49
|
-
"@form8ion/github-actions-node-ci": "3.
|
|
49
|
+
"@form8ion/github-actions-node-ci": "3.12.0",
|
|
50
50
|
"@form8ion/hapi-scaffolder": "4.0.5",
|
|
51
51
|
"@form8ion/javascript": "10.3.1",
|
|
52
52
|
"@form8ion/javascript-core": "8.3.1",
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
"@babel/register": "7.18.9",
|
|
75
75
|
"@cucumber/cucumber": "8.10.0",
|
|
76
76
|
"@form8ion/babel-preset": "1.6.99",
|
|
77
|
-
"@form8ion/commitlint-config": "1.0.
|
|
77
|
+
"@form8ion/commitlint-config": "1.0.43",
|
|
78
78
|
"@form8ion/core": "2.0.0",
|
|
79
|
-
"@form8ion/eslint-config": "5.0.
|
|
79
|
+
"@form8ion/eslint-config": "5.0.21",
|
|
80
80
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
81
81
|
"@form8ion/eslint-config-mocha": "2.0.3",
|
|
82
82
|
"@form8ion/remark-lint-preset": "4.0.2",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"cz-conventional-changelog": "3.3.0",
|
|
91
91
|
"gherkin-lint": "4.2.2",
|
|
92
92
|
"http-status-codes": "2.2.0",
|
|
93
|
-
"husky": "8.0.
|
|
93
|
+
"husky": "8.0.3",
|
|
94
94
|
"import-fresh": "3.3.0",
|
|
95
95
|
"js-yaml": "4.1.0",
|
|
96
96
|
"ls-engines": "0.8.0",
|
|
@@ -98,11 +98,11 @@
|
|
|
98
98
|
"mdast-zone": "4.0.1",
|
|
99
99
|
"mocha": "10.2.0",
|
|
100
100
|
"mock-fs": "5.2.0",
|
|
101
|
-
"nock": "13.
|
|
101
|
+
"nock": "13.3.0",
|
|
102
102
|
"npm-run-all": "4.1.5",
|
|
103
103
|
"remark-cli": "11.0.0",
|
|
104
104
|
"rimraf": "3.0.2",
|
|
105
|
-
"rollup": "3.
|
|
105
|
+
"rollup": "3.10.0",
|
|
106
106
|
"rollup-plugin-auto-external": "2.0.0",
|
|
107
107
|
"rollup-plugin-executable": "1.6.3",
|
|
108
108
|
"rollup-plugin-json": "4.0.0",
|