s2cfgtojson 7.0.21 → 7.0.22

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/dist/types.d.mts +1 -1
  2. package/package.json +1 -1
package/dist/types.d.mts CHANGED
@@ -7905,7 +7905,7 @@ export type QuestNodePrototypeShowFadeScreen = GetStructType<{
7905
7905
  SID: string;
7906
7906
  }>;
7907
7907
  export type QuestNodePrototypeShowLoadingScreen = GetStructType<{
7908
- Launchers: string;
7908
+ Launchers: QuestNodePrototypeLaunchers;
7909
7909
  LoadingScreenType: ELoadingDestination;
7910
7910
  NodePrototypeVersion: number;
7911
7911
  NodeType: "EQuestNodeType::ShowLoadingScreen" & EQuestNodeType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "s2cfgtojson",
3
- "version": "7.0.21",
3
+ "version": "7.0.22",
4
4
  "description": "Converts Stalker 2 Cfg file into POJOs",
5
5
  "keywords": [
6
6
  "stalker",