fxrjson 25.0.0 → 31.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fxrjson.js +3 -0
- package/package.json +4 -4
package/fxrjson.js
CHANGED
|
@@ -17,6 +17,8 @@ const games = {
|
|
|
17
17
|
eldenring: Game.EldenRing,
|
|
18
18
|
ac6: Game.ArmoredCore6,
|
|
19
19
|
armoredcore6: Game.ArmoredCore6,
|
|
20
|
+
nr: Game.Nightreign,
|
|
21
|
+
nightreign: Game.Nightreign,
|
|
20
22
|
}
|
|
21
23
|
|
|
22
24
|
async function addCommand(reg, ext) {
|
|
@@ -102,6 +104,7 @@ await (async () => {
|
|
|
102
104
|
'Sekiro: Shadows Die Twice',
|
|
103
105
|
'Elden Ring',
|
|
104
106
|
'Armored Core VI Fires of Rubicon',
|
|
107
|
+
'Elden Ring Nightreign',
|
|
105
108
|
],
|
|
106
109
|
defaultValue: 2,
|
|
107
110
|
indentation: 2,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fxrjson",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "Convert FXR files from
|
|
3
|
+
"version": "31.0.0",
|
|
4
|
+
"description": "Convert FXR files from most of the modern FromSoftware games to and from JSON.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"fxrjson": "fxrjson.js"
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"url": "https://github.com/EvenTorset/fxrjson/issues"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@cccode/fxr": "^
|
|
24
|
+
"@cccode/fxr": "^31.0.0",
|
|
25
25
|
"cli-select": "^1.1.2",
|
|
26
|
-
"fabulous-json": "^1.0.
|
|
26
|
+
"fabulous-json": "^1.0.3",
|
|
27
27
|
"rage-edit": "^1.2.0"
|
|
28
28
|
}
|
|
29
29
|
}
|