重新整理网络架构,tsrpc/syncvar并行

This commit is contained in:
YHH
2025-08-10 12:35:39 +08:00
parent 6e21ff08d5
commit 2783448de5
80 changed files with 3662 additions and 16000 deletions

View File

@@ -32,17 +32,20 @@
"test:watch": "jest --watch --config jest.config.cjs",
"test:coverage": "jest --coverage --config jest.config.cjs",
"test:ci": "jest --ci --coverage --config jest.config.cjs",
"test:clear": "jest --clearCache"
"test:clear": "jest --clearCache",
"publish:patch": "npm version patch && npm publish",
"publish:minor": "npm version minor && npm publish",
"publish:major": "npm version major && npm publish"
},
"author": "yhh",
"license": "MIT",
"dependencies": {
"reflect-metadata": "^0.2.2",
"ws": "^8.18.0",
"isomorphic-ws": "^5.0.0",
"uuid": "^10.0.0",
"reflect-metadata": "^0.2.2",
"tsbuffer": "^2.2.10",
"tsrpc": "^3.4.19",
"tsbuffer": "^2.2.10"
"uuid": "^10.0.0",
"ws": "^8.18.0"
},
"peerDependencies": {
"@esengine/ecs-framework": ">=2.1.29"
@@ -54,8 +57,8 @@
"@rollup/plugin-terser": "^0.4.4",
"@types/jest": "^29.5.14",
"@types/node": "^20.19.0",
"@types/ws": "^8.5.13",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.13",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"rimraf": "^5.0.0",