@base44-preview/cli 0.0.1-pr.13.c36964c → 0.0.1-pr.13.e830fa0

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 CHANGED
@@ -588,7 +588,10 @@ async function readAllFunctions(functionsDir) {
588
588
 
589
589
  //#endregion
590
590
  //#region src/core/resources/function/resource.ts
591
- const functionResource = { readAll: readAllFunctions };
591
+ const functionResource = {
592
+ readAll: readAllFunctions,
593
+ push: async () => {}
594
+ };
592
595
 
593
596
  //#endregion
594
597
  //#region src/core/config/project.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/cli",
3
- "version": "0.0.1-pr.13.c36964c",
3
+ "version": "0.0.1-pr.13.e830fa0",
4
4
  "description": "Base44 CLI - Unified interface for managing Base44 applications",
5
5
  "type": "module",
6
6
  "main": "./dist/cli/index.js",