@base44-preview/cli 0.0.19-pr.124.a7f34a6 → 0.0.21-pr.125.d3538b3
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/dist/index.js
CHANGED
|
@@ -38931,7 +38931,7 @@ const siteDeployCommand = new Command("site").description("Manage site deploymen
|
|
|
38931
38931
|
|
|
38932
38932
|
//#endregion
|
|
38933
38933
|
//#region package.json
|
|
38934
|
-
var version = "0.0.
|
|
38934
|
+
var version = "0.0.21";
|
|
38935
38935
|
|
|
38936
38936
|
//#endregion
|
|
38937
38937
|
//#region src/cli/program.ts
|