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

XFESpaceNinjaServer

A simple server for a small space ninja game

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

XFEstudio/XFESpaceNinjaServer

chore: update PE+ to 0.5.1 (#537)

5fb4b94b
Sainan <sainan@calamity.inc>
提交于

代码差异

2 个文件 +5 -5
Modified package-lock.json +4 -4
@@ -12,7 +12,7 @@
12 12 "copyfiles": "^2.4.1",
13 13 "express": "^5.0.0-beta.3",
14 14 "mongoose": "^8.4.5",
15 "warframe-public-export-plus": "^0.5.0",
15 "warframe-public-export-plus": "^0.5.1",
16 16 "warframe-riven-info": "^0.1.1",
17 17 "winston": "^3.13.0",
18 18 "winston-daily-rotate-file": "^5.0.0"
@@ -3778,9 +3778,9 @@
3778 3778 }
3779 3779 },
3780 3780 "node_modules/warframe-public-export-plus": {
3781 "version": "0.5.0",
3782 "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.5.0.tgz",
3783 "integrity": "sha512-JntDm6j81BQ5MLeleMJVr+xTh3+ijGI6ka4rLMW0Gg/VyNLl33qXsRE1yxilo29REtdfFHAFAuwvOLJuM8YC0A=="
3781 "version": "0.5.1",
3782 "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.5.1.tgz",
3783 "integrity": "sha512-i9Qlh/xEqUQzLj6Dda0VB0nWkyEyWDYEnAyNTbb3IxebCLWEcizCSf3nkAae5xuKvwCvOefInOAa2YgiYwzr/A=="
3784 3784 },
3785 3785 "node_modules/warframe-riven-info": {
3786 3786 "version": "0.1.1",
Modified package.json +1 -1
@@ -16,7 +16,7 @@
16 16 "copyfiles": "^2.4.1",
17 17 "express": "^5.0.0-beta.3",
18 18 "mongoose": "^8.4.5",
19 "warframe-public-export-plus": "^0.5.0",
19 "warframe-public-export-plus": "^0.5.1",
20 20 "warframe-riven-info": "^0.1.1",
21 21 "winston": "^3.13.0",
22 22 "winston-daily-rotate-file": "^5.0.0"