egame-shared-lib 1.0.4 → 1.0.7
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.
- package/dist/constants/message-patterns.d.ts +25 -0
- package/dist/constants/message-patterns.js +26 -1
- package/dist/constants/message-patterns.js.map +1 -1
- package/dist/dto/user.dto.d.ts +12 -0
- package/dist/dto/user.dto.js +49 -1
- package/dist/dto/user.dto.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/constants/game-catalog.d.ts +0 -13
- package/dist/constants/game-catalog.js +0 -128
- package/dist/constants/game-catalog.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export interface GameInfo {
|
|
2
|
-
id: string;
|
|
3
|
-
name: string;
|
|
4
|
-
platforms: ('ps5' | 'ps4' | 'xboxSeriesX' | 'xboxOne' | 'nintendoSwitch' | 'pc' | 'mobile' | 'tablet')[];
|
|
5
|
-
category: 'battle-royale' | 'fps' | 'moba' | 'sports' | 'racing' | 'rpg' | 'strategy' | 'action' | 'adventure' | 'fighting' | 'simulation' | 'mmo';
|
|
6
|
-
isPopular: boolean;
|
|
7
|
-
}
|
|
8
|
-
export declare const GAME_CATALOG: GameInfo[];
|
|
9
|
-
export declare const getGameById: (gameId: string) => GameInfo | undefined;
|
|
10
|
-
export declare const getGamesByPlatform: (platform: string) => GameInfo[];
|
|
11
|
-
export declare const getGamesByCategory: (category: string) => GameInfo[];
|
|
12
|
-
export declare const getPopularGames: () => GameInfo[];
|
|
13
|
-
export declare const searchGames: (query: string) => GameInfo[];
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.searchGames = exports.getPopularGames = exports.getGamesByCategory = exports.getGamesByPlatform = exports.getGameById = exports.GAME_CATALOG = void 0;
|
|
4
|
-
exports.GAME_CATALOG = [
|
|
5
|
-
{ id: 'PUBG_MOBILE', name: 'PUBG Mobile', platforms: ['mobile', 'tablet'], category: 'battle-royale', isPopular: true },
|
|
6
|
-
{ id: 'PUBG_BATTLEGROUNDS', name: 'PUBG: Battlegrounds', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc'], category: 'battle-royale', isPopular: true },
|
|
7
|
-
{ id: 'FREE_FIRE', name: 'Free Fire', platforms: ['mobile', 'tablet'], category: 'battle-royale', isPopular: true },
|
|
8
|
-
{ id: 'FORTNITE', name: 'Fortnite', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc', 'mobile'], category: 'battle-royale', isPopular: true },
|
|
9
|
-
{ id: 'APEX_LEGENDS', name: 'Apex Legends', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc', 'mobile'], category: 'battle-royale', isPopular: true },
|
|
10
|
-
{ id: 'COD_WARZONE', name: 'Call of Duty: Warzone', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc'], category: 'battle-royale', isPopular: true },
|
|
11
|
-
{ id: 'COD_MOBILE', name: 'Call of Duty: Mobile', platforms: ['mobile', 'tablet'], category: 'battle-royale', isPopular: true },
|
|
12
|
-
{ id: 'VALORANT', name: 'Valorant', platforms: ['pc'], category: 'fps', isPopular: true },
|
|
13
|
-
{ id: 'CS2', name: 'Counter-Strike 2', platforms: ['pc'], category: 'fps', isPopular: true },
|
|
14
|
-
{ id: 'OVERWATCH_2', name: 'Overwatch 2', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc'], category: 'fps', isPopular: true },
|
|
15
|
-
{ id: 'COD_MW3', name: 'Call of Duty: Modern Warfare III', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc'], category: 'fps', isPopular: true },
|
|
16
|
-
{ id: 'RAINBOW_SIX_SIEGE', name: 'Rainbow Six Siege', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc'], category: 'fps', isPopular: true },
|
|
17
|
-
{ id: 'DESTINY_2', name: 'Destiny 2', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc'], category: 'fps', isPopular: true },
|
|
18
|
-
{ id: 'HALO_INFINITE', name: 'Halo Infinite', platforms: ['xboxSeriesX', 'xboxOne', 'pc'], category: 'fps', isPopular: true },
|
|
19
|
-
{ id: 'BATTLEFIELD_2042', name: 'Battlefield 2042', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc'], category: 'fps', isPopular: false },
|
|
20
|
-
{ id: 'LEAGUE_OF_LEGENDS', name: 'League of Legends', platforms: ['pc'], category: 'moba', isPopular: true },
|
|
21
|
-
{ id: 'DOTA_2', name: 'Dota 2', platforms: ['pc'], category: 'moba', isPopular: true },
|
|
22
|
-
{ id: 'MOBILE_LEGENDS', name: 'Mobile Legends: Bang Bang', platforms: ['mobile', 'tablet'], category: 'moba', isPopular: true },
|
|
23
|
-
{ id: 'WILD_RIFT', name: 'League of Legends: Wild Rift', platforms: ['mobile', 'tablet'], category: 'moba', isPopular: true },
|
|
24
|
-
{ id: 'ARENA_OF_VALOR', name: 'Arena of Valor', platforms: ['mobile', 'tablet', 'nintendoSwitch'], category: 'moba', isPopular: false },
|
|
25
|
-
{ id: 'SMITE', name: 'SMITE', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc'], category: 'moba', isPopular: false },
|
|
26
|
-
{ id: 'FIFA_24', name: 'EA Sports FC 24', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc'], category: 'sports', isPopular: true },
|
|
27
|
-
{ id: 'NBA_2K24', name: 'NBA 2K24', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc'], category: 'sports', isPopular: true },
|
|
28
|
-
{ id: 'MADDEN_NFL_24', name: 'Madden NFL 24', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc'], category: 'sports', isPopular: true },
|
|
29
|
-
{ id: 'WWE_2K24', name: 'WWE 2K24', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc'], category: 'sports', isPopular: false },
|
|
30
|
-
{ id: 'UFC_5', name: 'EA Sports UFC 5', platforms: ['ps5', 'xboxSeriesX'], category: 'sports', isPopular: false },
|
|
31
|
-
{ id: 'ROCKET_LEAGUE', name: 'Rocket League', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc'], category: 'sports', isPopular: true },
|
|
32
|
-
{ id: 'FORZA_HORIZON_5', name: 'Forza Horizon 5', platforms: ['xboxSeriesX', 'xboxOne', 'pc'], category: 'racing', isPopular: true },
|
|
33
|
-
{ id: 'GRAN_TURISMO_7', name: 'Gran Turismo 7', platforms: ['ps5', 'ps4'], category: 'racing', isPopular: true },
|
|
34
|
-
{ id: 'NEED_FOR_SPEED', name: 'Need for Speed Unbound', platforms: ['ps5', 'xboxSeriesX', 'pc'], category: 'racing', isPopular: true },
|
|
35
|
-
{ id: 'ASPHALT_9', name: 'Asphalt 9: Legends', platforms: ['mobile', 'tablet', 'pc', 'nintendoSwitch'], category: 'racing', isPopular: true },
|
|
36
|
-
{ id: 'MARIO_KART_8', name: 'Mario Kart 8 Deluxe', platforms: ['nintendoSwitch'], category: 'racing', isPopular: true },
|
|
37
|
-
{ id: 'F1_23', name: 'F1 23', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc'], category: 'racing', isPopular: false },
|
|
38
|
-
{ id: 'GENSHIN_IMPACT', name: 'Genshin Impact', platforms: ['ps5', 'ps4', 'pc', 'mobile', 'tablet'], category: 'rpg', isPopular: true },
|
|
39
|
-
{ id: 'HONKAI_STAR_RAIL', name: 'Honkai: Star Rail', platforms: ['pc', 'mobile', 'tablet'], category: 'rpg', isPopular: true },
|
|
40
|
-
{ id: 'ELDEN_RING', name: 'Elden Ring', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc'], category: 'rpg', isPopular: true },
|
|
41
|
-
{ id: 'BALDURS_GATE_3', name: "Baldur's Gate 3", platforms: ['ps5', 'xboxSeriesX', 'pc'], category: 'rpg', isPopular: true },
|
|
42
|
-
{ id: 'FINAL_FANTASY_XIV', name: 'Final Fantasy XIV', platforms: ['ps5', 'ps4', 'pc'], category: 'rpg', isPopular: true },
|
|
43
|
-
{ id: 'WITCHER_3', name: 'The Witcher 3: Wild Hunt', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc'], category: 'rpg', isPopular: true },
|
|
44
|
-
{ id: 'SKYRIM', name: 'The Elder Scrolls V: Skyrim', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc'], category: 'rpg', isPopular: true },
|
|
45
|
-
{ id: 'POKEMON_SCARLET', name: 'Pokémon Scarlet/Violet', platforms: ['nintendoSwitch'], category: 'rpg', isPopular: true },
|
|
46
|
-
{ id: 'MONSTER_HUNTER_RISE', name: 'Monster Hunter Rise', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc'], category: 'rpg', isPopular: false },
|
|
47
|
-
{ id: 'STARCRAFT_2', name: 'StarCraft II', platforms: ['pc'], category: 'strategy', isPopular: true },
|
|
48
|
-
{ id: 'AGE_OF_EMPIRES_4', name: 'Age of Empires IV', platforms: ['pc', 'xboxSeriesX', 'xboxOne'], category: 'strategy', isPopular: true },
|
|
49
|
-
{ id: 'CIVILIZATION_6', name: 'Civilization VI', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc'], category: 'strategy', isPopular: true },
|
|
50
|
-
{ id: 'CLASH_OF_CLANS', name: 'Clash of Clans', platforms: ['mobile', 'tablet'], category: 'strategy', isPopular: true },
|
|
51
|
-
{ id: 'CLASH_ROYALE', name: 'Clash Royale', platforms: ['mobile', 'tablet'], category: 'strategy', isPopular: true },
|
|
52
|
-
{ id: 'TOTAL_WAR_WARHAMMER_3', name: 'Total War: Warhammer III', platforms: ['pc'], category: 'strategy', isPopular: false },
|
|
53
|
-
{ id: 'GTA_5', name: 'Grand Theft Auto V', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc'], category: 'action', isPopular: true },
|
|
54
|
-
{ id: 'RED_DEAD_2', name: 'Red Dead Redemption 2', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc'], category: 'action', isPopular: true },
|
|
55
|
-
{ id: 'ZELDA_TOTK', name: 'The Legend of Zelda: Tears of the Kingdom', platforms: ['nintendoSwitch'], category: 'adventure', isPopular: true },
|
|
56
|
-
{ id: 'GOD_OF_WAR', name: 'God of War Ragnarök', platforms: ['ps5', 'ps4'], category: 'action', isPopular: true },
|
|
57
|
-
{ id: 'SPIDERMAN_2', name: "Marvel's Spider-Man 2", platforms: ['ps5'], category: 'action', isPopular: true },
|
|
58
|
-
{ id: 'HOGWARTS_LEGACY', name: 'Hogwarts Legacy', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc'], category: 'rpg', isPopular: true },
|
|
59
|
-
{ id: 'ASSASSINS_CREED_VALHALLA', name: "Assassin's Creed Valhalla", platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc'], category: 'action', isPopular: true },
|
|
60
|
-
{ id: 'GHOST_OF_TSUSHIMA', name: 'Ghost of Tsushima', platforms: ['ps5', 'ps4', 'pc'], category: 'action', isPopular: true },
|
|
61
|
-
{ id: 'LAST_OF_US_2', name: 'The Last of Us Part II', platforms: ['ps5', 'ps4'], category: 'action', isPopular: true },
|
|
62
|
-
{ id: 'UNCHARTED_4', name: 'Uncharted 4: A Thief\'s End', platforms: ['ps5', 'ps4', 'pc'], category: 'action', isPopular: true },
|
|
63
|
-
{ id: 'HORIZON_FORBIDDEN_WEST', name: 'Horizon Forbidden West', platforms: ['ps5', 'ps4'], category: 'action', isPopular: true },
|
|
64
|
-
{ id: 'STREET_FIGHTER_6', name: 'Street Fighter 6', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'pc'], category: 'fighting', isPopular: true },
|
|
65
|
-
{ id: 'MORTAL_KOMBAT_11', name: 'Mortal Kombat 11', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc'], category: 'fighting', isPopular: true },
|
|
66
|
-
{ id: 'TEKKEN_8', name: 'Tekken 8', platforms: ['ps5', 'xboxSeriesX', 'pc'], category: 'fighting', isPopular: true },
|
|
67
|
-
{ id: 'SUPER_SMASH_BROS', name: 'Super Smash Bros. Ultimate', platforms: ['nintendoSwitch'], category: 'fighting', isPopular: true },
|
|
68
|
-
{ id: 'MINECRAFT', name: 'Minecraft', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc', 'mobile', 'tablet'], category: 'simulation', isPopular: true },
|
|
69
|
-
{ id: 'ROBLOX', name: 'Roblox', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc', 'mobile', 'tablet'], category: 'simulation', isPopular: true },
|
|
70
|
-
{ id: 'SIMS_4', name: 'The Sims 4', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc'], category: 'simulation', isPopular: true },
|
|
71
|
-
{ id: 'STARDEW_VALLEY', name: 'Stardew Valley', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc', 'mobile', 'tablet'], category: 'simulation', isPopular: true },
|
|
72
|
-
{ id: 'ANIMAL_CROSSING', name: 'Animal Crossing: New Horizons', platforms: ['nintendoSwitch'], category: 'simulation', isPopular: true },
|
|
73
|
-
{ id: 'CITIES_SKYLINES', name: 'Cities: Skylines', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc'], category: 'simulation', isPopular: false },
|
|
74
|
-
{ id: 'WORLD_OF_WARCRAFT', name: 'World of Warcraft', platforms: ['pc'], category: 'mmo', isPopular: true },
|
|
75
|
-
{ id: 'LOST_ARK', name: 'Lost Ark', platforms: ['pc'], category: 'mmo', isPopular: true },
|
|
76
|
-
{ id: 'BLACK_DESERT', name: 'Black Desert Online', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc'], category: 'mmo', isPopular: false },
|
|
77
|
-
{ id: 'ESO', name: 'The Elder Scrolls Online', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc'], category: 'mmo', isPopular: false },
|
|
78
|
-
{ id: 'NEW_WORLD', name: 'New World', platforms: ['pc'], category: 'mmo', isPopular: false },
|
|
79
|
-
{ id: 'AMONG_US', name: 'Among Us', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc', 'mobile', 'tablet'], category: 'action', isPopular: true },
|
|
80
|
-
{ id: 'FALL_GUYS', name: 'Fall Guys', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc'], category: 'action', isPopular: true },
|
|
81
|
-
{ id: 'RESIDENT_EVIL_4', name: 'Resident Evil 4 Remake', platforms: ['ps5', 'xboxSeriesX', 'pc'], category: 'action', isPopular: true },
|
|
82
|
-
{ id: 'DEAD_BY_DAYLIGHT', name: 'Dead by Daylight', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc', 'mobile'], category: 'action', isPopular: true },
|
|
83
|
-
{ id: 'PHASMOPHOBIA', name: 'Phasmophobia', platforms: ['pc'], category: 'action', isPopular: true },
|
|
84
|
-
{ id: 'RUST', name: 'Rust', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc'], category: 'action', isPopular: true },
|
|
85
|
-
{ id: 'ARK_SURVIVAL', name: 'ARK: Survival Evolved', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc', 'mobile'], category: 'action', isPopular: true },
|
|
86
|
-
{ id: 'TERRARIA', name: 'Terraria', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc', 'mobile', 'tablet'], category: 'action', isPopular: true },
|
|
87
|
-
{ id: 'VALORANT_MOBILE', name: 'Valorant Mobile', platforms: ['mobile', 'tablet'], category: 'fps', isPopular: false },
|
|
88
|
-
{ id: 'DIABLO_4', name: 'Diablo IV', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc'], category: 'rpg', isPopular: true },
|
|
89
|
-
{ id: 'OVERCOOKED_2', name: 'Overcooked! 2', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc'], category: 'simulation', isPopular: false },
|
|
90
|
-
{ id: 'SEA_OF_THIEVES', name: 'Sea of Thieves', platforms: ['xboxSeriesX', 'xboxOne', 'pc'], category: 'action', isPopular: true },
|
|
91
|
-
{ id: 'NO_MANS_SKY', name: "No Man's Sky", platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc'], category: 'adventure', isPopular: true },
|
|
92
|
-
{ id: 'HOLLOW_KNIGHT', name: 'Hollow Knight', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc'], category: 'action', isPopular: true },
|
|
93
|
-
{ id: 'CELESTE', name: 'Celeste', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc'], category: 'action', isPopular: false },
|
|
94
|
-
{ id: 'HADES', name: 'Hades', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc'], category: 'action', isPopular: true },
|
|
95
|
-
{ id: 'CUPHEAD', name: 'Cuphead', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'nintendoSwitch', 'pc'], category: 'action', isPopular: false },
|
|
96
|
-
{ id: 'DARK_SOULS_3', name: 'Dark Souls III', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc'], category: 'rpg', isPopular: true },
|
|
97
|
-
{ id: 'SEKIRO', name: 'Sekiro: Shadows Die Twice', platforms: ['ps5', 'ps4', 'xboxSeriesX', 'xboxOne', 'pc'], category: 'action', isPopular: true },
|
|
98
|
-
{ id: 'BLOODBORNE', name: 'Bloodborne', platforms: ['ps5', 'ps4'], category: 'rpg', isPopular: true },
|
|
99
|
-
{ id: 'SPIDER_MAN_MILES', name: "Marvel's Spider-Man: Miles Morales", platforms: ['ps5', 'ps4'], category: 'action', isPopular: true },
|
|
100
|
-
{ id: 'DEMON_SOULS', name: "Demon's Souls", platforms: ['ps5'], category: 'rpg', isPopular: true },
|
|
101
|
-
{ id: 'RETURNAL', name: 'Returnal', platforms: ['ps5', 'pc'], category: 'action', isPopular: false },
|
|
102
|
-
{ id: 'RATCHET_CLANK', name: 'Ratchet & Clank: Rift Apart', platforms: ['ps5', 'pc'], category: 'action', isPopular: true },
|
|
103
|
-
{ id: 'STARFIELD', name: 'Starfield', platforms: ['xboxSeriesX', 'pc'], category: 'rpg', isPopular: true },
|
|
104
|
-
{ id: 'HI_FI_RUSH', name: 'Hi-Fi Rush', platforms: ['xboxSeriesX', 'xboxOne', 'pc'], category: 'action', isPopular: false },
|
|
105
|
-
];
|
|
106
|
-
const getGameById = (gameId) => {
|
|
107
|
-
return exports.GAME_CATALOG.find(game => game.id === gameId);
|
|
108
|
-
};
|
|
109
|
-
exports.getGameById = getGameById;
|
|
110
|
-
const getGamesByPlatform = (platform) => {
|
|
111
|
-
return exports.GAME_CATALOG.filter(game => game.platforms.includes(platform));
|
|
112
|
-
};
|
|
113
|
-
exports.getGamesByPlatform = getGamesByPlatform;
|
|
114
|
-
const getGamesByCategory = (category) => {
|
|
115
|
-
return exports.GAME_CATALOG.filter(game => game.category === category);
|
|
116
|
-
};
|
|
117
|
-
exports.getGamesByCategory = getGamesByCategory;
|
|
118
|
-
const getPopularGames = () => {
|
|
119
|
-
return exports.GAME_CATALOG.filter(game => game.isPopular);
|
|
120
|
-
};
|
|
121
|
-
exports.getPopularGames = getPopularGames;
|
|
122
|
-
const searchGames = (query) => {
|
|
123
|
-
const lowerQuery = query.toLowerCase();
|
|
124
|
-
return exports.GAME_CATALOG.filter(game => game.name.toLowerCase().includes(lowerQuery) ||
|
|
125
|
-
game.id.toLowerCase().includes(lowerQuery));
|
|
126
|
-
};
|
|
127
|
-
exports.searchGames = searchGames;
|
|
128
|
-
//# sourceMappingURL=game-catalog.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"game-catalog.js","sourceRoot":"","sources":["../../src/constants/game-catalog.ts"],"names":[],"mappings":"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"}
|