@travi/cli 15.0.1 → 15.0.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.
Files changed (2) hide show
  1. package/bin/travi.js +5 -5
  2. package/package.json +5 -5
package/bin/travi.js CHANGED
@@ -55,7 +55,7 @@ import { scaffold as scaffold$9 } from '@form8ion/add-package-to-monorepo';
55
55
  var name = "@travi/cli";
56
56
  var description = "cli for my various tools";
57
57
  var license = "MIT";
58
- var version = "15.0.1";
58
+ var version = "15.0.2";
59
59
  var type = "module";
60
60
  var engines = {
61
61
  node: "^20.19.0 || >=22.14.0"
@@ -121,7 +121,7 @@ var dependencies = {
121
121
  "@form8ion/github-actions-node-ci": "5.0.2",
122
122
  "@form8ion/github-core": "1.1.2",
123
123
  "@form8ion/hapi-scaffolder": "5.0.0-alpha.6",
124
- "@form8ion/javascript": "14.3.1",
124
+ "@form8ion/javascript": "14.3.2",
125
125
  "@form8ion/javascript-core": "12.3.0",
126
126
  "@form8ion/jest-scaffolder": "2.0.0",
127
127
  "@form8ion/jetbrains": "1.1.3",
@@ -182,13 +182,13 @@ var devDependencies = {
182
182
  husky: "9.1.7",
183
183
  "import-fresh": "3.3.1",
184
184
  "js-yaml": "4.1.0",
185
- "lockfile-lint": "4.14.0",
185
+ "lockfile-lint": "4.14.1",
186
186
  "ls-engines": "0.9.3",
187
187
  "mdast-util-from-markdown": "2.0.2",
188
188
  "mock-fs": "5.5.0",
189
189
  msw: "2.8.4",
190
190
  "npm-run-all2": "7.0.2",
191
- publint: "0.3.9",
191
+ publint: "0.3.12",
192
192
  "remark-cli": "12.0.1",
193
193
  "remark-preset-lint-travi": "6.0.8",
194
194
  "remark-toc": "9.0.0",
@@ -197,7 +197,7 @@ var devDependencies = {
197
197
  "rollup-plugin-auto-external": "2.0.0",
198
198
  "rollup-plugin-executable": "1.6.3",
199
199
  "rollup-plugin-json": "4.0.0",
200
- sinon: "19.0.5",
200
+ sinon: "20.0.0",
201
201
  testdouble: "3.20.2",
202
202
  "unist-util-find": "3.0.0",
203
203
  vitest: "3.1.4",
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": "15.0.1",
5
+ "version": "15.0.2",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^20.19.0 || >=22.14.0"
@@ -68,7 +68,7 @@
68
68
  "@form8ion/github-actions-node-ci": "5.0.2",
69
69
  "@form8ion/github-core": "1.1.2",
70
70
  "@form8ion/hapi-scaffolder": "5.0.0-alpha.6",
71
- "@form8ion/javascript": "14.3.1",
71
+ "@form8ion/javascript": "14.3.2",
72
72
  "@form8ion/javascript-core": "12.3.0",
73
73
  "@form8ion/jest-scaffolder": "2.0.0",
74
74
  "@form8ion/jetbrains": "1.1.3",
@@ -129,13 +129,13 @@
129
129
  "husky": "9.1.7",
130
130
  "import-fresh": "3.3.1",
131
131
  "js-yaml": "4.1.0",
132
- "lockfile-lint": "4.14.0",
132
+ "lockfile-lint": "4.14.1",
133
133
  "ls-engines": "0.9.3",
134
134
  "mdast-util-from-markdown": "2.0.2",
135
135
  "mock-fs": "5.5.0",
136
136
  "msw": "2.8.4",
137
137
  "npm-run-all2": "7.0.2",
138
- "publint": "0.3.9",
138
+ "publint": "0.3.12",
139
139
  "remark-cli": "12.0.1",
140
140
  "remark-preset-lint-travi": "6.0.8",
141
141
  "remark-toc": "9.0.0",
@@ -144,7 +144,7 @@
144
144
  "rollup-plugin-auto-external": "2.0.0",
145
145
  "rollup-plugin-executable": "1.6.3",
146
146
  "rollup-plugin-json": "4.0.0",
147
- "sinon": "19.0.5",
147
+ "sinon": "20.0.0",
148
148
  "testdouble": "3.20.2",
149
149
  "unist-util-find": "3.0.0",
150
150
  "vitest": "3.1.4",