@travi/cli 13.0.14 → 13.0.15
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 +2 -2
- package/package.json +2 -2
package/bin/travi.js
CHANGED
|
@@ -51,7 +51,7 @@ import { scaffold as scaffold$9 } from '@form8ion/add-package-to-monorepo';
|
|
|
51
51
|
var name = "@travi/cli";
|
|
52
52
|
var description = "cli for my various tools";
|
|
53
53
|
var license = "MIT";
|
|
54
|
-
var version = "13.0.
|
|
54
|
+
var version = "13.0.15";
|
|
55
55
|
var type = "module";
|
|
56
56
|
var engines = {
|
|
57
57
|
node: "^18.19.0 || ^20.6.1 || >=22"
|
|
@@ -109,7 +109,7 @@ var dependencies = {
|
|
|
109
109
|
"@form8ion/dependabot-scaffolder": "3.0.0",
|
|
110
110
|
"@form8ion/eslint-config-extender": "10.0.1",
|
|
111
111
|
"@form8ion/github": "2.0.0",
|
|
112
|
-
"@form8ion/github-actions-node-ci": "
|
|
112
|
+
"@form8ion/github-actions-node-ci": "5.0.1",
|
|
113
113
|
"@form8ion/hapi-scaffolder": "4.1.1",
|
|
114
114
|
"@form8ion/javascript": "13.0.1",
|
|
115
115
|
"@form8ion/javascript-core": "12.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": "13.0.
|
|
5
|
+
"version": "13.0.15",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^18.19.0 || ^20.6.1 || >=22"
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@form8ion/dependabot-scaffolder": "3.0.0",
|
|
61
61
|
"@form8ion/eslint-config-extender": "10.0.1",
|
|
62
62
|
"@form8ion/github": "2.0.0",
|
|
63
|
-
"@form8ion/github-actions-node-ci": "
|
|
63
|
+
"@form8ion/github-actions-node-ci": "5.0.1",
|
|
64
64
|
"@form8ion/hapi-scaffolder": "4.1.1",
|
|
65
65
|
"@form8ion/javascript": "13.0.1",
|
|
66
66
|
"@form8ion/javascript-core": "12.0.0",
|