base44 0.0.43 → 0.0.44
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]="019cdc6b-b0a3-7973-99f6-3c4b2b7efc71")}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;
|
|
@@ -238557,7 +238557,7 @@ import { join as join7 } from "node:path";
|
|
|
238557
238557
|
// package.json
|
|
238558
238558
|
var package_default = {
|
|
238559
238559
|
name: "base44",
|
|
238560
|
-
version: "0.0.
|
|
238560
|
+
version: "0.0.44",
|
|
238561
238561
|
description: "Base44 CLI - Unified interface for managing Base44 applications",
|
|
238562
238562
|
type: "module",
|
|
238563
238563
|
bin: {
|
|
@@ -255375,6 +255375,6 @@ export {
|
|
|
255375
255375
|
CLIExitError
|
|
255376
255376
|
};
|
|
255377
255377
|
|
|
255378
|
-
//# debugId=
|
|
255378
|
+
//# debugId=29A9031B09883B8D64756E2164756E21
|
|
255379
255379
|
|
|
255380
|
-
//# chunkId=
|
|
255380
|
+
//# chunkId=019cdc6b-b0a3-7973-99f6-3c4b2b7efc71
|