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

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

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

代码差异

2 个文件 +5 -5
Modified package-lock.json +4 -4
@@ -18,7 +18,7 @@
18 18 "morgan": "^1.10.0",
19 19 "ncp": "^2.0.0",
20 20 "typescript": ">=5.5 <5.6.0",
21 "warframe-public-export-plus": "^0.5.48",
21 "warframe-public-export-plus": "^0.5.49",
22 22 "warframe-riven-info": "^0.1.2",
23 23 "winston": "^3.17.0",
24 24 "winston-daily-rotate-file": "^5.0.0"
@@ -3762,9 +3762,9 @@
3762 3762 }
3763 3763 },
3764 3764 "node_modules/warframe-public-export-plus": {
3765 "version": "0.5.48",
3766 "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.5.48.tgz",
3767 "integrity": "sha512-vJitVYnaViQo43xAkL/h3MJ/6wS7YknKEYhYs+N/GrsspYLMPGf9KSuR19tprB2g9KVGS5o67t0v5K8p0RTQCQ=="
3765 "version": "0.5.49",
3766 "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.5.49.tgz",
3767 "integrity": "sha512-11HA8qEMhFfl12W2qIjjk7fhas+/5G2yXbrOEb8FRZby6tWka0CyUnB6tLT+PCqBEIoU+kwhz0g7CLh3Zmy7Pw=="
3768 3768 },
3769 3769 "node_modules/warframe-riven-info": {
3770 3770 "version": "0.1.2",
Modified package.json +1 -1
@@ -24,7 +24,7 @@
24 24 "morgan": "^1.10.0",
25 25 "ncp": "^2.0.0",
26 26 "typescript": ">=5.5 <5.6.0",
27 "warframe-public-export-plus": "^0.5.48",
27 "warframe-public-export-plus": "^0.5.49",
28 28 "warframe-riven-info": "^0.1.2",
29 29 "winston": "^3.17.0",
30 30 "winston-daily-rotate-file": "^5.0.0"