diff --git a/map-sdk/basic-example/package.json b/map-sdk/basic-example/package.json index 9a731b6..e8d231c 100644 --- a/map-sdk/basic-example/package.json +++ b/map-sdk/basic-example/package.json @@ -10,7 +10,7 @@ "preview": "vite preview" }, "dependencies": { - "@unfolded/map-sdk": "^1.9.1", + "@unfolded/map-sdk": "1.10.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/map-sdk/basic-example/yarn.lock b/map-sdk/basic-example/yarn.lock index 2c2766a..0b8356c 100644 --- a/map-sdk/basic-example/yarn.lock +++ b/map-sdk/basic-example/yarn.lock @@ -807,14 +807,14 @@ __metadata: languageName: node linkType: hard -"@unfolded/map-sdk@npm:^1.9.1": - version: 1.9.1 - resolution: "@unfolded/map-sdk@npm:1.9.1" +"@unfolded/map-sdk@npm:1.10.1": + version: 1.10.1 + resolution: "@unfolded/map-sdk@npm:1.10.1" dependencies: "@types/geojson": "npm:^7946.0.10" csstype: "npm:^3.1.0" type-fest: "npm:^2.12.2" - checksum: 2952177c32b7a640316488c3eb015eae0830365c3573232ace1a448eda63052108221322cacebb64c6adbe3438a3f7d7277fc8dd1d38a0997311a0581583fe80 + checksum: 828035b97570f9da0f84caaa5500893d19474ac6a35eae807dab02c8c09cc40937b8ad7476ed73173d6ef6501ab5110d3b08ac3de0edabe275f02c72200a543c languageName: node linkType: hard @@ -1513,7 +1513,7 @@ __metadata: "@types/react-dom": "npm:^18.2.7" "@typescript-eslint/eslint-plugin": "npm:^6.2.1" "@typescript-eslint/parser": "npm:^6.2.1" - "@unfolded/map-sdk": "npm:^1.9.1" + "@unfolded/map-sdk": "npm:1.10.1" "@vitejs/plugin-react": "npm:^4.0.4" eslint: "npm:^8.46.0" eslint-plugin-react-hooks: "npm:^4.6.0" diff --git a/map-sdk/data-example/package.json b/map-sdk/data-example/package.json index 960beab..d999f98 100644 --- a/map-sdk/data-example/package.json +++ b/map-sdk/data-example/package.json @@ -10,7 +10,7 @@ "preview": "vite preview" }, "dependencies": { - "@unfolded/map-sdk": "^1.9.1", + "@unfolded/map-sdk": "^1.10.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/map-sdk/data-example/yarn.lock b/map-sdk/data-example/yarn.lock index cb05542..dec5cc6 100644 --- a/map-sdk/data-example/yarn.lock +++ b/map-sdk/data-example/yarn.lock @@ -815,14 +815,14 @@ __metadata: languageName: node linkType: hard -"@unfolded/map-sdk@npm:^1.9.1": - version: 1.9.1 - resolution: "@unfolded/map-sdk@npm:1.9.1" +"@unfolded/map-sdk@npm:^1.10.0": + version: 1.10.0 + resolution: "@unfolded/map-sdk@npm:1.10.0" dependencies: "@types/geojson": "npm:^7946.0.10" csstype: "npm:^3.1.0" type-fest: "npm:^2.12.2" - checksum: 2952177c32b7a640316488c3eb015eae0830365c3573232ace1a448eda63052108221322cacebb64c6adbe3438a3f7d7277fc8dd1d38a0997311a0581583fe80 + checksum: a8d802dcdbe51a47666767873afdde374107a29946f722fc21ed92636d752c44d93577a7c4f12a84666e4eaf6ed2f1250eb3aab953ebdaf769be496642f36303 languageName: node linkType: hard @@ -1182,7 +1182,7 @@ __metadata: "@types/react-dom": "npm:^18.2.7" "@typescript-eslint/eslint-plugin": "npm:^6.2.1" "@typescript-eslint/parser": "npm:^6.2.1" - "@unfolded/map-sdk": "npm:^1.9.1" + "@unfolded/map-sdk": "npm:^1.10.0" "@vitejs/plugin-react": "npm:^4.0.4" eslint: "npm:^8.46.0" eslint-plugin-react-hooks: "npm:^4.6.0" diff --git a/map-sdk/html-and-js-example/index.html b/map-sdk/html-and-js-example/index.html index 1c4e6f2..a2cacc9 100644 --- a/map-sdk/html-and-js-example/index.html +++ b/map-sdk/html-and-js-example/index.html @@ -26,7 +26,7 @@ import {createMap} from 'https://unpkg.com/@unfolded/map-sdk@latest/dist/index.js'; // we now can call functions as we would anywhere else - const map = createMap({ + const map = await createMap({ container: document.getElementById('map-container') });