@overwolf/ow-electron-packages-types 1.0.4 → 1.0.5

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/game-list.d.ts +5 -5
  2. package/package.json +1 -1
package/game-list.d.ts CHANGED
@@ -1127,7 +1127,7 @@ export const enum kGameIds {
1127
1127
  F125 = 25938,
1128
1128
  F2FIL = 23440,
1129
1129
  F2FWG = 24568,
1130
- FA|HS = 23880,
1130
+ FAHS = 23880,
1131
1131
  Fabledom = 23168,
1132
1132
  FableFortune = 21420,
1133
1133
  FaceofAnother = 26722,
@@ -1165,7 +1165,7 @@ export const enum kGameIds {
1165
1165
  FasterThanLight = 8496,
1166
1166
  FastFoodSimulator = 24904,
1167
1167
  FataDeum = 26916,
1168
- Fate/SamuraiRemnant = 23378,
1168
+ FateSamuraiRemnant = 23378,
1169
1169
  FBCFirebreak = 26102,
1170
1170
  FC2024 = 23370,
1171
1171
  FCCD = 25212,
@@ -2325,7 +2325,7 @@ export const enum kGameIds {
2325
2325
  PantheonRotF = 24938,
2326
2326
  PaperKlay = 25946,
2327
2327
  PaperMonsters = 9018,
2328
- Papers;Please = 9682,
2328
+ PapersPlease = 9682,
2329
2329
  Paragon = 10870,
2330
2330
  ParagonTO = 22426,
2331
2331
  ParallelExperiment = 25986,
@@ -2871,7 +2871,7 @@ export const enum kGameIds {
2871
2871
  SniperGW2 = 9206,
2872
2872
  SniperKiller = 24682,
2873
2873
  SNKVSCAPCOPM = 24406,
2874
- SNØ = 25390,
2874
+ SN0 = 25390,
2875
2875
  SnowRunner = 22018,
2876
2876
  SnS3Redux = 27298,
2877
2877
  SnufkinMoM = 26014,
@@ -3586,7 +3586,7 @@ export const enum kGameIds {
3586
3586
  VividWorld = 27264,
3587
3587
  VLADiKBRUTAL = 24478,
3588
3588
  VoicesoftheVoid = 24262,
3589
- VOID/BREAKER = 26604,
3589
+ VOIDBREAKER = 26604,
3590
3590
  VoidCrew = 23344,
3591
3591
  Voidigo = 22928,
3592
3592
  VoidMiner = 27314,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@overwolf/ow-electron-packages-types",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Type definition file for autocompletion and documentation purposes for ow-electron packages",
5
5
  "license": "MIT",
6
6
  "types": "types.d.ts",