azure-maps-control 3.0.0-preview.9 → 3.0.0
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/ReadMe.md +3 -3
- package/dist/atlas-core-bare-snr-min.js +1 -1
- package/dist/atlas-core-bare-snr.js +2337 -1616
- package/dist/atlas-core-bare.js +5368 -4629
- package/dist/atlas-core-bare.min.js +1 -1
- package/dist/atlas-core-snr.js +51664 -50918
- package/dist/atlas-core.js +69969 -69205
- package/dist/atlas-core.min.js +3 -3
- package/dist/atlas-internal.min.js +1 -1
- package/dist/atlas.js +85213 -76764
- package/dist/atlas.min.js +3 -3
- package/package.json +33 -29
- package/thirdpartynotices.txt +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "azure-maps-control",
|
|
3
3
|
"author": "Microsoft Corporation",
|
|
4
|
-
"version": "3.0.0
|
|
4
|
+
"version": "3.0.0",
|
|
5
5
|
"description": "Map SDK for Azure Maps",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"azure",
|
|
@@ -28,9 +28,10 @@
|
|
|
28
28
|
"lint": "eslint --ext .ts,.js --ignore-path .gitignore src/",
|
|
29
29
|
"lint-fix": "eslint --fix --ext .ts,.js --ignore-path .gitignore src/",
|
|
30
30
|
"updateEnvVariables": "node ./bin/updateEnvVariables.js",
|
|
31
|
-
"updateExampleKeys": "node ./bin/updateExampleKeys.js",
|
|
32
31
|
"updateTestSecrets": "node ./bin/updateTestSecrets.js",
|
|
33
|
-
"updatePackageVersionForTests": "node ./bin/updatePackageVersionForTests.js"
|
|
32
|
+
"updatePackageVersionForTests": "node ./bin/updatePackageVersionForTests.js",
|
|
33
|
+
"set-test-env": "npm run updateEnvVariables -- --variablesJsonPath ./variables.json --appInsightsKey \"8cb5d35d-e977-478d-9264-2cd3f3dbe606\" --envDomain \"t-azmaps.azurelbs.com\" --staticAssetsEnvDomain \"t-azmaps.azurelbs.com\" --aadInstance \"https://login.windows-ppe.net/\" --styleDefinitionsVersion \"2023-01-01\"",
|
|
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\""
|
|
34
35
|
},
|
|
35
36
|
"dependencies": {
|
|
36
37
|
"@azure/msal-browser": "^2.32.1",
|
|
@@ -38,53 +39,56 @@
|
|
|
38
39
|
},
|
|
39
40
|
"devDependencies": {
|
|
40
41
|
"@mapbox/mapbox-gl-rtl-text": "^0.2.3",
|
|
41
|
-
"@microsoft/applicationinsights-web": "^
|
|
42
|
-
"@playwright/test": "^1.
|
|
42
|
+
"@microsoft/applicationinsights-web": "^3.0.0",
|
|
43
|
+
"@playwright/test": "^1.36.2",
|
|
44
|
+
"@rollup/plugin-commonjs": "^25.0.3",
|
|
45
|
+
"@rollup/plugin-json": "^6.0.0",
|
|
46
|
+
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
43
47
|
"@testing-library/dom": "^9.3.0",
|
|
44
48
|
"@turf/intersect": "^6.3.0",
|
|
45
|
-
"@types/jest": "^
|
|
49
|
+
"@types/jest": "^29.0.0",
|
|
46
50
|
"@types/jwt-decode": "^3.0.0",
|
|
47
|
-
"@types/lodash": "4.14.
|
|
48
|
-
"@types/node": "^18.
|
|
49
|
-
"@types/puppeteer": "^
|
|
50
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
51
|
-
"@typescript-eslint/parser": "^
|
|
51
|
+
"@types/lodash": "4.14.195",
|
|
52
|
+
"@types/node": "^18.17.1",
|
|
53
|
+
"@types/puppeteer": "^7.0.0",
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
55
|
+
"@typescript-eslint/parser": "^6.0.0",
|
|
52
56
|
"atob": "^2.1.2",
|
|
53
|
-
"azuremaps-maplibre-gl": "^3.
|
|
57
|
+
"azuremaps-maplibre-gl": "^3.2.2",
|
|
54
58
|
"canvas": "^2.10.2",
|
|
55
|
-
"es-abstract": "^1.
|
|
56
|
-
"eslint": "^8.
|
|
59
|
+
"es-abstract": "^1.20.1",
|
|
60
|
+
"eslint": "^8.39.0",
|
|
57
61
|
"eslint-plugin-security": "^1.5.0",
|
|
58
62
|
"estree-walker": "^3.0.0",
|
|
59
|
-
"fs-extra": "^
|
|
63
|
+
"fs-extra": "^11.0.0",
|
|
60
64
|
"gl": "^6.0.1",
|
|
61
|
-
"glob": "^
|
|
62
|
-
"grunt": "^1.
|
|
63
|
-
"jest": "^
|
|
65
|
+
"glob": "^10.0.0",
|
|
66
|
+
"grunt": "^1.6.1",
|
|
67
|
+
"jest": "^29.0.0",
|
|
68
|
+
"jest-environment-jsdom": "^29.6.1",
|
|
64
69
|
"jest-trx-results-processor": "^3.0.1",
|
|
65
70
|
"jwt-decode": "^3.0.0",
|
|
66
|
-
"less": "^
|
|
71
|
+
"less": "^4.0.0",
|
|
67
72
|
"less-plugin-clean-css": "^1.5.1",
|
|
68
73
|
"lodash": "4.17.21",
|
|
69
|
-
"node-fetch": "^2.6.
|
|
74
|
+
"node-fetch": "^2.6.8",
|
|
70
75
|
"playwright-trx-reporter": "^1.0.6",
|
|
71
|
-
"puppeteer": "^
|
|
72
|
-
"rollup": "^
|
|
73
|
-
"rollup-plugin-commonjs": "^10.1.0",
|
|
74
|
-
"rollup-plugin-json": "^4.0.0",
|
|
75
|
-
"rollup-plugin-node-resolve": "^5.2.0",
|
|
76
|
+
"puppeteer": "^20.0.0",
|
|
77
|
+
"rollup": "^3.0.0",
|
|
76
78
|
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
77
79
|
"rollup-plugin-uglify": "^6.0.4",
|
|
78
80
|
"simplify-ts": "^1.0.2",
|
|
79
|
-
"ts-jest": "^
|
|
80
|
-
"ts-node": "^
|
|
81
|
-
"typescript": "^
|
|
82
|
-
"utf-8-validate": "^
|
|
81
|
+
"ts-jest": "^29.0.0",
|
|
82
|
+
"ts-node": "^10.0.0",
|
|
83
|
+
"typescript": "^5.0.0",
|
|
84
|
+
"utf-8-validate": "^6.0.0",
|
|
83
85
|
"uuid-random": "^1.3.2",
|
|
84
86
|
"yargs": "^17.6.2"
|
|
85
87
|
},
|
|
86
88
|
"overrides": {
|
|
89
|
+
"@rollup/pluginutils": "^5.0.2",
|
|
87
90
|
"clean-css": "^5.3.1",
|
|
91
|
+
"rollup": "^3.0.0",
|
|
88
92
|
"serialize-javascript": "^6.0.0"
|
|
89
93
|
},
|
|
90
94
|
"license": "SEE LICENSE IN LICENSE.TXT",
|
package/thirdpartynotices.txt
CHANGED
|
Binary file
|