azure-maps-control 3.7.4 → 4.0.0-preview.2
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/atlas-core-bare-snr-min.js +1 -1
- package/dist/atlas-core-bare-snr.js +10 -6
- package/dist/atlas-core-bare.js +14752 -15951
- package/dist/atlas-core-bare.min.js +1 -1
- package/dist/atlas-core-snr.js +10 -6
- package/dist/atlas-core.js +14732 -15931
- package/dist/atlas-core.min.js +3 -3
- package/dist/atlas-esm.js +15160 -16072
- package/dist/atlas-esm.min.js +3 -3
- package/dist/atlas.js +15160 -16072
- package/dist/atlas.min.js +30 -30
- package/package.json +8 -6
- package/thirdpartynotices.txt +0 -0
- package/typings/index.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "azure-maps-control",
|
|
3
3
|
"author": "Microsoft Corporation",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "4.0.0-preview.2",
|
|
5
5
|
"description": "Map SDK for Azure Maps",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"azure",
|
|
@@ -34,15 +34,16 @@
|
|
|
34
34
|
"set-prod-env": "npm run updateEnvVariables -- --variablesJsonPath ./variables.json --appInsightsKey \"e96cb745-c6f5-409c-a775-c4313e468c1d\" --envDomain \"atlas.microsoft.com\" --staticAssetsEnvDomain \"atlas.microsoft.com\" --aadInstance \"https://login.microsoftonline.com/\" --styleDefinitionsVersion \"2023-01-01\""
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@azure/msal-browser": "^2.
|
|
37
|
+
"@azure/msal-browser": "^5.2.0",
|
|
38
38
|
"@mapbox/mapbox-gl-supported": "^2.0.1",
|
|
39
39
|
"@maplibre/maplibre-gl-style-spec": "^20.0.0",
|
|
40
40
|
"@types/geojson": "^7946.0.14"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
+
"@a11y-insights/playwright-checker": "^1.9.3",
|
|
43
44
|
"@mapbox/mapbox-gl-rtl-text": "^0.2.3",
|
|
44
45
|
"@microsoft/applicationinsights-web": "^3.3.0",
|
|
45
|
-
"@playwright/test": "
|
|
46
|
+
"@playwright/test": "1.55.1",
|
|
46
47
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
47
48
|
"@rollup/plugin-json": "^6.0.0",
|
|
48
49
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
@@ -61,7 +62,7 @@
|
|
|
61
62
|
"eslint-plugin-security": "^1.5.0",
|
|
62
63
|
"estree-walker": "^3.0.0",
|
|
63
64
|
"fs-extra": "^11.0.0",
|
|
64
|
-
"gl": "^
|
|
65
|
+
"gl": "^8.1.6",
|
|
65
66
|
"glob": "^10.0.0",
|
|
66
67
|
"grunt": "^1.6.1",
|
|
67
68
|
"jest": "^29.7.0",
|
|
@@ -70,7 +71,7 @@
|
|
|
70
71
|
"jwt-decode": "^3.0.0",
|
|
71
72
|
"less": "^4.2.0",
|
|
72
73
|
"less-plugin-clean-css": "^1.6.0",
|
|
73
|
-
"lodash": "4.
|
|
74
|
+
"lodash": "4.18.1",
|
|
74
75
|
"node-fetch": "^2.6.8",
|
|
75
76
|
"playwright-trx-reporter": "^1.0.6",
|
|
76
77
|
"puppeteer": "^22.14.0",
|
|
@@ -87,7 +88,8 @@
|
|
|
87
88
|
},
|
|
88
89
|
"overrides": {
|
|
89
90
|
"@babel/core": "7.26.7",
|
|
90
|
-
"rollup": "^3.28.0"
|
|
91
|
+
"rollup": "^3.28.0",
|
|
92
|
+
"serialize-javascript": "^7.0.3"
|
|
91
93
|
},
|
|
92
94
|
"license": "SEE LICENSE.TXT",
|
|
93
95
|
"files": [
|
package/thirdpartynotices.txt
CHANGED
|
Binary file
|
package/typings/index.d.ts
CHANGED
|
@@ -2805,7 +2805,7 @@ declare namespace atlas {
|
|
|
2805
2805
|
export function getDomain (): string;
|
|
2806
2806
|
/**
|
|
2807
2807
|
* Gets the default language that was provided.
|
|
2808
|
-
* If not previously set the default value is `"
|
|
2808
|
+
* If not previously set the default value is `"auto"`, which resolves to the browser's configured language.
|
|
2809
2809
|
*/
|
|
2810
2810
|
export function getLanguage (): string;
|
|
2811
2811
|
/**
|