文档更新

This commit is contained in:
YHH
2025-08-14 18:38:09 +08:00
parent 0b7e623748
commit 85cd93e51a
3 changed files with 51 additions and 5 deletions

12
package-lock.json generated
View File

@@ -3001,6 +3001,13 @@
"integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
"dev": true
},
"node_modules/@types/uuid": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/ws": {
"version": "8.18.1",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz",
@@ -11073,7 +11080,6 @@
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
"dev": true,
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
@@ -11531,7 +11537,7 @@
},
"packages/core": {
"name": "@esengine/ecs-framework",
"version": "2.1.41",
"version": "2.1.43",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
@@ -11628,11 +11634,13 @@
"@esengine/ecs-framework": "file:../core",
"@esengine/network-shared": "file:../network-shared",
"reflect-metadata": "^0.2.2",
"uuid": "^10.0.0",
"ws": "^8.18.2"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.19.0",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.18.1",
"jest": "^29.7.0",
"rimraf": "^5.0.0",