Skip to content

Commit

Permalink
Merge pull request #3672 from illacloud/beta
Browse files Browse the repository at this point in the history
fix: update runtimeCollector
  • Loading branch information
AruSeito authored Feb 2, 2024
2 parents 58f64fe + a163a37 commit 18aac53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"author": "ILLA Cloud <[email protected]>",
"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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class ILLAEditorRuntimePropsCollector {
const mergeResult = {
...formatedExecutionResult,
...THIRD_PARTY_PACKAGES,
...utils,
utils,
...otherContext,
}

Expand Down Expand Up @@ -235,7 +235,7 @@ class ILLAEditorRuntimePropsCollector {
const mergeResult = {
...formatedExecutionResult,
...THIRD_PARTY_PACKAGES,
...utils,
utils,
...otherContext,
}

Expand All @@ -250,7 +250,7 @@ class ILLAEditorRuntimePropsCollector {
const mergeResult = {
...cloneDeepExecutionResult,
...THIRD_PARTY_PACKAGES,
...utils,
utils,
...otherContext,
}
return mergeResult
Expand Down

0 comments on commit 18aac53

Please sign in to comment.