@form8ion/utils-cli 15.0.7 → 15.0.8
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
|
@@ -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 = "15.0.
|
|
40
|
+
var version = "15.0.8";
|
|
41
41
|
var type = "module";
|
|
42
42
|
var engines = {
|
|
43
43
|
node: "^22.22.2 || >=24.15"
|
|
@@ -90,18 +90,18 @@ var publishConfig = {
|
|
|
90
90
|
var packageManager = "npm@11.17.0+sha512.3eeaf18997b11070d313849268b23766b9db0068997dec9471073170fe43fa17f2b4d0337bf0f52330ee2274e7f5754b21b01052742e48f5c9c74d8b1e32ef43";
|
|
91
91
|
var dependencies = {
|
|
92
92
|
"@form8ion/cli-core": "1.1.1",
|
|
93
|
-
"@form8ion/codecov": "
|
|
93
|
+
"@form8ion/codecov": "8.0.0-beta.3",
|
|
94
94
|
"@form8ion/core": "5.0.0-beta.15",
|
|
95
95
|
"@form8ion/cucumber-scaffolder": "5.9.0",
|
|
96
|
-
"@form8ion/github": "4.0.0-beta.
|
|
96
|
+
"@form8ion/github": "4.0.0-beta.2",
|
|
97
97
|
"@form8ion/github-actions-node-ci": "5.0.4",
|
|
98
98
|
"@form8ion/github-core": "2.0.0",
|
|
99
99
|
"@form8ion/github-workflows": "2.2.0",
|
|
100
100
|
"@form8ion/hapi-scaffolder": "5.0.0-alpha.7",
|
|
101
|
-
"@form8ion/javascript": "16.0.0-beta.
|
|
101
|
+
"@form8ion/javascript": "16.0.0-beta.13",
|
|
102
102
|
"@form8ion/javascript-core": "13.0.0",
|
|
103
103
|
"@form8ion/jetbrains": "1.1.4",
|
|
104
|
-
"@form8ion/lift": "12.0.0-beta.
|
|
104
|
+
"@form8ion/lift": "12.0.0-beta.7",
|
|
105
105
|
"@form8ion/mocha-scaffolder": "6.1.1",
|
|
106
106
|
"@form8ion/octoherd-script": "1.0.0",
|
|
107
107
|
"@form8ion/ossf-scorecard": "1.2.3",
|
|
@@ -121,8 +121,8 @@ var dependencies = {
|
|
|
121
121
|
};
|
|
122
122
|
var devDependencies = {
|
|
123
123
|
"@codecov/rollup-plugin": "2.0.1",
|
|
124
|
-
"@cucumber/cucumber": "
|
|
125
|
-
"@form8ion/commitlint-config": "2.0.
|
|
124
|
+
"@cucumber/cucumber": "13.0.0",
|
|
125
|
+
"@form8ion/commitlint-config": "2.0.17",
|
|
126
126
|
"@form8ion/eslint-config": "7.0.18",
|
|
127
127
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
128
128
|
"@form8ion/eslint-config-mocha": "3.0.6",
|
|
@@ -141,7 +141,7 @@ var devDependencies = {
|
|
|
141
141
|
gplint: "2.5.2",
|
|
142
142
|
"http-status-codes": "2.3.0",
|
|
143
143
|
husky: "9.1.7",
|
|
144
|
-
"js-yaml": "
|
|
144
|
+
"js-yaml": "5.1.0",
|
|
145
145
|
"lockfile-lint": "5.0.0",
|
|
146
146
|
"ls-engines": "0.10.1",
|
|
147
147
|
"mdast-util-from-markdown": "2.0.3",
|
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": "15.0.
|
|
5
|
+
"version": "15.0.8",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^22.22.2 || >=24.15"
|
|
@@ -55,18 +55,18 @@
|
|
|
55
55
|
"packageManager": "npm@11.17.0+sha512.3eeaf18997b11070d313849268b23766b9db0068997dec9471073170fe43fa17f2b4d0337bf0f52330ee2274e7f5754b21b01052742e48f5c9c74d8b1e32ef43",
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@form8ion/cli-core": "1.1.1",
|
|
58
|
-
"@form8ion/codecov": "
|
|
58
|
+
"@form8ion/codecov": "8.0.0-beta.3",
|
|
59
59
|
"@form8ion/core": "5.0.0-beta.15",
|
|
60
60
|
"@form8ion/cucumber-scaffolder": "5.9.0",
|
|
61
|
-
"@form8ion/github": "4.0.0-beta.
|
|
61
|
+
"@form8ion/github": "4.0.0-beta.2",
|
|
62
62
|
"@form8ion/github-actions-node-ci": "5.0.4",
|
|
63
63
|
"@form8ion/github-core": "2.0.0",
|
|
64
64
|
"@form8ion/github-workflows": "2.2.0",
|
|
65
65
|
"@form8ion/hapi-scaffolder": "5.0.0-alpha.7",
|
|
66
|
-
"@form8ion/javascript": "16.0.0-beta.
|
|
66
|
+
"@form8ion/javascript": "16.0.0-beta.13",
|
|
67
67
|
"@form8ion/javascript-core": "13.0.0",
|
|
68
68
|
"@form8ion/jetbrains": "1.1.4",
|
|
69
|
-
"@form8ion/lift": "12.0.0-beta.
|
|
69
|
+
"@form8ion/lift": "12.0.0-beta.7",
|
|
70
70
|
"@form8ion/mocha-scaffolder": "6.1.1",
|
|
71
71
|
"@form8ion/octoherd-script": "1.0.0",
|
|
72
72
|
"@form8ion/ossf-scorecard": "1.2.3",
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@codecov/rollup-plugin": "2.0.1",
|
|
89
|
-
"@cucumber/cucumber": "
|
|
90
|
-
"@form8ion/commitlint-config": "2.0.
|
|
89
|
+
"@cucumber/cucumber": "13.0.0",
|
|
90
|
+
"@form8ion/commitlint-config": "2.0.17",
|
|
91
91
|
"@form8ion/eslint-config": "7.0.18",
|
|
92
92
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
93
93
|
"@form8ion/eslint-config-mocha": "3.0.6",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"gplint": "2.5.2",
|
|
107
107
|
"http-status-codes": "2.3.0",
|
|
108
108
|
"husky": "9.1.7",
|
|
109
|
-
"js-yaml": "
|
|
109
|
+
"js-yaml": "5.1.0",
|
|
110
110
|
"lockfile-lint": "5.0.0",
|
|
111
111
|
"ls-engines": "0.10.1",
|
|
112
112
|
"mdast-util-from-markdown": "2.0.3",
|