@form8ion/utils-cli 14.3.0 → 14.3.2
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 +10 -10
- package/package.json +10 -10
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.3.
|
|
40
|
+
var version = "14.3.2";
|
|
41
41
|
var type = "module";
|
|
42
42
|
var engines = {
|
|
43
43
|
node: "^22.21.0 || >=24.12"
|
|
@@ -87,7 +87,7 @@ var publishConfig = {
|
|
|
87
87
|
access: "public",
|
|
88
88
|
provenance: true
|
|
89
89
|
};
|
|
90
|
-
var packageManager = "npm@11.
|
|
90
|
+
var packageManager = "npm@11.14.1+sha512.6a8a4d67478497a2dbc6815cad72e64c43f33413717e242756047d466241ab39bee61e691683a64658e94496ec5f1a1c05e4a5ec62dcc773280dfd949443a367";
|
|
91
91
|
var dependencies = {
|
|
92
92
|
"@form8ion/cli-core": "1.1.0",
|
|
93
93
|
"@form8ion/codecov": "7.8.1",
|
|
@@ -106,7 +106,7 @@ var dependencies = {
|
|
|
106
106
|
"@form8ion/octoherd-script": "1.0.0",
|
|
107
107
|
"@form8ion/ossf-scorecard": "1.2.2",
|
|
108
108
|
"@form8ion/prettier": "3.1.0",
|
|
109
|
-
"@form8ion/project": "22.0.0-beta.
|
|
109
|
+
"@form8ion/project": "22.0.0-beta.17",
|
|
110
110
|
"@form8ion/remark-plugin-scaffolder": "4.0.1",
|
|
111
111
|
"@form8ion/remove-greenkeeper": "3.0.1",
|
|
112
112
|
"@form8ion/renovate-scaffolder": "3.0.1",
|
|
@@ -121,8 +121,8 @@ var dependencies = {
|
|
|
121
121
|
};
|
|
122
122
|
var devDependencies = {
|
|
123
123
|
"@codecov/rollup-plugin": "2.0.1",
|
|
124
|
-
"@cucumber/cucumber": "12.8.
|
|
125
|
-
"@form8ion/commitlint-config": "2.0.
|
|
124
|
+
"@cucumber/cucumber": "12.8.3",
|
|
125
|
+
"@form8ion/commitlint-config": "2.0.14",
|
|
126
126
|
"@form8ion/core": "4.11.1",
|
|
127
127
|
"@form8ion/eslint-config": "7.0.16",
|
|
128
128
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
@@ -132,7 +132,7 @@ var devDependencies = {
|
|
|
132
132
|
"@rollup/plugin-json": "6.1.0",
|
|
133
133
|
"@rollup/plugin-node-resolve": "16.0.3",
|
|
134
134
|
"@travi/any": "3.3.0",
|
|
135
|
-
"@vitest/coverage-v8": "4.1.
|
|
135
|
+
"@vitest/coverage-v8": "4.1.6",
|
|
136
136
|
"ban-sensitive-files": "1.10.11",
|
|
137
137
|
chai: "6.2.2",
|
|
138
138
|
"clear-module": "4.1.2",
|
|
@@ -148,17 +148,17 @@ var devDependencies = {
|
|
|
148
148
|
"mdast-util-from-markdown": "2.0.3",
|
|
149
149
|
"mdast-zone": "6.1.0",
|
|
150
150
|
"mock-fs": "5.5.0",
|
|
151
|
-
msw: "2.14.
|
|
151
|
+
msw: "2.14.6",
|
|
152
152
|
"npm-run-all2": "8.0.4",
|
|
153
|
-
publint: "0.3.
|
|
153
|
+
publint: "0.3.20",
|
|
154
154
|
"remark-cli": "12.0.1",
|
|
155
155
|
rimraf: "6.1.3",
|
|
156
|
-
rollup: "4.60.
|
|
156
|
+
rollup: "4.60.3",
|
|
157
157
|
"rollup-plugin-auto-external": "2.0.0",
|
|
158
158
|
"rollup-plugin-executable": "1.6.3",
|
|
159
159
|
testdouble: "3.20.2",
|
|
160
160
|
"unist-util-find": "3.0.0",
|
|
161
|
-
vitest: "4.1.
|
|
161
|
+
vitest: "4.1.6",
|
|
162
162
|
"vitest-when": "0.10.0"
|
|
163
163
|
};
|
|
164
164
|
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": "14.3.
|
|
5
|
+
"version": "14.3.2",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^22.21.0 || >=24.12"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"access": "public",
|
|
53
53
|
"provenance": true
|
|
54
54
|
},
|
|
55
|
-
"packageManager": "npm@11.
|
|
55
|
+
"packageManager": "npm@11.14.1+sha512.6a8a4d67478497a2dbc6815cad72e64c43f33413717e242756047d466241ab39bee61e691683a64658e94496ec5f1a1c05e4a5ec62dcc773280dfd949443a367",
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@form8ion/cli-core": "1.1.0",
|
|
58
58
|
"@form8ion/codecov": "7.8.1",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@form8ion/octoherd-script": "1.0.0",
|
|
72
72
|
"@form8ion/ossf-scorecard": "1.2.2",
|
|
73
73
|
"@form8ion/prettier": "3.1.0",
|
|
74
|
-
"@form8ion/project": "22.0.0-beta.
|
|
74
|
+
"@form8ion/project": "22.0.0-beta.17",
|
|
75
75
|
"@form8ion/remark-plugin-scaffolder": "4.0.1",
|
|
76
76
|
"@form8ion/remove-greenkeeper": "3.0.1",
|
|
77
77
|
"@form8ion/renovate-scaffolder": "3.0.1",
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@codecov/rollup-plugin": "2.0.1",
|
|
89
|
-
"@cucumber/cucumber": "12.8.
|
|
90
|
-
"@form8ion/commitlint-config": "2.0.
|
|
89
|
+
"@cucumber/cucumber": "12.8.3",
|
|
90
|
+
"@form8ion/commitlint-config": "2.0.14",
|
|
91
91
|
"@form8ion/core": "4.11.1",
|
|
92
92
|
"@form8ion/eslint-config": "7.0.16",
|
|
93
93
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"@rollup/plugin-json": "6.1.0",
|
|
98
98
|
"@rollup/plugin-node-resolve": "16.0.3",
|
|
99
99
|
"@travi/any": "3.3.0",
|
|
100
|
-
"@vitest/coverage-v8": "4.1.
|
|
100
|
+
"@vitest/coverage-v8": "4.1.6",
|
|
101
101
|
"ban-sensitive-files": "1.10.11",
|
|
102
102
|
"chai": "6.2.2",
|
|
103
103
|
"clear-module": "4.1.2",
|
|
@@ -113,17 +113,17 @@
|
|
|
113
113
|
"mdast-util-from-markdown": "2.0.3",
|
|
114
114
|
"mdast-zone": "6.1.0",
|
|
115
115
|
"mock-fs": "5.5.0",
|
|
116
|
-
"msw": "2.14.
|
|
116
|
+
"msw": "2.14.6",
|
|
117
117
|
"npm-run-all2": "8.0.4",
|
|
118
|
-
"publint": "0.3.
|
|
118
|
+
"publint": "0.3.20",
|
|
119
119
|
"remark-cli": "12.0.1",
|
|
120
120
|
"rimraf": "6.1.3",
|
|
121
|
-
"rollup": "4.60.
|
|
121
|
+
"rollup": "4.60.3",
|
|
122
122
|
"rollup-plugin-auto-external": "2.0.0",
|
|
123
123
|
"rollup-plugin-executable": "1.6.3",
|
|
124
124
|
"testdouble": "3.20.2",
|
|
125
125
|
"unist-util-find": "3.0.0",
|
|
126
|
-
"vitest": "4.1.
|
|
126
|
+
"vitest": "4.1.6",
|
|
127
127
|
"vitest-when": "0.10.0"
|
|
128
128
|
}
|
|
129
129
|
}
|