@velajs/cli 1.26.0 → 1.26.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/dist/index.js CHANGED
@@ -14,7 +14,7 @@ import { promisify } from "node:util";
14
14
  import { parse } from "jsonc-parser";
15
15
  import { parse as parse$1 } from "smol-toml";
16
16
  //#region package.json
17
- var version = "1.26.0";
17
+ var version = "1.26.1";
18
18
  //#endregion
19
19
  //#region src/with-app.ts
20
20
  /** Own one app for the whole command, including output and long-lived transports. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velajs/cli",
3
- "version": "1.26.0",
3
+ "version": "1.26.1",
4
4
  "description": "CLI for Vela apps — seeding and project tasks (Node-side; not bundled into the edge Worker)",
5
5
  "keywords": [
6
6
  "cli",
@@ -10,8 +10,8 @@
10
10
  "deploy": "wrangler deploy"
11
11
  },
12
12
  "dependencies": {
13
- "@velajs/cloudflare": "1.22.1",
14
- "@velajs/vela": "1.22.1",
13
+ "@velajs/cloudflare": "1.24.0",
14
+ "@velajs/vela": "1.27.0",
15
15
  "hono": "4.13.8"
16
16
  },
17
17
  "devDependencies": {