s2cfgtojson 3.11.1 → 3.11.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.mts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "s2cfgtojson",
3
- "version": "3.11.1",
3
+ "version": "3.11.2",
4
4
  "description": "Converts Stalker 2 Cfg file into POJOs",
5
5
  "keywords": [
6
6
  "stalker",
package/types.mts CHANGED
@@ -1462,7 +1462,7 @@ export type QuestNodePrototype = GetStructType<{
1462
1462
  JournalQuestStageSID: string;
1463
1463
  Markers: string;
1464
1464
  Conditions: Condition[][];
1465
- ConsoleCommand: string[];
1465
+ ConsoleCommand: string;
1466
1466
  RestrictDialogInteractions: boolean;
1467
1467
  RestrictDefeatStateInteraction: boolean;
1468
1468
  RestrictDefeatStateMovementInteraction: boolean;