Skip to content

Commit ad7b87f

Browse files
Merge pull request #151 from yulinscottkang/release
chore: bump version to 0.4.6
2 parents 4f75def + 81605ff commit ad7b87f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-azure-maps",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "React Wrapper for Azure Maps",
55
"keywords": [
66
"react",

preview/react-preview.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import React from 'react'
22
import { createRoot } from 'react-dom/client'
3-
import { AzureMap, AzureMapsProvider } from '../dist/react-azure-maps.es5'
3+
import { AzureMap, AzureMapsProvider, AuthenticationType } from '../dist/react-azure-maps.es5'
44

55
const option = {
66
authOptions: {
7-
authType: 'subscriptionKey',
7+
authType: AuthenticationType.subscriptionKey,
88
subscriptionKey: ''
99
}
1010
}

0 commit comments

Comments
 (0)