azure-maps-control 2.2.7 → 2.3.1
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.js +448 -225
- package/dist/atlas-core-bare.js +458 -235
- package/dist/atlas-core-bare.min.js +1 -1
- package/dist/atlas-core-snr.js +484 -403
- package/dist/atlas-core.js +494 -413
- package/dist/atlas-core.min.js +1 -1
- package/dist/atlas.css +6 -3
- package/dist/atlas.js +494 -413
- package/dist/atlas.min.css +1 -1
- package/dist/atlas.min.js +1 -1
- package/package.json +6 -2
- 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": "2.
|
|
4
|
+
"version": "2.3.1",
|
|
5
5
|
"description": "Map SDK for Azure Maps",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"azure",
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"test": "npm run test:unit && npm run test:func",
|
|
21
21
|
"test:unit": "jest -c test/unit/jest.config.js",
|
|
22
22
|
"test:func": "jest -c test/func/jest.config.js",
|
|
23
|
+
"test:e2e": "npx playwright test -c test/e2e/playwright.config.ts",
|
|
23
24
|
"pretest:func": "npm run updatePackageVersionForTests -- --isPreTest true",
|
|
24
25
|
"posttest:func": "npm run updatePackageVersionForTests -- --isPreTest false",
|
|
25
26
|
"coverage": "npm run test:unit -- --collectCoverage && npm run test:func",
|
|
@@ -36,6 +37,8 @@
|
|
|
36
37
|
"devDependencies": {
|
|
37
38
|
"@mapbox/mapbox-gl-rtl-text": "^0.2.3",
|
|
38
39
|
"@microsoft/applicationinsights-web": "^2.5.9",
|
|
40
|
+
"@playwright/test": "^1.34.3",
|
|
41
|
+
"@testing-library/dom": "^9.3.0",
|
|
39
42
|
"@turf/intersect": "^6.3.0",
|
|
40
43
|
"@types/jest": "^27.5.1",
|
|
41
44
|
"@types/jwt-decode": "^2.2.0",
|
|
@@ -47,7 +50,7 @@
|
|
|
47
50
|
"@typescript-eslint/parser": "^5.33.0",
|
|
48
51
|
"adal-angular": "^1.0.18",
|
|
49
52
|
"atob": "^2.1.2",
|
|
50
|
-
"azuremaps-maplibre-gl": "^1.
|
|
53
|
+
"azuremaps-maplibre-gl": "^1.16.1",
|
|
51
54
|
"canvas": "^2.10.1",
|
|
52
55
|
"es-abstract": "^1.17.1",
|
|
53
56
|
"eslint": "^8.22.0",
|
|
@@ -64,6 +67,7 @@
|
|
|
64
67
|
"less-plugin-clean-css": "^1.5.1",
|
|
65
68
|
"lodash": "4.17.15",
|
|
66
69
|
"node-fetch": "^2.6.1",
|
|
70
|
+
"playwright-trx-reporter": "^1.0.6",
|
|
67
71
|
"puppeteer": "^10.2.0",
|
|
68
72
|
"rollup": "^1.32.1",
|
|
69
73
|
"rollup-plugin-commonjs": "^10.1.0",
|
package/thirdpartynotices.txt
CHANGED
|
Binary file
|