Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/bridge-core/editor into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ExDrill committed Jul 11, 2024
2 parents c4068cf + bcc0ace commit 9c72613
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 31 deletions.
28 changes: 3 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
},
"dependencies": {
"@bridge-editor/dash-compiler": "^0.11.4",
"@bridge-editor/js-runtime": "^0.4.4",
"@mdi/font": "^7.4.47",
"@swc/wasm-web": "^1.6.7",
"@tauri-apps/api": "^1.2.0",
"@types/lz-string": "^1.3.34",
"bridge-common-utils": "^0.3.3",
"bridge-iframe-api": "^0.4.11",
"bridge-js-runtime": "^0.4.1",
"bridge-model-viewer": "^0.7.7",
"buffer": "^6.0.3",
"color-convert": "^2.0.1",
Expand Down
Binary file modified public/packages.zip
Binary file not shown.
2 changes: 0 additions & 2 deletions src/components/Data/TypeLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ export class TypeLoader {
.filter((type) => type[0]) as [string, string?][]
}

console.log(libDefinitions)

const libs = await this.load(libDefinitions)

for (const [typePath, lib] of libs) {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Extensions/Scripts/JsRuntime.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Runtime } from 'bridge-js-runtime'
import { Runtime } from '@bridge-editor/js-runtime'
import { App } from '/@/App'
import { dirname } from '/@/utils/path'

Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import jsonWorker from 'monaco-editor/esm/vs/language/json/json.worker.js?worker
import cssWorker from 'monaco-editor/esm/vs/language/css/css.worker.js?worker'
import htmlWorker from 'monaco-editor/esm/vs/language/html/html.worker.js?worker'
import tsWorker from 'monaco-editor/esm/vs/language/typescript/ts.worker.js?worker'
import { initRuntimes } from 'bridge-js-runtime'
import { initRuntimes } from '@bridge-editor/js-runtime'
import wasmUrl from '@swc/wasm-web/wasm_bg.wasm?url'
import './main.css'

Expand Down
2 changes: 1 addition & 1 deletion src/utils/app/dataPackage.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const zipSize = 885086
export const zipSize = 906621

0 comments on commit 9c72613

Please sign in to comment.