@travi/cli 16.0.36 → 16.0.37
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/travi.js +6 -6
- package/package.json +6 -6
package/bin/travi.js
CHANGED
|
@@ -56,7 +56,7 @@ import { scaffold as scaffold$9 } from '@form8ion/add-package-to-monorepo';
|
|
|
56
56
|
var name = "@travi/cli";
|
|
57
57
|
var description = "cli for my various tools";
|
|
58
58
|
var license = "MIT";
|
|
59
|
-
var version = "16.0.
|
|
59
|
+
var version = "16.0.37";
|
|
60
60
|
var type = "module";
|
|
61
61
|
var engines = {
|
|
62
62
|
node: "^22.21.0 || >=24.12"
|
|
@@ -104,7 +104,7 @@ var publishConfig = {
|
|
|
104
104
|
access: "public",
|
|
105
105
|
provenance: true
|
|
106
106
|
};
|
|
107
|
-
var packageManager = "npm@11.
|
|
107
|
+
var packageManager = "npm@11.14.1+sha512.6a8a4d67478497a2dbc6815cad72e64c43f33413717e242756047d466241ab39bee61e691683a64658e94496ec5f1a1c05e4a5ec62dcc773280dfd949443a367";
|
|
108
108
|
var config = {
|
|
109
109
|
commitizen: {
|
|
110
110
|
path: "./node_modules/cz-conventional-changelog"
|
|
@@ -135,7 +135,7 @@ var dependencies = {
|
|
|
135
135
|
"@form8ion/ossf-scorecard": "1.2.2",
|
|
136
136
|
"@form8ion/php": "1.9.1",
|
|
137
137
|
"@form8ion/probot-scaffolder": "1.0.0-alpha.5",
|
|
138
|
-
"@form8ion/project": "22.0.0-beta.
|
|
138
|
+
"@form8ion/project": "22.0.0-beta.16",
|
|
139
139
|
"@form8ion/react-components-scaffolder": "4.0.0",
|
|
140
140
|
"@form8ion/remove-greenkeeper": "3.0.1",
|
|
141
141
|
"@form8ion/renovate-scaffolder": "3.0.1",
|
|
@@ -188,9 +188,9 @@ var devDependencies = {
|
|
|
188
188
|
"ls-engines": "0.10.0",
|
|
189
189
|
"mdast-util-from-markdown": "2.0.3",
|
|
190
190
|
"mock-fs": "5.5.0",
|
|
191
|
-
msw: "2.
|
|
191
|
+
msw: "2.14.5",
|
|
192
192
|
"npm-run-all2": "8.0.4",
|
|
193
|
-
publint: "0.3.
|
|
193
|
+
publint: "0.3.20",
|
|
194
194
|
"remark-cli": "12.0.1",
|
|
195
195
|
"remark-preset-lint-travi": "6.0.8",
|
|
196
196
|
"remark-toc": "9.0.0",
|
|
@@ -199,7 +199,7 @@ var devDependencies = {
|
|
|
199
199
|
"rollup-plugin-auto-external": "2.0.0",
|
|
200
200
|
"rollup-plugin-executable": "1.6.3",
|
|
201
201
|
"rollup-plugin-json": "4.0.0",
|
|
202
|
-
sinon: "
|
|
202
|
+
sinon: "22.0.0",
|
|
203
203
|
testdouble: "3.20.2",
|
|
204
204
|
"unist-util-find": "3.0.0",
|
|
205
205
|
vitest: "4.1.5",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@travi/cli",
|
|
3
3
|
"description": "cli for my various tools",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "16.0.
|
|
5
|
+
"version": "16.0.37",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^22.21.0 || >=24.12"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"access": "public",
|
|
51
51
|
"provenance": true
|
|
52
52
|
},
|
|
53
|
-
"packageManager": "npm@11.
|
|
53
|
+
"packageManager": "npm@11.14.1+sha512.6a8a4d67478497a2dbc6815cad72e64c43f33413717e242756047d466241ab39bee61e691683a64658e94496ec5f1a1c05e4a5ec62dcc773280dfd949443a367",
|
|
54
54
|
"config": {
|
|
55
55
|
"commitizen": {
|
|
56
56
|
"path": "./node_modules/cz-conventional-changelog"
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@form8ion/ossf-scorecard": "1.2.2",
|
|
82
82
|
"@form8ion/php": "1.9.1",
|
|
83
83
|
"@form8ion/probot-scaffolder": "1.0.0-alpha.5",
|
|
84
|
-
"@form8ion/project": "22.0.0-beta.
|
|
84
|
+
"@form8ion/project": "22.0.0-beta.16",
|
|
85
85
|
"@form8ion/react-components-scaffolder": "4.0.0",
|
|
86
86
|
"@form8ion/remove-greenkeeper": "3.0.1",
|
|
87
87
|
"@form8ion/renovate-scaffolder": "3.0.1",
|
|
@@ -134,9 +134,9 @@
|
|
|
134
134
|
"ls-engines": "0.10.0",
|
|
135
135
|
"mdast-util-from-markdown": "2.0.3",
|
|
136
136
|
"mock-fs": "5.5.0",
|
|
137
|
-
"msw": "2.
|
|
137
|
+
"msw": "2.14.5",
|
|
138
138
|
"npm-run-all2": "8.0.4",
|
|
139
|
-
"publint": "0.3.
|
|
139
|
+
"publint": "0.3.20",
|
|
140
140
|
"remark-cli": "12.0.1",
|
|
141
141
|
"remark-preset-lint-travi": "6.0.8",
|
|
142
142
|
"remark-toc": "9.0.0",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"rollup-plugin-auto-external": "2.0.0",
|
|
146
146
|
"rollup-plugin-executable": "1.6.3",
|
|
147
147
|
"rollup-plugin-json": "4.0.0",
|
|
148
|
-
"sinon": "
|
|
148
|
+
"sinon": "22.0.0",
|
|
149
149
|
"testdouble": "3.20.2",
|
|
150
150
|
"unist-util-find": "3.0.0",
|
|
151
151
|
"vitest": "4.1.5",
|