@mapsindoors/map-template 1.95.3 → 1.95.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/{GoogleMapsMap-Dkn60-_e.mjs → GoogleMapsMap-mNXwkS5r.mjs} +2 -2
- package/dist/GoogleMapsMap-mNXwkS5r.mjs.map +1 -0
- package/dist/{MapboxMap-B1oo7IUm.mjs → MapboxMap-JSpSXMbZ.mjs} +2 -2
- package/dist/MapboxMap-JSpSXMbZ.mjs.map +1 -0
- package/dist/favicon.png +0 -0
- package/dist/logo-192.png +0 -0
- package/dist/manifest.json +21 -0
- package/dist/mapsindoors-react.es.js +1 -1
- package/dist/mapsindoors-react.es.js.map +1 -0
- package/dist/mapsindoors-react.umd.js +1 -1
- package/dist/mapsindoors-react.umd.js.map +1 -0
- package/dist/mapsindoors-webcomponent.es.js +1 -1
- package/dist/mapsindoors-webcomponent.es.js.map +1 -0
- package/dist/{reactcomponent-2Oa1vSiK.mjs → reactcomponent-BrPGG2Eb.mjs} +3 -3
- package/dist/reactcomponent-BrPGG2Eb.mjs.map +1 -0
- package/dist/robots.txt +3 -0
- package/package.json +2 -4
|
@@ -32005,7 +32005,7 @@ function HR({ apiKey: a, gmApiKey: c, mapboxAccessToken: u, venue: _, locationId
|
|
|
32005
32005
|
if (window.mapsindoors !== void 0)
|
|
32006
32006
|
return _i();
|
|
32007
32007
|
const ys = document.createElement("script");
|
|
32008
|
-
ys.setAttribute("type", "text/javascript"), ys.setAttribute("src", "https://app.mapsindoors.com/mapsindoors/js/sdk/4.52.
|
|
32008
|
+
ys.setAttribute("type", "text/javascript"), ys.setAttribute("src", "https://app.mapsindoors.com/mapsindoors/js/sdk/4.52.2/mapsindoors-4.52.2.js.gz"), ys.setAttribute("integrity", "sha384-TWIYcrdh2EinyHvpkk8WCrvdz3G9c5NXZcRSdGcgrEQyyFY+uM3oPU9QPZtGaA9A"), ys.setAttribute("crossorigin", "anonymous"), document.body.appendChild(ys), ys.onload = () => {
|
|
32009
32009
|
_i();
|
|
32010
32010
|
};
|
|
32011
32011
|
});
|