refactor(core): 使用fflate替换msgpack以兼容小游戏环境

This commit is contained in:
YHH
2025-10-28 14:08:34 +08:00
parent 4e81fc7eba
commit 683203919f
7 changed files with 59 additions and 33 deletions

View File

@@ -72,7 +72,7 @@
"directory": "packages/core"
},
"dependencies": {
"@msgpack/msgpack": "^3.0.0",
"fflate": "^0.8.2",
"tslib": "^2.8.1"
}
}