@base44-preview/cli 0.0.47-pr.439.fabf635 → 0.0.48-pr.444.5b76604
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 +3 -3
- package/dist/cli/index.js.map +3 -3
- package/package.json +1 -48
package/dist/cli/index.js
CHANGED
|
@@ -243145,7 +243145,7 @@ import { join as join9 } from "node:path";
|
|
|
243145
243145
|
// package.json
|
|
243146
243146
|
var package_default = {
|
|
243147
243147
|
name: "base44",
|
|
243148
|
-
version: "0.0.
|
|
243148
|
+
version: "0.0.48",
|
|
243149
243149
|
description: "Base44 CLI - Unified interface for managing Base44 applications",
|
|
243150
243150
|
type: "module",
|
|
243151
243151
|
bin: {
|
|
@@ -255878,7 +255878,7 @@ function createProgram(context) {
|
|
|
255878
255878
|
program2.addCommand(getConnectorsCommand());
|
|
255879
255879
|
program2.addCommand(getFunctionsCommand());
|
|
255880
255880
|
program2.addCommand(getSecretsCommand());
|
|
255881
|
-
program2.addCommand(getAuthCommand()
|
|
255881
|
+
program2.addCommand(getAuthCommand());
|
|
255882
255882
|
program2.addCommand(getSiteCommand());
|
|
255883
255883
|
program2.addCommand(getTypesCommand());
|
|
255884
255884
|
program2.addCommand(getExecCommand());
|
|
@@ -260127,4 +260127,4 @@ export {
|
|
|
260127
260127
|
CLIExitError
|
|
260128
260128
|
};
|
|
260129
260129
|
|
|
260130
|
-
//# debugId=
|
|
260130
|
+
//# debugId=70340E16FE16439D64756E2164756E21
|