forked from PrismarineJS/prismarine-web-client
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/next' into pr/sa2urami/120
- Loading branch information
Showing
14 changed files
with
208 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
"dev-rsbuild": "rsbuild dev", | ||
"dev-proxy": "node server.js", | ||
"start": "run-p dev-rsbuild dev-proxy watch-mesher watch-other-workers", | ||
"start2": "run-p dev-rsbuild watch-mesher watch-other-workers", | ||
"build": "pnpm build-other-workers && rsbuild build", | ||
"build-analyze": "BUNDLE_ANALYZE=true rsbuild build && pnpm build-other-workers", | ||
"check-build": "tsx scripts/genShims.ts && tsc && pnpm build", | ||
|
@@ -75,7 +76,7 @@ | |
"google-drive-browserfs": "github:zardoy/browserfs#google-drive", | ||
"jszip": "^3.10.1", | ||
"lodash-es": "^4.17.21", | ||
"minecraft-data": "3.78.0", | ||
"minecraft-data": "3.80.0", | ||
"minecraft-protocol": "github:PrismarineJS/node-minecraft-protocol#master", | ||
"mineflayer-item-map-downloader": "github:zardoy/mineflayer-item-map-downloader", | ||
"mojangson": "^2.0.4", | ||
|
@@ -145,7 +146,7 @@ | |
"http-browserify": "^1.7.0", | ||
"http-server": "^14.1.1", | ||
"https-browserify": "^1.0.0", | ||
"mc-assets": "^0.2.12", | ||
"mc-assets": "^0.2.23", | ||
"minecraft-inventory-gui": "github:zardoy/minecraft-inventory-gui#next", | ||
"mineflayer": "github:zardoy/mineflayer", | ||
"mineflayer-pathfinder": "^2.4.4", | ||
|
@@ -177,7 +178,7 @@ | |
"diamond-square": "github:zardoy/diamond-square", | ||
"prismarine-block": "github:zardoy/prismarine-block#next-era", | ||
"prismarine-world": "github:zardoy/prismarine-world#next-era", | ||
"minecraft-data": "3.78.0", | ||
"minecraft-data": "3.80.0", | ||
"prismarine-provider-anvil": "github:zardoy/prismarine-provider-anvil#everything", | ||
"prismarine-physics": "github:zardoy/prismarine-physics", | ||
"minecraft-protocol": "github:PrismarineJS/node-minecraft-protocol#master", | ||
|
@@ -192,7 +193,7 @@ | |
"[email protected]": "patches/[email protected]", | ||
"[email protected]": "patches/[email protected]", | ||
"[email protected]": "patches/[email protected]", | ||
"minecraft-protocol@1.50.0": "patches/[email protected]" | ||
"minecraft-protocol@1.51.0": "patches/[email protected]" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
|
Oops, something went wrong.