s2cfgtojson 3.5.1 → 3.5.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 (3) hide show
  1. package/Struct.mts +0 -2
  2. package/package.json +1 -1
  3. package/types.mts +1 -1
package/Struct.mts CHANGED
@@ -1,5 +1,3 @@
1
- import { type } from "node:os";
2
-
3
1
  export * from "./types.mts";
4
2
  export * from "./enums.mts";
5
3
  import { DefaultEntries, GetStructType, Internal } from "./types.mts";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "s2cfgtojson",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
4
4
  "description": "Converts Stalker 2 Cfg file into POJOs",
5
5
  "keywords": [
6
6
  "stalker",
package/types.mts CHANGED
@@ -1759,7 +1759,7 @@ export type QuestNodePrototype = GetStructType<{
1759
1759
  Connections: {
1760
1760
  SID: string;
1761
1761
  Name: string;
1762
- };
1762
+ }[];
1763
1763
  }[];
1764
1764
  LastPhrases: {
1765
1765
  FinishNode: boolean;