@europeana/map 0.1.1-map.2 → 0.1.1
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/europeana-map.app.iife.js +1 -1
- package/dist/europeana-map.app.iife.js.map +1 -1
- package/dist/europeana-map.app.js +1 -1
- package/dist/europeana-map.app.js.map +1 -1
- package/dist/europeana-map.component.iife.js.map +1 -1
- package/dist/europeana-map.component.js.map +1 -1
- package/package.json +1 -1
|
@@ -40094,7 +40094,7 @@ class CI {
|
|
|
40094
40094
|
return this.#n;
|
|
40095
40095
|
}
|
|
40096
40096
|
set(e, t) {
|
|
40097
|
-
Object.hasOwn(this
|
|
40097
|
+
Object.hasOwn(this.#e, e) && (this.#e[e] = t);
|
|
40098
40098
|
}
|
|
40099
40099
|
}
|
|
40100
40100
|
export {
|