@base44-preview/cli 0.0.29-pr.218.1b70b39 → 0.0.30-pr.181.ddbe8c1
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 +2 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/templates/backend-and-client/package.json +0 -1
- package/dist/templates/backend-and-client/src/App.jsx +4 -142
- package/dist/templates/backend-and-client/src/index.css +2 -26
- package/package.json +1 -1
- package/dist/templates/backend-and-client/base44/agents/task_manager.jsonc +0 -11
- package/dist/templates/backend-and-client/base44/entities/task.jsonc +0 -16
- package/dist/templates/backend-and-client/components.json +0 -16
- package/dist/templates/backend-and-client/src/components/Base44Logo.jsx +0 -15
- package/dist/templates/backend-and-client/src/components/ui/button.jsx +0 -23
- package/dist/templates/backend-and-client/src/components/ui/checkbox.jsx +0 -20
- package/dist/templates/backend-and-client/src/components/ui/input.jsx +0 -13
package/dist/cli/index.js
CHANGED
|
@@ -168693,7 +168693,7 @@ var {
|
|
|
168693
168693
|
// package.json
|
|
168694
168694
|
var package_default = {
|
|
168695
168695
|
name: "base44",
|
|
168696
|
-
version: "0.0.
|
|
168696
|
+
version: "0.0.30",
|
|
168697
168697
|
description: "Base44 CLI - Unified interface for managing Base44 applications",
|
|
168698
168698
|
type: "module",
|
|
168699
168699
|
bin: {
|
|
@@ -174517,4 +174517,4 @@ export {
|
|
|
174517
174517
|
CLIExitError
|
|
174518
174518
|
};
|
|
174519
174519
|
|
|
174520
|
-
//# debugId=
|
|
174520
|
+
//# debugId=AB7E11E3B94218E864756E2164756E21
|