@base44-preview/cli 0.0.17-pr.19.61c6117 → 0.0.17-pr.19.85cac24
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.
|
@@ -38993,4 +38993,4 @@ program.addCommand(functionsDeployCommand);
|
|
|
38993
38993
|
program.addCommand(siteDeployCommand);
|
|
38994
38994
|
|
|
38995
38995
|
//#endregion
|
|
38996
|
-
export {
|
|
38996
|
+
export { program };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@base44-preview/cli",
|
|
3
|
-
"version": "0.0.17-pr.19.
|
|
3
|
+
"version": "0.0.17-pr.19.85cac24",
|
|
4
4
|
"description": "Base44 CLI - Unified interface for managing Base44 applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -67,8 +67,5 @@
|
|
|
67
67
|
},
|
|
68
68
|
"engines": {
|
|
69
69
|
"node": ">=20.19.0"
|
|
70
|
-
},
|
|
71
|
-
"optionalDependencies": {
|
|
72
|
-
"@rollup/rollup-linux-x64-gnu": "^4.56.0"
|
|
73
70
|
}
|
|
74
71
|
}
|