asamap 1.0.4 → 1.0.5
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.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -16567,8 +16567,8 @@ const ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
16567
16567
|
default: Fa
|
|
16568
16568
|
}, Symbol.toStringTag, { value: "Module" })), v = /* @__PURE__ */ Object.assign({ "./chip/asa.js": Le, "./chip/common.js": Pa, "./chip/country.js": ja, "./chip/lang.js": La, "./chip/statusMap.js": Oa }), i = {};
|
|
16569
16569
|
for (const e in v) {
|
|
16570
|
-
const a =
|
|
16571
|
-
i[a
|
|
16570
|
+
const a = e.match(/chip\/(\S*).js/)[1];
|
|
16571
|
+
i[a] = v[e].default;
|
|
16572
16572
|
}
|
|
16573
16573
|
const Ha = (e) => {
|
|
16574
16574
|
if (!e)
|