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 warframe-public-export-plus (#426)

19ba891c
Sainan <sainan@calamity.gg>
提交于

代码差异

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.1.1",
15 "warframe-public-export-plus": "^0.3.3",
15 "warframe-public-export-plus": "^0.4.0",
16 16 "warframe-riven-info": "^0.1.0",
17 17 "winston": "^3.11.0",
18 18 "winston-daily-rotate-file": "^4.7.1"
@@ -3669,9 +3669,9 @@
3669 3669 }
3670 3670 },
3671 3671 "node_modules/warframe-public-export-plus": {
3672 "version": "0.3.3",
3673 "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.3.3.tgz",
3674 "integrity": "sha512-35pSMqXxe9vG4kdA+SnCyZyWO8zRGuPQbNeOPgZm5886kiujR+Qd6iY7TH0fdQYgKCk1M+q8lXonATT9VB9bbQ=="
3672 "version": "0.4.0",
3673 "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.4.0.tgz",
3674 "integrity": "sha512-8wOkh9dET4IHmHDSZ8g8RW0GlfEevHnBwEETAqy3jRhwssyF0TgQsOOpJVuhcPKedCYeudR92HJ3JoXoiTCr6A=="
3675 3675 },
3676 3676 "node_modules/warframe-riven-info": {
3677 3677 "version": "0.1.0",
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.1.1",
19 "warframe-public-export-plus": "^0.3.3",
19 "warframe-public-export-plus": "^0.4.0",
20 20 "warframe-riven-info": "^0.1.0",
21 21 "winston": "^3.11.0",
22 22 "winston-daily-rotate-file": "^4.7.1"