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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -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 = v[e].default;
16571
- i[a.name] = 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)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "asamap",
3
3
  "packageManager": "yarn@4.4.1",
4
- "version": "1.0.4",
4
+ "version": "1.0.5",
5
5
  "author": "matt avis",
6
6
  "main": "./dist/index.mjs",
7
7
  "module": "./dist/index.mjs",