diff --git a/apps/builder/package.json b/apps/builder/package.json index 66bb847ece..549bb0b861 100644 --- a/apps/builder/package.json +++ b/apps/builder/package.json @@ -5,7 +5,7 @@ "private": true, "author": "ILLA Cloud ", "license": "Apache-2.0", - "version": "4.4.6", + "version": "4.4.8", "scripts": { "dev": "vite --strictPort --force", "build-cloud": "NODE_OPTIONS=--max-old-space-size=12288 vite build --mode cloud", diff --git a/apps/builder/src/utils/executionTreeHelper/runtimePropsCollector.ts b/apps/builder/src/utils/executionTreeHelper/runtimePropsCollector.ts index 71c6d1ddfd..b55fc7211b 100644 --- a/apps/builder/src/utils/executionTreeHelper/runtimePropsCollector.ts +++ b/apps/builder/src/utils/executionTreeHelper/runtimePropsCollector.ts @@ -147,7 +147,7 @@ class ILLAEditorRuntimePropsCollector { const mergeResult = { ...formatedExecutionResult, ...THIRD_PARTY_PACKAGES, - ...utils, + utils, ...otherContext, } @@ -235,7 +235,7 @@ class ILLAEditorRuntimePropsCollector { const mergeResult = { ...formatedExecutionResult, ...THIRD_PARTY_PACKAGES, - ...utils, + utils, ...otherContext, } @@ -250,7 +250,7 @@ class ILLAEditorRuntimePropsCollector { const mergeResult = { ...cloneDeepExecutionResult, ...THIRD_PARTY_PACKAGES, - ...utils, + utils, ...otherContext, } return mergeResult