@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 +1 -1
- package/package.json +1 -1
- package/templates/worker/package.json +2 -2
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.
|
|
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