@pokepc/dataset 6.5.1 → 6.7.0-beta.1

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 (91) hide show
  1. package/build/{box-preset-sanitizer-GjGde3eW.mjs → box-preset-sanitizer-DHGv5TJj.mjs} +2 -2
  2. package/build/{box-preset-sanitizer-GjGde3eW.mjs.map → box-preset-sanitizer-DHGv5TJj.mjs.map} +1 -1
  3. package/build/box-preset-sanitizer-kg68JZPB.d.mts.map +1 -1
  4. package/build/{build-DeFbpXmN.mjs → build-DvGzwIK8.mjs} +74 -17
  5. package/build/build-DvGzwIK8.mjs.map +1 -0
  6. package/build/{build-DlK17pH-.mjs → build-bE_0_-0H.mjs} +16 -15
  7. package/build/build-bE_0_-0H.mjs.map +1 -0
  8. package/build/enums-CCbmORM6.d.mts.map +1 -1
  9. package/build/lib/box-preset-sanitizer.mjs +1 -1
  10. package/build/lib/box-preset-transform.d.mts +4 -6
  11. package/build/lib/box-preset-transform.d.mts.map +1 -1
  12. package/build/lib/box-preset-transform.mjs +2 -2
  13. package/build/lib/constants.d.mts +3 -4
  14. package/build/lib/constants.d.mts.map +1 -1
  15. package/build/lib/fs.d.mts +52 -53
  16. package/build/lib/fs.d.mts.map +1 -1
  17. package/build/lib/fs.mjs +3 -3
  18. package/build/lib/fs.mjs.map +1 -1
  19. package/build/lib/languages.d.mts +11 -12
  20. package/build/lib/languages.d.mts.map +1 -1
  21. package/build/lib/schemas.d.mts +1 -1
  22. package/build/lib/schemas.mjs +1 -1
  23. package/build/lib/search.d.mts +2 -3
  24. package/build/lib/search.d.mts.map +1 -1
  25. package/build/lib/search.mjs.map +1 -1
  26. package/build/lib/types.d.mts +34 -34
  27. package/build/lib/types.d.mts.map +1 -1
  28. package/build/lib/utils.d.mts +16 -17
  29. package/build/lib/utils.d.mts.map +1 -1
  30. package/build/lib/validators.d.mts +1 -1
  31. package/build/lib-next/_build.d.mts +1 -1
  32. package/build/lib-next/_build.mjs +2 -2
  33. package/build/lib-next/enums.d.mts +41 -42
  34. package/build/lib-next/enums.d.mts.map +1 -1
  35. package/build/lib-next/fs.d.mts +3 -4
  36. package/build/lib-next/fs.d.mts.map +1 -1
  37. package/build/lib-next/languages.d.mts +17 -18
  38. package/build/lib-next/languages.d.mts.map +1 -1
  39. package/build/lib-next/schemas.d.mts +230 -232
  40. package/build/lib-next/schemas.d.mts.map +1 -1
  41. package/build/lib-next/schemas.mjs +1 -1
  42. package/build/schemas-Bj1AIX0P.mjs +93 -0
  43. package/build/schemas-Bj1AIX0P.mjs.map +1 -0
  44. package/build/schemas-CcUqoHNr.mjs +349 -0
  45. package/build/schemas-CcUqoHNr.mjs.map +1 -0
  46. package/build/schemas-DZQWOWP4.d.mts +804 -0
  47. package/build/schemas-DZQWOWP4.d.mts.map +1 -0
  48. package/build/utils-BwovRocd.mjs.map +1 -1
  49. package/data/abilities.json +9 -0
  50. package/data/games/champions.json +5 -1
  51. package/data/games/pokopia-bubblybasin.json +42 -0
  52. package/data/games/pokopia.json +1 -1
  53. package/data/indices/games.json +1 -0
  54. package/data/indices/pokedexes.json +3 -1
  55. package/data/pokedexes/champions-regular-roster-m-b.json +3 -0
  56. package/data/pokedexes/champions-regular-roster-m-c.json +464 -0
  57. package/data/pokedexes/paldea-kitakami.json +0 -2
  58. package/data/pokedexes/pokopia-basin.json +63 -0
  59. package/data/pokedexes/pokopia-event.json +6 -2
  60. package/data/pokemon/absol-mega-z.json +1 -3
  61. package/data/pokemon/baxcalibur.json +1 -1
  62. package/data/pokemon/garchomp-mega-z.json +2 -2
  63. package/data/pokemon/golisopod.json +12 -1
  64. package/data/pokemon/lucario-mega-z.json +1 -3
  65. package/data/pokemon/pyroar-f.json +7 -2
  66. package/data/pokemon/pyroar.json +2 -1
  67. package/data/pokemon/rillaboom.json +1 -1
  68. package/data/pokemon/salamence.json +2 -1
  69. package/data-next/champions/abilities.json +10 -0
  70. package/data-next/champions/i18n/chs/abilities.json +7 -0
  71. package/data-next/champions/i18n/cht/abilities.json +7 -0
  72. package/data-next/champions/i18n/deu/abilities.json +7 -0
  73. package/data-next/champions/i18n/eng/abilities.json +7 -0
  74. package/data-next/champions/i18n/es-es/abilities.json +7 -0
  75. package/data-next/champions/i18n/es-la/abilities.json +7 -0
  76. package/data-next/champions/i18n/fra/abilities.json +7 -0
  77. package/data-next/champions/i18n/ita/abilities.json +7 -0
  78. package/data-next/champions/i18n/jpn/abilities.json +7 -0
  79. package/data-next/champions/i18n/kor/abilities.json +7 -0
  80. package/data-next/champions/i18n/pt-br/abilities.json +7 -0
  81. package/data-next/champions/items.json +34 -0
  82. package/data-next/champions/moves.json +1 -0
  83. package/package.json +10 -10
  84. package/build/build-DeFbpXmN.mjs.map +0 -1
  85. package/build/build-DlK17pH-.mjs.map +0 -1
  86. package/build/schemas-B4fI9u0f.mjs +0 -93
  87. package/build/schemas-B4fI9u0f.mjs.map +0 -1
  88. package/build/schemas-BCuqOH_X.d.mts +0 -805
  89. package/build/schemas-BCuqOH_X.d.mts.map +0 -1
  90. package/build/schemas-Dt7FbAMy.mjs +0 -349
  91. package/build/schemas-Dt7FbAMy.mjs.map +0 -1
@@ -34,7 +34,18 @@
34
34
  "debutIn": "sm",
35
35
  "obtainableIn": ["go", "sm-s", "sm-m", "usum-us", "usum-um", "swsh-sw", "swsh-sh", "lza"],
36
36
  "eventOnlyIn": [],
37
- "storableIn": ["go", "sm-s", "sm-m", "usum-us", "usum-um", "swsh-sw", "swsh-sh", "home", "lza"],
37
+ "storableIn": [
38
+ "go",
39
+ "sm-s",
40
+ "sm-m",
41
+ "usum-us",
42
+ "usum-um",
43
+ "swsh-sw",
44
+ "swsh-sh",
45
+ "home",
46
+ "lza",
47
+ "champions"
48
+ ],
38
49
  "shinyReleased": true,
39
50
  "baseHp": 75,
40
51
  "baseAtk": 125,
@@ -8,9 +8,7 @@
8
8
  "type1": "fighting",
9
9
  "type2": "steel",
10
10
  "color": "blue",
11
- "ability1": "steadfast",
12
- "ability2": "innerfocus",
13
- "abilityHidden": "justified",
11
+ "ability1": "auraguard",
14
12
  "isPrerelease": false,
15
13
  "isDefault": false,
16
14
  "isForm": true,
@@ -50,7 +50,8 @@
50
50
  "home",
51
51
  "sv-s",
52
52
  "sv-v",
53
- "lza"
53
+ "lza",
54
+ "champions"
54
55
  ],
55
56
  "shinyReleased": true,
56
57
  "baseHp": 86,
@@ -78,7 +79,11 @@
78
79
  },
79
80
  "evolvesFrom": "litleo",
80
81
  "evoFromLevel": 35,
81
- "names": { "eng": "Pyroar (Female)", "fra": "Némélios (Female)", "deu": "Pyroleo (Female)" },
82
+ "names": {
83
+ "eng": "Pyroar (Female)",
84
+ "fra": "Némélios (Female)",
85
+ "deu": "Pyroleo (Female)"
86
+ },
82
87
  "genus": {
83
88
  "eng": "Royal Pokémon",
84
89
  "esp": "Pokémon Regio",
@@ -49,7 +49,8 @@
49
49
  "home",
50
50
  "sv-s",
51
51
  "sv-v",
52
- "lza"
52
+ "lza",
53
+ "champions"
53
54
  ],
54
55
  "shinyReleased": true,
55
56
  "baseHp": 86,
@@ -34,7 +34,7 @@
34
34
  "debutIn": "swsh",
35
35
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "sv-s", "sv-v"],
36
36
  "eventOnlyIn": [],
37
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v"],
37
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "champions"],
38
38
  "shinyReleased": true,
39
39
  "baseHp": 100,
40
40
  "baseAtk": 125,
@@ -96,7 +96,8 @@
96
96
  "bdsp-sp",
97
97
  "sv-s",
98
98
  "sv-v",
99
- "lza"
99
+ "lza",
100
+ "champions"
100
101
  ],
101
102
  "shinyReleased": true,
102
103
  "baseHp": 95,
@@ -1586,6 +1586,7 @@
1586
1586
  {
1587
1587
  "id": "eelevate",
1588
1588
  "championsId": "313",
1589
+ "pokeApiId": 312,
1589
1590
  "slug": "eelevate",
1590
1591
  "name": "Eelevate",
1591
1592
  "description": "The Pokémon floats off the ground, making it immune to\nGround-type moves, as well as the Spikes, Toxic Spikes,\nand Sticky Web statuses. When the Pokémon knocks out a\ntarget with an attack, its highest stat is boosted by 1 stage."
@@ -1601,6 +1602,7 @@
1601
1602
  {
1602
1603
  "id": "firemane",
1603
1604
  "championsId": "316",
1605
+ "pokeApiId": 313,
1604
1606
  "slug": "fire-mane",
1605
1607
  "name": "Fire Mane",
1606
1608
  "description": "Boosts the power of the Pokémon's Fire-type moves by 50%."
@@ -1612,5 +1614,13 @@
1612
1614
  "slug": "spicy-spray",
1613
1615
  "name": "Spicy Spray",
1614
1616
  "description": "When the Pokémon takes damage from a move, it burns\nthe attacker."
1617
+ },
1618
+ {
1619
+ "id": "auraguard",
1620
+ "championsId": "preliminary-auraguard",
1621
+ "pokeApiId": 314,
1622
+ "slug": "aura-guard",
1623
+ "name": "Aura Guard",
1624
+ "description": "Halves the damage the Pokémon takes from contact moves."
1615
1625
  }
1616
1626
  ]
@@ -1412,5 +1412,12 @@
1412
1412
  "slugLoc": "la-jiao-pen-fa",
1413
1413
  "name": "辣椒喷发",
1414
1414
  "description": "受到招式的伤害时,\n会让对手陷入灼伤状态。"
1415
+ },
1416
+ {
1417
+ "id": "auraguard",
1418
+ "slug": "aura-guard",
1419
+ "slugLoc": "aura-guard",
1420
+ "name": "Aura Guard",
1421
+ "description": "因接触类招式而受到的伤害会减半。"
1415
1422
  }
1416
1423
  ]
@@ -1412,5 +1412,12 @@
1412
1412
  "slugLoc": "la-jiao-pen-fa",
1413
1413
  "name": "辣椒噴發",
1414
1414
  "description": "受到招式傷害時,\n會讓對手變為灼傷狀態。"
1415
+ },
1416
+ {
1417
+ "id": "auraguard",
1418
+ "slug": "aura-guard",
1419
+ "slugLoc": "aura-guard",
1420
+ "name": "Aura Guard",
1421
+ "description": "因接觸類招式而受到的傷害會減半。"
1415
1422
  }
1416
1423
  ]
@@ -1412,5 +1412,12 @@
1412
1412
  "slugLoc": "chilispritzer",
1413
1413
  "name": "Chilispritzer",
1414
1414
  "description": "Erleidet das Pokémon durch eine Attacke Schaden,\nerleidet der Angreifer Verbrennungen."
1415
+ },
1416
+ {
1417
+ "id": "auraguard",
1418
+ "slug": "aura-guard",
1419
+ "slugLoc": "aura-guard",
1420
+ "name": "Aura Guard",
1421
+ "description": "Der Schaden, den das Pokémon durch Kontaktattacken erleidet, wird halbiert."
1415
1422
  }
1416
1423
  ]
@@ -1412,5 +1412,12 @@
1412
1412
  "slugLoc": "spicy-spray",
1413
1413
  "name": "Spicy Spray",
1414
1414
  "description": "When the Pokémon takes damage from a move, it burns\nthe attacker."
1415
+ },
1416
+ {
1417
+ "id": "auraguard",
1418
+ "slug": "aura-guard",
1419
+ "slugLoc": "aura-guard",
1420
+ "name": "Aura Guard",
1421
+ "description": "Halves the damage the Pokémon takes from contact moves."
1415
1422
  }
1416
1423
  ]
@@ -1412,5 +1412,12 @@
1412
1412
  "slugLoc": "salpicante",
1413
1413
  "name": "Salpicante",
1414
1414
  "description": "Si el Pokémon recibe daño de un movimiento, quema al\natacante."
1415
+ },
1416
+ {
1417
+ "id": "auraguard",
1418
+ "slug": "aura-guard",
1419
+ "slugLoc": "aura-guard",
1420
+ "name": "Aura Guard",
1421
+ "description": "Reduce a la mitad el daño recibido por los movimientos de contacto."
1415
1422
  }
1416
1423
  ]
@@ -1412,5 +1412,12 @@
1412
1412
  "slugLoc": "salpicante",
1413
1413
  "name": "Salpicante",
1414
1414
  "description": "Si el Pokémon recibe daño de un movimiento, quema al\natacante."
1415
+ },
1416
+ {
1417
+ "id": "auraguard",
1418
+ "slug": "aura-guard",
1419
+ "slugLoc": "aura-guard",
1420
+ "name": "Aura Guard",
1421
+ "description": "Reduce un 50% el daño recibido por los movimientos de contacto."
1415
1422
  }
1416
1423
  ]
@@ -1412,5 +1412,12 @@
1412
1412
  "slugLoc": "habaneruption",
1413
1413
  "name": "Habanéruption",
1414
1414
  "description": "Quand le Pokémon subit des dégâts d'une capacité,\nil brûle l'adversaire."
1415
+ },
1416
+ {
1417
+ "id": "auraguard",
1418
+ "slug": "aura-guard",
1419
+ "slugLoc": "aura-guard",
1420
+ "name": "Aura Guard",
1421
+ "description": "Les dégâts des capacités à contact subis par le Pokémon sont réduits de moitié."
1415
1422
  }
1416
1423
  ]
@@ -1412,5 +1412,12 @@
1412
1412
  "slugLoc": "spargipiccante",
1413
1413
  "name": "Spargipiccante",
1414
1414
  "description": "Causa lo stato Scottatura a chi sferra una mossa che infligge\ndanni contro il Pokémon."
1415
+ },
1416
+ {
1417
+ "id": "auraguard",
1418
+ "slug": "aura-guard",
1419
+ "slugLoc": "aura-guard",
1420
+ "name": "Aura Guard",
1421
+ "description": "Dimezza i danni subiti dalle mosse da contatto."
1415
1422
  }
1416
1423
  ]
@@ -1412,5 +1412,12 @@
1412
1412
  "slugLoc": "tobidasuhabanero",
1413
1413
  "name": "とびだすハバネロ",
1414
1414
  "description": "技のダメージを受けると\n相手をやけど状態にする。"
1415
+ },
1416
+ {
1417
+ "id": "auraguard",
1418
+ "slug": "aura-guard",
1419
+ "slugLoc": "aura-guard",
1420
+ "name": "Aura Guard",
1421
+ "description": "接触技で受けるダメージが半減する。"
1415
1422
  }
1416
1423
  ]
@@ -1412,5 +1412,12 @@
1412
1412
  "slugLoc": "habanerobuncul",
1413
1413
  "name": "하바네로분출",
1414
1414
  "description": "기술로 데미지를 입으면\n상대를 화상 상태로 만든다."
1415
+ },
1416
+ {
1417
+ "id": "auraguard",
1418
+ "slug": "aura-guard",
1419
+ "slugLoc": "aura-guard",
1420
+ "name": "Aura Guard",
1421
+ "description": "접촉 기술로 입는 데미지가 반감된다."
1415
1422
  }
1416
1423
  ]
@@ -1412,5 +1412,12 @@
1412
1412
  "slugLoc": "spicy-spray",
1413
1413
  "name": "Spicy Spray",
1414
1414
  "description": "When the Pokémon takes damage from a move, it burns\nthe attacker."
1415
+ },
1416
+ {
1417
+ "id": "auraguard",
1418
+ "slug": "aura-guard",
1419
+ "slugLoc": "aura-guard",
1420
+ "name": "Aura Guard",
1421
+ "description": "Halves the damage the Pokémon takes from contact moves."
1415
1422
  }
1416
1423
  ]
@@ -1142,6 +1142,7 @@
1142
1142
  {
1143
1143
  "id": "clefablite",
1144
1144
  "championsId": "2559",
1145
+ "pokeApiId": 2233,
1145
1146
  "slug": "clefablite",
1146
1147
  "name": "Clefablite",
1147
1148
  "description": "A held item that allows Clefable to Mega Evolve.",
@@ -1151,6 +1152,7 @@
1151
1152
  {
1152
1153
  "id": "victreebelite",
1153
1154
  "championsId": "2560",
1155
+ "pokeApiId": 2234,
1154
1156
  "slug": "victreebelite",
1155
1157
  "name": "Victreebelite",
1156
1158
  "description": "A held item that allows Victreebel to Mega Evolve.",
@@ -1160,6 +1162,7 @@
1160
1162
  {
1161
1163
  "id": "starminite",
1162
1164
  "championsId": "2561",
1165
+ "pokeApiId": 2235,
1163
1166
  "slug": "starminite",
1164
1167
  "name": "Starminite",
1165
1168
  "description": "A held item that allows Starmie to Mega Evolve.",
@@ -1169,6 +1172,7 @@
1169
1172
  {
1170
1173
  "id": "dragoninite",
1171
1174
  "championsId": "2562",
1175
+ "pokeApiId": 2236,
1172
1176
  "slug": "dragoninite",
1173
1177
  "name": "Dragoninite",
1174
1178
  "description": "A held item that allows Dragonite to Mega Evolve.",
@@ -1178,6 +1182,7 @@
1178
1182
  {
1179
1183
  "id": "meganiumite",
1180
1184
  "championsId": "2563",
1185
+ "pokeApiId": 2237,
1181
1186
  "slug": "meganiumite",
1182
1187
  "name": "Meganiumite",
1183
1188
  "description": "A held item that allows Meganium to Mega Evolve.",
@@ -1187,6 +1192,7 @@
1187
1192
  {
1188
1193
  "id": "feraligite",
1189
1194
  "championsId": "2564",
1195
+ "pokeApiId": 2238,
1190
1196
  "slug": "feraligite",
1191
1197
  "name": "Feraligite",
1192
1198
  "description": "A held item that allows Feraligatr to Mega Evolve.",
@@ -1196,6 +1202,7 @@
1196
1202
  {
1197
1203
  "id": "skarmorite",
1198
1204
  "championsId": "2565",
1205
+ "pokeApiId": 2239,
1199
1206
  "slug": "skarmorite",
1200
1207
  "name": "Skarmorite",
1201
1208
  "description": "A held item that allows Skarmory to Mega Evolve.",
@@ -1205,6 +1212,7 @@
1205
1212
  {
1206
1213
  "id": "froslassite",
1207
1214
  "championsId": "2566",
1215
+ "pokeApiId": 2240,
1208
1216
  "slug": "froslassite",
1209
1217
  "name": "Froslassite",
1210
1218
  "description": "A held item that allows Froslass to Mega Evolve.",
@@ -1214,6 +1222,7 @@
1214
1222
  {
1215
1223
  "id": "emboarite",
1216
1224
  "championsId": "2569",
1225
+ "pokeApiId": 2243,
1217
1226
  "slug": "emboarite",
1218
1227
  "name": "Emboarite",
1219
1228
  "description": "A held item that allows Emboar to Mega Evolve.",
@@ -1223,6 +1232,7 @@
1223
1232
  {
1224
1233
  "id": "excadrite",
1225
1234
  "championsId": "2570",
1235
+ "pokeApiId": 2244,
1226
1236
  "slug": "excadrite",
1227
1237
  "name": "Excadrite",
1228
1238
  "description": "A held item that allows Excadrill to Mega Evolve.",
@@ -1232,6 +1242,7 @@
1232
1242
  {
1233
1243
  "id": "scolipite",
1234
1244
  "championsId": "2571",
1245
+ "pokeApiId": 2245,
1235
1246
  "slug": "scolipite",
1236
1247
  "name": "Scolipite",
1237
1248
  "description": "A held item that allows Scolipede to Mega Evolve.",
@@ -1241,6 +1252,7 @@
1241
1252
  {
1242
1253
  "id": "scraftinite",
1243
1254
  "championsId": "2572",
1255
+ "pokeApiId": 2246,
1244
1256
  "slug": "scraftinite",
1245
1257
  "name": "Scraftinite",
1246
1258
  "description": "A held item that allows Scrafty to Mega Evolve.",
@@ -1250,6 +1262,7 @@
1250
1262
  {
1251
1263
  "id": "eelektrossite",
1252
1264
  "championsId": "2573",
1265
+ "pokeApiId": 2247,
1253
1266
  "slug": "eelektrossite",
1254
1267
  "name": "Eelektrossite",
1255
1268
  "description": "A held item that allows Eelektross to Mega Evolve.",
@@ -1259,6 +1272,7 @@
1259
1272
  {
1260
1273
  "id": "chandelurite",
1261
1274
  "championsId": "2574",
1275
+ "pokeApiId": 2248,
1262
1276
  "slug": "chandelurite",
1263
1277
  "name": "Chandelurite",
1264
1278
  "description": "A held item that allows Chandelure to Mega Evolve.",
@@ -1268,6 +1282,7 @@
1268
1282
  {
1269
1283
  "id": "chesnaughtite",
1270
1284
  "championsId": "2575",
1285
+ "pokeApiId": 2249,
1271
1286
  "slug": "chesnaughtite",
1272
1287
  "name": "Chesnaughtite",
1273
1288
  "description": "A held item that allows Chesnaught to Mega Evolve.",
@@ -1277,6 +1292,7 @@
1277
1292
  {
1278
1293
  "id": "delphoxite",
1279
1294
  "championsId": "2576",
1295
+ "pokeApiId": 2250,
1280
1296
  "slug": "delphoxite",
1281
1297
  "name": "Delphoxite",
1282
1298
  "description": "A held item that allows Delphox to Mega Evolve.",
@@ -1286,6 +1302,7 @@
1286
1302
  {
1287
1303
  "id": "greninjite",
1288
1304
  "championsId": "2577",
1305
+ "pokeApiId": 2251,
1289
1306
  "slug": "greninjite",
1290
1307
  "name": "Greninjite",
1291
1308
  "description": "A held item that allows Greninja to Mega Evolve.",
@@ -1295,6 +1312,7 @@
1295
1312
  {
1296
1313
  "id": "pyroarite",
1297
1314
  "championsId": "2578",
1315
+ "pokeApiId": 2252,
1298
1316
  "slug": "pyroarite",
1299
1317
  "name": "Pyroarite",
1300
1318
  "description": "A held item that allows Pyroar to Mega Evolve.",
@@ -1304,6 +1322,7 @@
1304
1322
  {
1305
1323
  "id": "floettite",
1306
1324
  "championsId": "2579",
1325
+ "pokeApiId": 2253,
1307
1326
  "slug": "floettite",
1308
1327
  "name": "Floettite",
1309
1328
  "description": "A held item that allows Eternal Flower Floette to\nMega Evolve.",
@@ -1313,6 +1332,7 @@
1313
1332
  {
1314
1333
  "id": "malamarite",
1315
1334
  "championsId": "2580",
1335
+ "pokeApiId": 2254,
1316
1336
  "slug": "malamarite",
1317
1337
  "name": "Malamarite",
1318
1338
  "description": "A held item that allows Malamar to Mega Evolve.",
@@ -1322,6 +1342,7 @@
1322
1342
  {
1323
1343
  "id": "barbaracite",
1324
1344
  "championsId": "2581",
1345
+ "pokeApiId": 2255,
1325
1346
  "slug": "barbaracite",
1326
1347
  "name": "Barbaracite",
1327
1348
  "description": "A held item that allows Barbaracle to Mega Evolve.",
@@ -1331,6 +1352,7 @@
1331
1352
  {
1332
1353
  "id": "dragalgite",
1333
1354
  "championsId": "2582",
1355
+ "pokeApiId": 2256,
1334
1356
  "slug": "dragalgite",
1335
1357
  "name": "Dragalgite",
1336
1358
  "description": "A held item that allows Dragalge to Mega Evolve.",
@@ -1340,6 +1362,7 @@
1340
1362
  {
1341
1363
  "id": "hawluchanite",
1342
1364
  "championsId": "2583",
1365
+ "pokeApiId": 2257,
1343
1366
  "slug": "hawluchanite",
1344
1367
  "name": "Hawluchanite",
1345
1368
  "description": "A held item that allows Hawlucha to Mega Evolve.",
@@ -1349,6 +1372,7 @@
1349
1372
  {
1350
1373
  "id": "drampanite",
1351
1374
  "championsId": "2585",
1375
+ "pokeApiId": 2259,
1352
1376
  "slug": "drampanite",
1353
1377
  "name": "Drampanite",
1354
1378
  "description": "A held item that allows Drampa to Mega Evolve.",
@@ -1358,6 +1382,7 @@
1358
1382
  {
1359
1383
  "id": "falinksite",
1360
1384
  "championsId": "2587",
1385
+ "pokeApiId": 2261,
1361
1386
  "slug": "falinksite",
1362
1387
  "name": "Falinksite",
1363
1388
  "description": "A held item that allows Falinks to Mega Evolve.",
@@ -1367,6 +1392,7 @@
1367
1392
  {
1368
1393
  "id": "raichunitex",
1369
1394
  "championsId": "2635",
1395
+ "pokeApiId": 2262,
1370
1396
  "slug": "raichunite-x",
1371
1397
  "name": "Raichunite X",
1372
1398
  "description": "A held item that allows Raichu to Mega Evolve into\nMega Raichu X. It has no effect on Alolan Raichu.",
@@ -1376,6 +1402,7 @@
1376
1402
  {
1377
1403
  "id": "raichunitey",
1378
1404
  "championsId": "2636",
1405
+ "pokeApiId": 2263,
1379
1406
  "slug": "raichunite-y",
1380
1407
  "name": "Raichunite Y",
1381
1408
  "description": "A held item that allows Raichu to Mega Evolve into\nMega Raichu Y. It has no effect on Alolan Raichu.",
@@ -1385,6 +1412,7 @@
1385
1412
  {
1386
1413
  "id": "chimechite",
1387
1414
  "championsId": "2637",
1415
+ "pokeApiId": 2264,
1388
1416
  "slug": "chimechite",
1389
1417
  "name": "Chimechite",
1390
1418
  "description": "A held item that allows Chimecho to Mega Evolve.",
@@ -1394,6 +1422,7 @@
1394
1422
  {
1395
1423
  "id": "staraptite",
1396
1424
  "championsId": "2639",
1425
+ "pokeApiId": 2266,
1397
1426
  "slug": "staraptite",
1398
1427
  "name": "Staraptite",
1399
1428
  "description": "A held item that allows Staraptor to Mega Evolve.",
@@ -1403,6 +1432,7 @@
1403
1432
  {
1404
1433
  "id": "golurkite",
1405
1434
  "championsId": "2642",
1435
+ "pokeApiId": 2269,
1406
1436
  "slug": "golurkite",
1407
1437
  "name": "Golurkite",
1408
1438
  "description": "A held item that allows Golurk to Mega Evolve.",
@@ -1412,6 +1442,7 @@
1412
1442
  {
1413
1443
  "id": "meowsticite",
1414
1444
  "championsId": "2643",
1445
+ "pokeApiId": 2270,
1415
1446
  "slug": "meowsticite",
1416
1447
  "name": "Meowsticite",
1417
1448
  "description": "A held item that allows Meowstic to Mega Evolve.",
@@ -1421,6 +1452,7 @@
1421
1452
  {
1422
1453
  "id": "crabominite",
1423
1454
  "championsId": "2644",
1455
+ "pokeApiId": 2271,
1424
1456
  "slug": "crabominite",
1425
1457
  "name": "Crabominite",
1426
1458
  "description": "A held item that allows Crabominable to Mega Evolve.",
@@ -1430,6 +1462,7 @@
1430
1462
  {
1431
1463
  "id": "scovillainite",
1432
1464
  "championsId": "2647",
1465
+ "pokeApiId": 2274,
1433
1466
  "slug": "scovillainite",
1434
1467
  "name": "Scovillainite",
1435
1468
  "description": "A held item that allows Scovillain to Mega Evolve.",
@@ -1439,6 +1472,7 @@
1439
1472
  {
1440
1473
  "id": "glimmoranite",
1441
1474
  "championsId": "2650",
1475
+ "pokeApiId": 2277,
1442
1476
  "slug": "glimmoranite",
1443
1477
  "name": "Glimmoranite",
1444
1478
  "description": "A held item that allows Glimmora to Mega Evolve.",
@@ -15014,6 +15014,7 @@
15014
15014
  {
15015
15015
  "id": "nihillight",
15016
15016
  "championsId": "920",
15017
+ "pokeApiId": null,
15017
15018
  "slug": "nihil-light",
15018
15019
  "name": "Nihil Light",
15019
15020
  "description": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pokepc/dataset",
3
- "version": "6.5.1",
3
+ "version": "6.7.0-beta.1",
4
4
  "homepage": "https://pokepc.github.io/dataset",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -34,19 +34,19 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "yolodb": "^1.2.0",
37
- "zod": "^4.4.3"
37
+ "zod": "^4.5.4"
38
38
  },
39
39
  "devDependencies": {
40
- "@types/bun": "^1.3.14",
41
- "@types/node": "^25.9.3",
42
- "openai": "^6.42.0",
43
- "oxfmt": "^0.55.0",
44
- "publint": "^0.3.21",
40
+ "@types/bun": "^1.4.1",
41
+ "@types/node": "^26.4.1",
42
+ "openai": "^7.10.0",
43
+ "oxfmt": "^0.66.0",
44
+ "publint": "^0.3.24",
45
45
  "transliteration": "^2.6.1",
46
- "tsdown": "^0.22.3",
46
+ "tsdown": "^0.23.0",
47
47
  "typescript": "^6.0.3",
48
- "vitest": "^4.1.9",
49
- "zod-openapi": "^6.0.0"
48
+ "vitest": "^5.0.0",
49
+ "zod-openapi": "^6.0.2"
50
50
  },
51
51
  "scripts": {
52
52
  "dev": "node src/openapi/dev.ts",