@form8ion/utils-cli 13.1.22 → 13.1.23
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
|
@@ -34,7 +34,7 @@ import { scaffold as scaffold$3 } from '@form8ion/codecov';
|
|
|
34
34
|
var name = "@form8ion/utils-cli";
|
|
35
35
|
var description = "cli for various tools for the organization";
|
|
36
36
|
var license = "MIT";
|
|
37
|
-
var version = "13.1.
|
|
37
|
+
var version = "13.1.23";
|
|
38
38
|
var type = "module";
|
|
39
39
|
var engines = {
|
|
40
40
|
node: "^20.19.0 || >=22.14.0"
|
|
@@ -94,7 +94,7 @@ var dependencies = {
|
|
|
94
94
|
"@form8ion/github-actions-node-ci": "5.0.2",
|
|
95
95
|
"@form8ion/github-core": "1.1.3",
|
|
96
96
|
"@form8ion/hapi-scaffolder": "4.1.1",
|
|
97
|
-
"@form8ion/javascript": "14.
|
|
97
|
+
"@form8ion/javascript": "14.5.0",
|
|
98
98
|
"@form8ion/javascript-core": "12.4.0",
|
|
99
99
|
"@form8ion/jetbrains": "1.1.3",
|
|
100
100
|
"@form8ion/lift": "11.0.0",
|
|
@@ -115,7 +115,7 @@ var dependencies = {
|
|
|
115
115
|
yargs: "18.0.0"
|
|
116
116
|
};
|
|
117
117
|
var devDependencies = {
|
|
118
|
-
"@cucumber/cucumber": "
|
|
118
|
+
"@cucumber/cucumber": "12.2.0",
|
|
119
119
|
"@form8ion/commitlint-config": "2.0.8",
|
|
120
120
|
"@form8ion/core": "4.10.0",
|
|
121
121
|
"@form8ion/eslint-config": "7.0.13",
|
|
@@ -153,7 +153,7 @@ var devDependencies = {
|
|
|
153
153
|
"rollup-plugin-executable": "1.6.3",
|
|
154
154
|
testdouble: "3.20.2",
|
|
155
155
|
"unist-util-find": "3.0.0",
|
|
156
|
-
vitest: "4.0.
|
|
156
|
+
vitest: "4.0.5",
|
|
157
157
|
"vitest-when": "0.9.0"
|
|
158
158
|
};
|
|
159
159
|
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": "13.1.
|
|
5
|
+
"version": "13.1.23",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^20.19.0 || >=22.14.0"
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@form8ion/github-actions-node-ci": "5.0.2",
|
|
63
63
|
"@form8ion/github-core": "1.1.3",
|
|
64
64
|
"@form8ion/hapi-scaffolder": "4.1.1",
|
|
65
|
-
"@form8ion/javascript": "14.
|
|
65
|
+
"@form8ion/javascript": "14.5.0",
|
|
66
66
|
"@form8ion/javascript-core": "12.4.0",
|
|
67
67
|
"@form8ion/jetbrains": "1.1.3",
|
|
68
68
|
"@form8ion/lift": "11.0.0",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"yargs": "18.0.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@cucumber/cucumber": "
|
|
86
|
+
"@cucumber/cucumber": "12.2.0",
|
|
87
87
|
"@form8ion/commitlint-config": "2.0.8",
|
|
88
88
|
"@form8ion/core": "4.10.0",
|
|
89
89
|
"@form8ion/eslint-config": "7.0.13",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"rollup-plugin-executable": "1.6.3",
|
|
122
122
|
"testdouble": "3.20.2",
|
|
123
123
|
"unist-util-find": "3.0.0",
|
|
124
|
-
"vitest": "4.0.
|
|
124
|
+
"vitest": "4.0.5",
|
|
125
125
|
"vitest-when": "0.9.0"
|
|
126
126
|
}
|
|
127
127
|
}
|