@base44-preview/cli 0.1.5-pr.555.c1867e2 → 0.1.5-pr.555.e8d3b8d
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 +3 -3
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -255040,7 +255040,7 @@ async function generateContent(input) {
|
|
|
255040
255040
|
const actorInterfaces = actorResults.map((r5) => r5.decls).filter(Boolean);
|
|
255041
255041
|
const actorRuntimeModule = actors.length ? import_common_tags.source`
|
|
255042
255042
|
declare module 'base44:runtime/actors' {
|
|
255043
|
-
export { Actor
|
|
255043
|
+
export { Actor } from '${sdkPackage}';
|
|
255044
255044
|
}
|
|
255045
255045
|
` : "";
|
|
255046
255046
|
return [
|
|
@@ -263427,4 +263427,4 @@ export {
|
|
|
263427
263427
|
CLIExitError
|
|
263428
263428
|
};
|
|
263429
263429
|
|
|
263430
|
-
//# debugId=
|
|
263430
|
+
//# debugId=9B6D91675C692A0264756E2164756E21
|