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+ (#2459)

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

a109ea6c
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.77",
26 "warframe-public-export-plus": "^0.5.78",
27 27 "warframe-riven-info": "^0.1.2",
28 28 "winston": "^3.17.0",
29 29 "winston-daily-rotate-file": "^5.0.0",
@@ -5479,9 +5479,9 @@
5479 5479 }
5480 5480 },
5481 5481 "node_modules/warframe-public-export-plus": {
5482 "version": "0.5.77",
5483 "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.5.77.tgz",
5484 "integrity": "sha512-Th/b82pYB4i95afC/s8MDDXsVMl3vyy1qDwLO/AzV6peVBTs2kCSO68nNh7yXDiviGlNl0HRq+LR25jMjtFwSg=="
5482 "version": "0.5.78",
5483 "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.5.78.tgz",
5484 "integrity": "sha512-Zvg7N+EdXS8cOAZIxqCbqiqyvQZBgh2xTxEwpHnoyJjNBpm3sP/7dtXmzHaxAZjyaCL4pvi9e7kTvxmpH8Pcag=="
5485 5485 },
5486 5486 "node_modules/warframe-riven-info": {
5487 5487 "version": "0.1.2",
Modified package.json +1 -1
@@ -39,7 +39,7 @@
39 39 "ncp": "^2.0.0",
40 40 "typescript": "^5.5",
41 41 "undici": "^7.10.0",
42 "warframe-public-export-plus": "^0.5.77",
42 "warframe-public-export-plus": "^0.5.78",
43 43 "warframe-riven-info": "^0.1.2",
44 44 "winston": "^3.17.0",
45 45 "winston-daily-rotate-file": "^5.0.0",