@travi/cli 16.1.10 → 16.1.11

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 +4 -4
  2. package/package.json +4 -4
package/bin/travi.js CHANGED
@@ -57,7 +57,7 @@ import { scaffold as scaffold$9 } from '@form8ion/add-package-to-monorepo';
57
57
  var name = "@travi/cli";
58
58
  var description = "cli for my various tools";
59
59
  var license = "MIT";
60
- var version = "16.1.10";
60
+ var version = "16.1.11";
61
61
  var type = "module";
62
62
  var engines = {
63
63
  node: "^22.21.0 || >=24.12"
@@ -120,7 +120,7 @@ var dependencies = {
120
120
  "@form8ion/dependabot-scaffolder": "3.0.0",
121
121
  "@form8ion/eslint-config-extender": "12.0.0-beta.7",
122
122
  "@form8ion/github": "4.0.0-beta.1",
123
- "@form8ion/github-actions-node-ci": "5.0.2",
123
+ "@form8ion/github-actions-node-ci": "5.0.3",
124
124
  "@form8ion/github-core": "2.0.0",
125
125
  "@form8ion/hapi-scaffolder": "5.0.0-alpha.7",
126
126
  "@form8ion/javascript": "16.0.0-beta.2",
@@ -174,7 +174,7 @@ var devDependencies = {
174
174
  "@vitest/coverage-v8": "4.1.8",
175
175
  chai: "6.2.2",
176
176
  "clear-module": "4.1.3",
177
- "commitlint-config-travi": "1.4.66",
177
+ "commitlint-config-travi": "1.4.67",
178
178
  "cz-conventional-changelog": "3.3.0",
179
179
  "deep-equal": "2.2.3",
180
180
  execa: "9.6.1",
@@ -196,7 +196,7 @@ var devDependencies = {
196
196
  "remark-preset-lint-travi": "6.0.8",
197
197
  "remark-toc": "9.0.0",
198
198
  rimraf: "6.1.3",
199
- rollup: "4.61.0",
199
+ rollup: "4.61.1",
200
200
  "rollup-plugin-auto-external": "2.0.0",
201
201
  "rollup-plugin-executable": "1.6.3",
202
202
  "rollup-plugin-json": "4.0.0",
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.1.10",
5
+ "version": "16.1.11",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^22.21.0 || >=24.12"
@@ -65,7 +65,7 @@
65
65
  "@form8ion/dependabot-scaffolder": "3.0.0",
66
66
  "@form8ion/eslint-config-extender": "12.0.0-beta.7",
67
67
  "@form8ion/github": "4.0.0-beta.1",
68
- "@form8ion/github-actions-node-ci": "5.0.2",
68
+ "@form8ion/github-actions-node-ci": "5.0.3",
69
69
  "@form8ion/github-core": "2.0.0",
70
70
  "@form8ion/hapi-scaffolder": "5.0.0-alpha.7",
71
71
  "@form8ion/javascript": "16.0.0-beta.2",
@@ -119,7 +119,7 @@
119
119
  "@vitest/coverage-v8": "4.1.8",
120
120
  "chai": "6.2.2",
121
121
  "clear-module": "4.1.3",
122
- "commitlint-config-travi": "1.4.66",
122
+ "commitlint-config-travi": "1.4.67",
123
123
  "cz-conventional-changelog": "3.3.0",
124
124
  "deep-equal": "2.2.3",
125
125
  "execa": "9.6.1",
@@ -141,7 +141,7 @@
141
141
  "remark-preset-lint-travi": "6.0.8",
142
142
  "remark-toc": "9.0.0",
143
143
  "rimraf": "6.1.3",
144
- "rollup": "4.61.0",
144
+ "rollup": "4.61.1",
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",