base44 0.0.46 → 0.0.47
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 +4 -4
- package/dist/cli/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._posthogChunkIds=e._posthogChunkIds||{},e._posthogChunkIds[n]="
|
|
1
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._posthogChunkIds=e._posthogChunkIds||{},e._posthogChunkIds[n]="019d016f-610c-7b02-aa0c-f97344c92bec")}catch(e){}}();import { createRequire } from "node:module";
|
|
2
2
|
var __create = Object.create;
|
|
3
3
|
var __getProtoOf = Object.getPrototypeOf;
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
@@ -239452,7 +239452,7 @@ import { join as join8 } from "node:path";
|
|
|
239452
239452
|
// package.json
|
|
239453
239453
|
var package_default = {
|
|
239454
239454
|
name: "base44",
|
|
239455
|
-
version: "0.0.
|
|
239455
|
+
version: "0.0.47",
|
|
239456
239456
|
description: "Base44 CLI - Unified interface for managing Base44 applications",
|
|
239457
239457
|
type: "module",
|
|
239458
239458
|
bin: {
|
|
@@ -256160,6 +256160,6 @@ export {
|
|
|
256160
256160
|
CLIExitError
|
|
256161
256161
|
};
|
|
256162
256162
|
|
|
256163
|
-
//# debugId=
|
|
256163
|
+
//# debugId=3FB5B8D24B78E00F64756E2164756E21
|
|
256164
256164
|
|
|
256165
|
-
//# chunkId=
|
|
256165
|
+
//# chunkId=019d016f-610c-7b02-aa0c-f97344c92bec
|