unite-lib 1.3.1 → 1.3.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 +3 -3
- package/dist/i18n/index.cjs.map +1 -1
- package/dist/i18n/index.global.js +3 -3
- package/dist/i18n/index.global.js.map +1 -1
- package/dist/i18n/index.js +3 -3
- package/dist/i18n/index.js.map +1 -1
- package/dist/index.cjs +10 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.global.js +10 -3
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +10 -3
- package/dist/index.js.map +1 -1
- package/neutrals/natu.png +0 -0
- package/neutrals/salac.png +0 -0
- package/neutrals/sitrus.png +0 -0
- package/package.json +1 -1
package/dist/i18n/index.js
CHANGED
|
@@ -2377,7 +2377,7 @@ var maps = [
|
|
|
2377
2377
|
"2": "maps/map-groudon/map-groudon@2x.png",
|
|
2378
2378
|
"4": "maps/map-groudon/map-groudon@4x.png"
|
|
2379
2379
|
},
|
|
2380
|
-
description: "Map with Groudon
|
|
2380
|
+
description: "Map with Groudon"
|
|
2381
2381
|
},
|
|
2382
2382
|
{
|
|
2383
2383
|
id: "map-kyogre",
|
|
@@ -2388,7 +2388,7 @@ var maps = [
|
|
|
2388
2388
|
"2": "maps/map-kyogre/map-kyogre@2x.png",
|
|
2389
2389
|
"4": "maps/map-kyogre/map-kyogre@4x.png"
|
|
2390
2390
|
},
|
|
2391
|
-
description: "Map with Kyogre
|
|
2391
|
+
description: "Map with Kyogre"
|
|
2392
2392
|
},
|
|
2393
2393
|
{
|
|
2394
2394
|
id: "map-rayquaza",
|
|
@@ -2399,7 +2399,7 @@ var maps = [
|
|
|
2399
2399
|
"2": "maps/map-rayquaza/map-rayquaza@2x.png",
|
|
2400
2400
|
"4": "maps/map-rayquaza/map-rayquaza@4x.png"
|
|
2401
2401
|
},
|
|
2402
|
-
description: "Map with Rayquaza
|
|
2402
|
+
description: "Map with Rayquaza"
|
|
2403
2403
|
}
|
|
2404
2404
|
];
|
|
2405
2405
|
var maps_default = maps;
|