@form8ion/utils-cli 13.1.24 → 13.1.26
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 +8 -8
- package/package.json +8 -8
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.26";
|
|
38
38
|
var type = "module";
|
|
39
39
|
var engines = {
|
|
40
40
|
node: "^20.19.0 || >=22.14.0"
|
|
@@ -87,8 +87,8 @@ var publishConfig = {
|
|
|
87
87
|
var packageManager = "npm@11.7.0+sha512.c22099a6fff8d5b2286c2a09df5352b4858a7c0c716320f58989d60ad8b29ecf2ce6fdfe97ccb41c23ffb1272e1fa079f868487dd6b81d02a2a9e199c095a117";
|
|
88
88
|
var dependencies = {
|
|
89
89
|
"@form8ion/cli-core": "1.1.0",
|
|
90
|
-
"@form8ion/codecov": "6.2.
|
|
91
|
-
"@form8ion/core": "4.
|
|
90
|
+
"@form8ion/codecov": "6.2.1",
|
|
91
|
+
"@form8ion/core": "4.11.0",
|
|
92
92
|
"@form8ion/cucumber-scaffolder": "5.1.0",
|
|
93
93
|
"@form8ion/github": "3.0.0",
|
|
94
94
|
"@form8ion/github-actions-node-ci": "5.0.2",
|
|
@@ -115,9 +115,9 @@ var dependencies = {
|
|
|
115
115
|
yargs: "18.0.0"
|
|
116
116
|
};
|
|
117
117
|
var devDependencies = {
|
|
118
|
-
"@cucumber/cucumber": "12.
|
|
118
|
+
"@cucumber/cucumber": "12.4.0",
|
|
119
119
|
"@form8ion/commitlint-config": "2.0.8",
|
|
120
|
-
"@form8ion/core": "4.
|
|
120
|
+
"@form8ion/core": "4.11.0",
|
|
121
121
|
"@form8ion/eslint-config": "7.0.13",
|
|
122
122
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
123
123
|
"@form8ion/eslint-config-mocha": "3.0.6",
|
|
@@ -139,7 +139,7 @@ var devDependencies = {
|
|
|
139
139
|
husky: "9.1.7",
|
|
140
140
|
"js-yaml": "4.1.1",
|
|
141
141
|
"lockfile-lint": "4.14.1",
|
|
142
|
-
"ls-engines": "0.9.
|
|
142
|
+
"ls-engines": "0.9.4",
|
|
143
143
|
"mdast-util-from-markdown": "2.0.2",
|
|
144
144
|
"mdast-zone": "6.1.0",
|
|
145
145
|
"mock-fs": "5.5.0",
|
|
@@ -148,12 +148,12 @@ var devDependencies = {
|
|
|
148
148
|
publint: "0.3.16",
|
|
149
149
|
"remark-cli": "12.0.1",
|
|
150
150
|
rimraf: "6.1.2",
|
|
151
|
-
rollup: "4.
|
|
151
|
+
rollup: "4.54.0",
|
|
152
152
|
"rollup-plugin-auto-external": "2.0.0",
|
|
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.16",
|
|
157
157
|
"vitest-when": "0.10.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.26",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^20.19.0 || >=22.14.0"
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"packageManager": "npm@11.7.0+sha512.c22099a6fff8d5b2286c2a09df5352b4858a7c0c716320f58989d60ad8b29ecf2ce6fdfe97ccb41c23ffb1272e1fa079f868487dd6b81d02a2a9e199c095a117",
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@form8ion/cli-core": "1.1.0",
|
|
58
|
-
"@form8ion/codecov": "6.2.
|
|
59
|
-
"@form8ion/core": "4.
|
|
58
|
+
"@form8ion/codecov": "6.2.1",
|
|
59
|
+
"@form8ion/core": "4.11.0",
|
|
60
60
|
"@form8ion/cucumber-scaffolder": "5.1.0",
|
|
61
61
|
"@form8ion/github": "3.0.0",
|
|
62
62
|
"@form8ion/github-actions-node-ci": "5.0.2",
|
|
@@ -83,9 +83,9 @@
|
|
|
83
83
|
"yargs": "18.0.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@cucumber/cucumber": "12.
|
|
86
|
+
"@cucumber/cucumber": "12.4.0",
|
|
87
87
|
"@form8ion/commitlint-config": "2.0.8",
|
|
88
|
-
"@form8ion/core": "4.
|
|
88
|
+
"@form8ion/core": "4.11.0",
|
|
89
89
|
"@form8ion/eslint-config": "7.0.13",
|
|
90
90
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
91
91
|
"@form8ion/eslint-config-mocha": "3.0.6",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"husky": "9.1.7",
|
|
108
108
|
"js-yaml": "4.1.1",
|
|
109
109
|
"lockfile-lint": "4.14.1",
|
|
110
|
-
"ls-engines": "0.9.
|
|
110
|
+
"ls-engines": "0.9.4",
|
|
111
111
|
"mdast-util-from-markdown": "2.0.2",
|
|
112
112
|
"mdast-zone": "6.1.0",
|
|
113
113
|
"mock-fs": "5.5.0",
|
|
@@ -116,12 +116,12 @@
|
|
|
116
116
|
"publint": "0.3.16",
|
|
117
117
|
"remark-cli": "12.0.1",
|
|
118
118
|
"rimraf": "6.1.2",
|
|
119
|
-
"rollup": "4.
|
|
119
|
+
"rollup": "4.54.0",
|
|
120
120
|
"rollup-plugin-auto-external": "2.0.0",
|
|
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.16",
|
|
125
125
|
"vitest-when": "0.10.0"
|
|
126
126
|
}
|
|
127
127
|
}
|