@travi/cli 13.3.0-alpha.4 → 13.3.0-beta.1
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 +1 -1
- package/package.json +1 -1
package/bin/travi.js
CHANGED
|
@@ -52,7 +52,7 @@ import { scaffold as scaffold$9 } from '@form8ion/add-package-to-monorepo';
|
|
|
52
52
|
var name = "@travi/cli";
|
|
53
53
|
var description = "cli for my various tools";
|
|
54
54
|
var license = "MIT";
|
|
55
|
-
var version = "13.3.0-
|
|
55
|
+
var version = "13.3.0-beta.1";
|
|
56
56
|
var type = "module";
|
|
57
57
|
var engines = {
|
|
58
58
|
node: "^18.19.0 || ^20.6.1 || >=22"
|