Skip to content

Commit

Permalink
[chore] Bump Map SDK to 1.10.1 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
abstractalgo authored Sep 22, 2023
1 parent b5e1c9b commit 303e90a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion map-sdk/basic-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
10 changes: 5 additions & 5 deletions map-sdk/basic-example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion map-sdk/data-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
10 changes: 5 additions & 5 deletions map-sdk/data-example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion map-sdk/html-and-js-example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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')
});
</script>
Expand Down

0 comments on commit 303e90a

Please sign in to comment.