Skip to content

Commit

Permalink
chore: Update to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeaceachir142 committed Nov 26, 2024
1 parent 6463cf8 commit b149728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/map-template/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Upgrade SDK version to v4.37.0.
- Upgrade SDK version to v4.37.1.

## [1.58.0] - 2024-10-28

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ function MapTemplate({ apiKey, gmApiKey, mapboxAccessToken, venue, locationId, p

const miSdkApiTag = document.createElement('script');
miSdkApiTag.setAttribute('type', 'text/javascript');
miSdkApiTag.setAttribute('src', 'https://app.mapsindoors.com/mapsindoors/js/sdk/4.37.0/mapsindoors-4.37.0.js.gz');
miSdkApiTag.setAttribute('integrity', 'sha384-YToxFQP0mxSe8mF3Qm0Nvfu9eZ11Ky9MHCbOhrYgX5/9aoCUteGbUIE/IO1Uot/P');
miSdkApiTag.setAttribute('src', 'https://app.mapsindoors.com/mapsindoors/js/sdk/4.37.1/mapsindoors-4.37.1.js.gz');
miSdkApiTag.setAttribute('integrity', 'sha384-wKFOAAB0ZnooQtWKlsw5eY63LFekFS3wI2WRzwTaYUIewjw4Y6mJGo792CqRzbIh');
miSdkApiTag.setAttribute('crossorigin', 'anonymous');
document.body.appendChild(miSdkApiTag);
miSdkApiTag.onload = () => {
Expand Down

0 comments on commit b149728

Please sign in to comment.