koin.js 1.2.0 → 1.2.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.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/systems.js +2 -2
- package/dist/systems.js.map +1 -1
- package/dist/systems.mjs +2 -2
- package/dist/systems.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7076,7 +7076,7 @@ var SYSTEMS = [
|
|
|
7076
7076
|
extensions: [".ngc"],
|
|
7077
7077
|
core: "mednafen_ngp",
|
|
7078
7078
|
dbNames: ["SNK Neo Geo Pocket Color"],
|
|
7079
|
-
iconName: "
|
|
7079
|
+
iconName: "NEOGEO_POCKET_COLOR",
|
|
7080
7080
|
color: "group-hover:text-[#AD1457]",
|
|
7081
7081
|
accentHex: "#AD1457",
|
|
7082
7082
|
// NGPC Pink
|
|
@@ -7171,7 +7171,7 @@ var SYSTEMS = [
|
|
|
7171
7171
|
extensions: [".wsc"],
|
|
7172
7172
|
core: "mednafen_wswan",
|
|
7173
7173
|
dbNames: ["Bandai WonderSwan Color"],
|
|
7174
|
-
iconName: "
|
|
7174
|
+
iconName: "WONDERSWAN_COLOR",
|
|
7175
7175
|
color: "group-hover:text-[#009688]",
|
|
7176
7176
|
accentHex: "#009688",
|
|
7177
7177
|
// WSC Teal
|