@base44-preview/cli 0.0.8-pr.70.b3b2772 → 0.0.9-pr.72.51ce257
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/cli/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -38316,7 +38316,7 @@ const siteDeployCommand = new Command("site").description("Manage site deploymen
|
|
|
38316
38316
|
|
|
38317
38317
|
//#endregion
|
|
38318
38318
|
//#region package.json
|
|
38319
|
-
var version = "0.0.
|
|
38319
|
+
var version = "0.0.9";
|
|
38320
38320
|
|
|
38321
38321
|
//#endregion
|
|
38322
38322
|
//#region src/cli/index.ts
|
package/package.json
CHANGED