@form8ion/utils-cli 13.1.25 → 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 +3 -3
- package/package.json +3 -3
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,7 +87,7 @@ 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.
|
|
90
|
+
"@form8ion/codecov": "6.2.1",
|
|
91
91
|
"@form8ion/core": "4.11.0",
|
|
92
92
|
"@form8ion/cucumber-scaffolder": "5.1.0",
|
|
93
93
|
"@form8ion/github": "3.0.0",
|
|
@@ -148,7 +148,7 @@ 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",
|
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,7 +55,7 @@
|
|
|
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.
|
|
58
|
+
"@form8ion/codecov": "6.2.1",
|
|
59
59
|
"@form8ion/core": "4.11.0",
|
|
60
60
|
"@form8ion/cucumber-scaffolder": "5.1.0",
|
|
61
61
|
"@form8ion/github": "3.0.0",
|
|
@@ -116,7 +116,7 @@
|
|
|
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",
|