@form8ion/utils-cli 7.2.5 → 7.2.6
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 +7 -7
- 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.2.
|
|
32
|
+
var version = "7.2.6";
|
|
33
33
|
var engines = {
|
|
34
34
|
node: "^16.13.0 || >=18"
|
|
35
35
|
};
|
|
@@ -75,7 +75,7 @@ var dependencies = {
|
|
|
75
75
|
"@form8ion/cucumber-scaffolder": "2.1.0",
|
|
76
76
|
"@form8ion/github-actions-node-ci": "3.13.0",
|
|
77
77
|
"@form8ion/hapi-scaffolder": "4.0.5",
|
|
78
|
-
"@form8ion/javascript": "10.6.
|
|
78
|
+
"@form8ion/javascript": "10.6.1",
|
|
79
79
|
"@form8ion/javascript-core": "8.3.2",
|
|
80
80
|
"@form8ion/lift": "6.2.0",
|
|
81
81
|
"@form8ion/mocha-scaffolder": "3.0.1",
|
|
@@ -99,11 +99,11 @@ var dependencies = {
|
|
|
99
99
|
var devDependencies = {
|
|
100
100
|
"@babel/node": "7.20.7",
|
|
101
101
|
"@babel/register": "7.21.0",
|
|
102
|
-
"@cucumber/cucumber": "9.0.
|
|
102
|
+
"@cucumber/cucumber": "9.0.1",
|
|
103
103
|
"@form8ion/babel-preset": "1.6.99",
|
|
104
104
|
"@form8ion/commitlint-config": "1.0.45",
|
|
105
105
|
"@form8ion/core": "2.0.0",
|
|
106
|
-
"@form8ion/eslint-config": "5.0.
|
|
106
|
+
"@form8ion/eslint-config": "5.0.27",
|
|
107
107
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
108
108
|
"@form8ion/eslint-config-mocha": "2.0.3",
|
|
109
109
|
"@form8ion/remark-lint-preset": "5.0.0",
|
|
@@ -128,12 +128,12 @@ var devDependencies = {
|
|
|
128
128
|
nock: "13.3.0",
|
|
129
129
|
"npm-run-all": "4.1.5",
|
|
130
130
|
"remark-cli": "11.0.0",
|
|
131
|
-
rimraf: "4.
|
|
132
|
-
rollup: "3.
|
|
131
|
+
rimraf: "4.4.0",
|
|
132
|
+
rollup: "3.20.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",
|
|
136
|
-
testdouble: "3.
|
|
136
|
+
testdouble: "3.17.1",
|
|
137
137
|
"unist-util-find": "1.0.2"
|
|
138
138
|
};
|
|
139
139
|
var pkg = {
|
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.2.
|
|
5
|
+
"version": "7.2.6",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": "^16.13.0 || >=18"
|
|
8
8
|
},
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@form8ion/cucumber-scaffolder": "2.1.0",
|
|
49
49
|
"@form8ion/github-actions-node-ci": "3.13.0",
|
|
50
50
|
"@form8ion/hapi-scaffolder": "4.0.5",
|
|
51
|
-
"@form8ion/javascript": "10.6.
|
|
51
|
+
"@form8ion/javascript": "10.6.1",
|
|
52
52
|
"@form8ion/javascript-core": "8.3.2",
|
|
53
53
|
"@form8ion/lift": "6.2.0",
|
|
54
54
|
"@form8ion/mocha-scaffolder": "3.0.1",
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@babel/node": "7.20.7",
|
|
74
74
|
"@babel/register": "7.21.0",
|
|
75
|
-
"@cucumber/cucumber": "9.0.
|
|
75
|
+
"@cucumber/cucumber": "9.0.1",
|
|
76
76
|
"@form8ion/babel-preset": "1.6.99",
|
|
77
77
|
"@form8ion/commitlint-config": "1.0.45",
|
|
78
78
|
"@form8ion/core": "2.0.0",
|
|
79
|
-
"@form8ion/eslint-config": "5.0.
|
|
79
|
+
"@form8ion/eslint-config": "5.0.27",
|
|
80
80
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
81
81
|
"@form8ion/eslint-config-mocha": "2.0.3",
|
|
82
82
|
"@form8ion/remark-lint-preset": "5.0.0",
|
|
@@ -101,12 +101,12 @@
|
|
|
101
101
|
"nock": "13.3.0",
|
|
102
102
|
"npm-run-all": "4.1.5",
|
|
103
103
|
"remark-cli": "11.0.0",
|
|
104
|
-
"rimraf": "4.
|
|
105
|
-
"rollup": "3.
|
|
104
|
+
"rimraf": "4.4.0",
|
|
105
|
+
"rollup": "3.20.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",
|
|
109
|
-
"testdouble": "3.
|
|
109
|
+
"testdouble": "3.17.1",
|
|
110
110
|
"unist-util-find": "1.0.2"
|
|
111
111
|
}
|
|
112
112
|
}
|