XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

chore: update PE+ (#2606)

Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2606 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>

2e1326cd
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

2 个文件 +5 -5
Modified package-lock.json +4 -4
@@ -23,7 +23,7 @@
23 23 "ncp": "^2.0.0",
24 24 "typescript": "^5.5",
25 25 "undici": "^7.10.0",
26 "warframe-public-export-plus": "^0.5.79",
26 "warframe-public-export-plus": "^0.5.80",
27 27 "warframe-riven-info": "^0.1.2",
28 28 "winston": "^3.17.0",
29 29 "winston-daily-rotate-file": "^5.0.0",
@@ -5507,9 +5507,9 @@
5507 5507 }
5508 5508 },
5509 5509 "node_modules/warframe-public-export-plus": {
5510 "version": "0.5.79",
5511 "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.5.79.tgz",
5512 "integrity": "sha512-mPaFGX7bmSo1FP0xzo//vNCkbzMRz517NHiQB1ZU8gyoRm41IaGQ7/pFWCP8iY8KWbEMvPty4pj1hZtxsujCIA=="
5510 "version": "0.5.80",
5511 "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.5.80.tgz",
5512 "integrity": "sha512-K5f1Ws3szVdnO0tBcxlNdhXoGHIw09cjHel7spKPGL7aF/vmEkbBGRmYQFvs8n5cGo+v+3qIDMre54Ghb3t0Iw=="
5513 5513 },
5514 5514 "node_modules/warframe-riven-info": {
5515 5515 "version": "0.1.2",
Modified package.json +1 -1
@@ -40,7 +40,7 @@
40 40 "ncp": "^2.0.0",
41 41 "typescript": "^5.5",
42 42 "undici": "^7.10.0",
43 "warframe-public-export-plus": "^0.5.79",
43 "warframe-public-export-plus": "^0.5.80",
44 44 "warframe-riven-info": "^0.1.2",
45 45 "winston": "^3.17.0",
46 46 "winston-daily-rotate-file": "^5.0.0",