@form8ion/utils-cli 14.2.2 → 14.2.4
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
|
@@ -37,7 +37,7 @@ import { scaffold as scaffold$3 } from '@form8ion/codecov';
|
|
|
37
37
|
var name = "@form8ion/utils-cli";
|
|
38
38
|
var description = "cli for various tools for the organization";
|
|
39
39
|
var license = "MIT";
|
|
40
|
-
var version = "14.2.
|
|
40
|
+
var version = "14.2.4";
|
|
41
41
|
var type = "module";
|
|
42
42
|
var engines = {
|
|
43
43
|
node: "^22.21.0 || >=24.12"
|
|
@@ -95,8 +95,8 @@ var dependencies = {
|
|
|
95
95
|
"@form8ion/cucumber-scaffolder": "5.7.0",
|
|
96
96
|
"@form8ion/github": "3.0.1",
|
|
97
97
|
"@form8ion/github-actions-node-ci": "5.0.2",
|
|
98
|
-
"@form8ion/github-core": "
|
|
99
|
-
"@form8ion/github-workflows": "
|
|
98
|
+
"@form8ion/github-core": "2.0.0",
|
|
99
|
+
"@form8ion/github-workflows": "2.0.0",
|
|
100
100
|
"@form8ion/hapi-scaffolder": "5.0.0-alpha.7",
|
|
101
101
|
"@form8ion/javascript": "15.8.3",
|
|
102
102
|
"@form8ion/javascript-core": "12.4.0",
|
|
@@ -120,7 +120,7 @@ var dependencies = {
|
|
|
120
120
|
yargs: "18.0.0"
|
|
121
121
|
};
|
|
122
122
|
var devDependencies = {
|
|
123
|
-
"@codecov/rollup-plugin": "2.0.
|
|
123
|
+
"@codecov/rollup-plugin": "2.0.1",
|
|
124
124
|
"@cucumber/cucumber": "12.8.1",
|
|
125
125
|
"@form8ion/commitlint-config": "2.0.11",
|
|
126
126
|
"@form8ion/core": "4.11.1",
|
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": "14.2.
|
|
5
|
+
"version": "14.2.4",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^22.21.0 || >=24.12"
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"@form8ion/cucumber-scaffolder": "5.7.0",
|
|
61
61
|
"@form8ion/github": "3.0.1",
|
|
62
62
|
"@form8ion/github-actions-node-ci": "5.0.2",
|
|
63
|
-
"@form8ion/github-core": "
|
|
64
|
-
"@form8ion/github-workflows": "
|
|
63
|
+
"@form8ion/github-core": "2.0.0",
|
|
64
|
+
"@form8ion/github-workflows": "2.0.0",
|
|
65
65
|
"@form8ion/hapi-scaffolder": "5.0.0-alpha.7",
|
|
66
66
|
"@form8ion/javascript": "15.8.3",
|
|
67
67
|
"@form8ion/javascript-core": "12.4.0",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"yargs": "18.0.0"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@codecov/rollup-plugin": "2.0.
|
|
88
|
+
"@codecov/rollup-plugin": "2.0.1",
|
|
89
89
|
"@cucumber/cucumber": "12.8.1",
|
|
90
90
|
"@form8ion/commitlint-config": "2.0.11",
|
|
91
91
|
"@form8ion/core": "4.11.1",
|