onveloz 0.0.0-beta.36 → 0.0.0-beta.39
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/dist/index.mjs +5 -5
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1273,7 +1273,7 @@ async function requireAuth(options) {
|
|
|
1273
1273
|
|
|
1274
1274
|
//#endregion
|
|
1275
1275
|
//#region src/lib/client.ts
|
|
1276
|
-
const CLI_VERSION = "0.0.0-beta.
|
|
1276
|
+
const CLI_VERSION = "0.0.0-beta.39";
|
|
1277
1277
|
const USER_AGENT = `veloz-cli/${CLI_VERSION}`;
|
|
1278
1278
|
/**
|
|
1279
1279
|
* Client source — "cli" by default; the init wizard sets this to "cli-wizard"
|
|
@@ -24387,7 +24387,7 @@ const LOGO_LINES$1 = [
|
|
|
24387
24387
|
];
|
|
24388
24388
|
const BRAND_COLOR$1 = "#FF4D00";
|
|
24389
24389
|
function getVersion() {
|
|
24390
|
-
return "0.0.0-beta.
|
|
24390
|
+
return "0.0.0-beta.39";
|
|
24391
24391
|
}
|
|
24392
24392
|
function printBanner(subtitle) {
|
|
24393
24393
|
const version$2 = getVersion();
|
|
@@ -25511,7 +25511,7 @@ async function fetchLatestVersion() {
|
|
|
25511
25511
|
}
|
|
25512
25512
|
}
|
|
25513
25513
|
function getCurrentVersion() {
|
|
25514
|
-
return "0.0.0-beta.
|
|
25514
|
+
return "0.0.0-beta.39";
|
|
25515
25515
|
}
|
|
25516
25516
|
/**
|
|
25517
25517
|
* Install a specific CLI version. Returns true on success.
|
|
@@ -30599,7 +30599,7 @@ function PickerMenu({ items, onSelect, onCancel }) {
|
|
|
30599
30599
|
|
|
30600
30600
|
//#endregion
|
|
30601
30601
|
//#region src/wizard/ui/primitives/ScreenLayout.tsx
|
|
30602
|
-
const version = "0.0.0-beta.
|
|
30602
|
+
const version = "0.0.0-beta.39";
|
|
30603
30603
|
const LOGO_LINES = [
|
|
30604
30604
|
"██╗ ██╗███████╗██╗ ██████╗ ███████╗",
|
|
30605
30605
|
"██║ ██║██╔════╝██║ ██╔═══██╗╚══███╔╝",
|
|
@@ -35229,7 +35229,7 @@ async function runOrgCreationFlow(store, apiUrl) {
|
|
|
35229
35229
|
//#region src/index.ts
|
|
35230
35230
|
if (process.argv.includes("--mcp")) process.env.VELOZ_MCP = "true";
|
|
35231
35231
|
const cli = Cli.create("veloz", {
|
|
35232
|
-
version: "0.0.0-beta.
|
|
35232
|
+
version: "0.0.0-beta.39",
|
|
35233
35233
|
description: "CLI da plataforma Veloz — deploy rápido para o Brasil",
|
|
35234
35234
|
env: z.object({ VELOZ_ENV: z.string().optional().describe("Ambiente alvo (ex: preview, staging)") }),
|
|
35235
35235
|
mcp: { command: "npx -y onveloz --mcp" }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "onveloz",
|
|
3
|
-
"version": "0.0.0-beta.
|
|
3
|
+
"version": "0.0.0-beta.39",
|
|
4
4
|
"description": "CLI da plataforma Veloz — deploy rápido para o Brasil",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"brasil",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"ink": "^6.8.0",
|
|
38
38
|
"nanostores": "^0.11.3",
|
|
39
39
|
"ora": "^8.2.0",
|
|
40
|
-
"react": "
|
|
40
|
+
"react": "19.2.5",
|
|
41
41
|
"tar": "^6.2.0",
|
|
42
42
|
"ws": "^8.20.0",
|
|
43
43
|
"zod": "^4.1.13"
|