@overwolf/ow-electron-packages-types 1.0.2 → 1.1.0-beta.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.
@@ -1,34 +1,34 @@
1
- export const enum kGepSupportedGameIds {
2
- ApexLegends = 21566,
3
- BaldursGateIII = 22088,
4
- BlackMythWukong = 24504,
5
- ContentWarning = 24110,
6
- CS2 = 22730,
7
- DiabloIV = 22700,
8
- Dota2 = 7314,
9
- FinalFantasyXIVOnline = 6350,
10
- Fortnite = 21216,
11
- GenshinImpact = 21656,
12
- HadesII = 24218,
13
- HaloInfinite = 21854,
14
- HELLDIVERS2 = 24000,
15
- HonkaiStarRail = 22804,
16
- LeagueofLegends = 5426,
17
- LeagueofLegendsPBE = 22848,
18
- LethalCompany = 23522,
19
- ManorLords = 24176,
20
- Minecraft = 8032,
21
- OnceHuman = 23930,
22
- Overwatch = 10844,
23
- Palworld = 23944,
24
- PathofExile = 7212,
25
- Stormgate = 23818,
26
- TeamfightTactics = 21570,
27
- TheFinals = 23478,
28
- TheFirstDescendant = 24360,
29
- RocketLeague = 10798,
30
- VALORANT = 21640,
31
- Warhammer40000SpaceMarine2 = 24548,
32
- WutheringWaves = 24300,
33
- WoW = 765,
34
- }
1
+ export const enum kGepSupportedGameIds {
2
+ ApexLegends = 21566,
3
+ BaldursGateIII = 22088,
4
+ BlackMythWukong = 24504,
5
+ ContentWarning = 24110,
6
+ CS2 = 22730,
7
+ DiabloIV = 22700,
8
+ Dota2 = 7314,
9
+ FinalFantasyXIVOnline = 6350,
10
+ Fortnite = 21216,
11
+ GenshinImpact = 21656,
12
+ HadesII = 24218,
13
+ HaloInfinite = 21854,
14
+ HELLDIVERS2 = 24000,
15
+ HonkaiStarRail = 22804,
16
+ LeagueofLegends = 5426,
17
+ LeagueofLegendsPBE = 22848,
18
+ LethalCompany = 23522,
19
+ ManorLords = 24176,
20
+ Minecraft = 8032,
21
+ OnceHuman = 23930,
22
+ Overwatch = 10844,
23
+ Palworld = 23944,
24
+ PathofExile = 7212,
25
+ Stormgate = 23818,
26
+ TeamfightTactics = 21570,
27
+ TheFinals = 23478,
28
+ TheFirstDescendant = 24360,
29
+ RocketLeague = 10798,
30
+ VALORANT = 21640,
31
+ Warhammer40000SpaceMarine2 = 24548,
32
+ WutheringWaves = 24300,
33
+ WoW = 765,
34
+ }
package/package.json CHANGED
@@ -1,37 +1,40 @@
1
- {
2
- "name": "@overwolf/ow-electron-packages-types",
3
- "version": "1.0.2",
4
- "description": "Type definition file for autocompletion and documentation purposes for ow-electron packages",
5
- "license": "MIT",
6
- "types": "types.d.ts",
7
- "keywords": [
8
- "types",
9
- "npm",
10
- "package",
11
- "overwolf",
12
- "ow-electron",
13
- "overlay",
14
- "game-list"
15
- ],
16
- "devDependencies": {
17
- "@overwolf/ow-electron": "latest"
18
- },
19
- "repository": {
20
- "type": "git",
21
- "url": "https://github.com/overwolf/ow-electron-packages-types"
22
- },
23
- "exports": {
24
- ".": {
25
- "types": "./types.d.ts"
26
- },
27
- "./game-list": {
28
- "types": "./game-list.d.ts"
29
- },
30
- "./gep-supported-games": {
31
- "types": "./gep-supported-games.d.ts"
32
- }
33
- },
34
- "publishConfig": {
35
- "tag": "beta"
36
- }
37
- }
1
+ {
2
+ "name": "@overwolf/ow-electron-packages-types",
3
+ "version": "1.1.0-beta.2",
4
+ "description": "Type definition file for autocompletion and documentation purposes for ow-electron packages",
5
+ "license": "MIT",
6
+ "types": "types.d.ts",
7
+ "keywords": [
8
+ "types",
9
+ "npm",
10
+ "package",
11
+ "overwolf",
12
+ "ow-electron",
13
+ "overlay",
14
+ "game-list"
15
+ ],
16
+ "devDependencies": {
17
+ "@overwolf/ow-electron": "latest"
18
+ },
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "https://github.com/overwolf/ow-electron-packages-types"
22
+ },
23
+ "exports": {
24
+ ".": {
25
+ "types": "./types.d.ts"
26
+ },
27
+ "./game-list": {
28
+ "types": "./game-list.d.ts"
29
+ },
30
+ "./gep-supported-games": {
31
+ "types": "./gep-supported-games.d.ts"
32
+ }
33
+ },
34
+ "publishConfig": {
35
+ "tag": "beta"
36
+ },
37
+ "dependencies": {
38
+ "glob": "^13.0.0"
39
+ }
40
+ }