asamap 1.0.7 → 1.0.8

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 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1286,7 +1286,8 @@ const De = { base8: k, base8Obj: G, all: D, allObj: I }, Ie = /* @__PURE__ */ Ob
1286
1286
  align: "right",
1287
1287
  value: "viewReDownloads",
1288
1288
  formatter: (e) => e.viewReDownloadsFormat || 0
1289
- }
1289
+ },
1290
+ ...i
1290
1291
  ], Be = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1291
1292
  __proto__: null,
1292
1293
  default: Re
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.7",
4
+ "version": "1.0.8",
5
5
  "author": "matt avis",
6
6
  "main": "./dist/index.mjs",
7
7
  "module": "./dist/index.mjs",