unite-lib 1.4.2 → 1.4.3
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/i18n/index.cjs +2 -1
- package/dist/i18n/index.cjs.map +1 -1
- package/dist/i18n/index.global.js +2 -1
- package/dist/i18n/index.global.js.map +1 -1
- package/dist/i18n/index.js +2 -1
- package/dist/i18n/index.js.map +1 -1
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.global.js +2 -1
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1859,7 +1859,8 @@ var pokemons = [
|
|
|
1859
1859
|
"complete": "pokemons/stat-dhelmise.png",
|
|
1860
1860
|
"move_s11": "moves/dhelmise_s11.png",
|
|
1861
1861
|
"move_s12": "moves/dhelmise_s12.png",
|
|
1862
|
-
"move_s21": "moves/dhelmise_s21.png"
|
|
1862
|
+
"move_s21": "moves/dhelmise_s21.png",
|
|
1863
|
+
"move_s22": "moves/dhelmise_s22.png"
|
|
1863
1864
|
},
|
|
1864
1865
|
"active": true,
|
|
1865
1866
|
"battleType": BattleType.ALLROUNDER,
|