azure-maps-control 3.2.0 → 3.3.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/package.json CHANGED
@@ -1,100 +1,100 @@
1
1
  {
2
- "name": "azure-maps-control",
3
- "author": "Microsoft Corporation",
4
- "version": "3.2.0",
5
- "description": "Map SDK for Azure Maps",
6
- "keywords": [
7
- "azure",
8
- "maps",
9
- "ui",
10
- "map",
11
- "control",
12
- "lbs",
13
- "microsoft"
14
- ],
15
- "scripts": {
16
- "build": "npm run lint && node ./bin/build.js",
17
- "build-snrOnly": "npm run lint && node ./bin/build.js --snrOnly",
18
- "docs": "(if exist \"./docs/\" rmdir \"./docs/\" /S /Q) && tsc --declaration --declarationDir ./docs --emitDeclarationOnly --stripInternal",
19
- "lessc": "node_modules/.bin/lessc",
20
- "test": "npm run test:unit && npm run test:func",
21
- "test:unit": "jest -c test/unit/jest.config.js",
22
- "test:func": "jest -c test/func/jest.config.js",
23
- "test:e2e": "npx playwright test -c test/e2e/playwright.config.ts",
24
- "pretest:func": "npm run updatePackageVersionForTests -- --isPreTest true",
25
- "posttest:func": "npm run updatePackageVersionForTests -- --isPreTest false",
26
- "coverage": "npm run test:unit -- --collectCoverage && npm run test:func",
27
- "thirdPartyNotices": "node ./bin/thirdPartyNotices.js",
28
- "lint": "eslint --ext .ts,.js --ignore-path .gitignore src/",
29
- "lint-fix": "eslint --fix --ext .ts,.js --ignore-path .gitignore src/",
30
- "updateEnvVariables": "node ./bin/updateEnvVariables.js",
31
- "updateTestSecrets": "node ./bin/updateTestSecrets.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\""
35
- },
36
- "dependencies": {
37
- "@azure/msal-browser": "^2.32.1",
38
- "@mapbox/mapbox-gl-supported": "^2.0.1",
39
- "@maplibre/maplibre-gl-style-spec": "^20.0.0"
40
- },
41
- "devDependencies": {
42
- "@mapbox/mapbox-gl-rtl-text": "^0.2.3",
43
- "@microsoft/applicationinsights-web": "^3.1.1",
44
- "@playwright/test": "^1.42.1",
45
- "@rollup/plugin-commonjs": "^25.0.4",
46
- "@rollup/plugin-json": "^6.0.0",
47
- "@rollup/plugin-node-resolve": "^15.1.0",
48
- "@testing-library/dom": "^9.3.3",
49
- "@turf/intersect": "^6.3.0",
50
- "@types/jest": "^29.5.3",
51
- "@types/jwt-decode": "^3.0.0",
52
- "@types/lodash": "4.17.0",
53
- "@typescript-eslint/eslint-plugin": "^6.4.0",
54
- "@typescript-eslint/parser": "^6.4.0",
55
- "atob": "^2.1.2",
56
- "azuremaps-maplibre-gl": "^4.0.2",
57
- "canvas": "^2.10.2",
58
- "es-abstract": "^1.22.1",
59
- "eslint": "^8.56.0",
60
- "eslint-plugin-security": "^1.5.0",
61
- "estree-walker": "^3.0.0",
62
- "fs-extra": "^11.0.0",
63
- "gl": "^6.0.1",
64
- "glob": "^10.0.0",
65
- "grunt": "^1.6.1",
66
- "jest": "^29.7.0",
67
- "jest-environment-jsdom": "^29.7.0",
68
- "jest-trx-results-processor": "^3.0.1",
69
- "jwt-decode": "^3.0.0",
70
- "less": "^4.2.0",
71
- "less-plugin-clean-css": "^1.5.1",
72
- "lodash": "4.17.21",
73
- "node-fetch": "^2.6.8",
74
- "playwright-trx-reporter": "^1.0.6",
75
- "puppeteer": "^21.0.0",
76
- "rollup": "^3.28.0",
77
- "rollup-plugin-sourcemaps": "^0.6.3",
78
- "rollup-plugin-uglify": "^6.0.4",
79
- "simplify-ts": "^1.0.2",
80
- "ts-jest": "^29.1.1",
81
- "ts-node": "^10.0.0",
82
- "typescript": "^5.0.0",
83
- "utf-8-validate": "^6.0.0",
84
- "uuid-random": "^1.3.2",
85
- "yargs": "^17.7.2"
86
- },
87
- "overrides": {
88
- "@babel/core": "7.24.0",
89
- "rollup": "^3.28.0"
90
- },
91
- "license": "SEE LICENSE IN LICENSE.TXT",
92
- "files": [
93
- "typings/**/*",
94
- "dist/**/*",
95
- "thirdpartynotices.txt"
96
- ],
97
- "types": "./typings/index.d.ts",
98
- "main": "./dist/atlas.min.js",
99
- "module": "./dist/atlas-esm.min.js"
2
+ "name": "azure-maps-control",
3
+ "author": "Microsoft Corporation",
4
+ "version": "3.3.0",
5
+ "description": "Map SDK for Azure Maps",
6
+ "keywords": [
7
+ "azure",
8
+ "maps",
9
+ "ui",
10
+ "map",
11
+ "control",
12
+ "lbs",
13
+ "microsoft"
14
+ ],
15
+ "scripts": {
16
+ "build": "npm run lint && node ./bin/build.js",
17
+ "build-snrOnly": "npm run lint && node ./bin/build.js --snrOnly",
18
+ "docs": "(if exist \"./docs/\" rmdir \"./docs/\" /S /Q) && tsc --declaration --declarationDir ./docs --emitDeclarationOnly --stripInternal",
19
+ "lessc": "node_modules/.bin/lessc",
20
+ "test": "npm run test:unit && npm run test:func",
21
+ "test:unit": "jest -c test/unit/jest.config.js",
22
+ "test:func": "jest -c test/func/jest.config.js",
23
+ "test:e2e": "npx playwright test -c test/e2e/playwright.config.ts",
24
+ "pretest:func": "npm run updatePackageVersionForTests -- --isPreTest true",
25
+ "posttest:func": "npm run updatePackageVersionForTests -- --isPreTest false",
26
+ "coverage": "npm run test:unit -- --collectCoverage && npm run test:func",
27
+ "thirdPartyNotices": "node ./bin/thirdPartyNotices.js",
28
+ "lint": "eslint --ext .ts,.js --ignore-path .gitignore src/",
29
+ "lint-fix": "eslint --fix --ext .ts,.js --ignore-path .gitignore src/",
30
+ "updateEnvVariables": "node ./bin/updateEnvVariables.js",
31
+ "updateTestSecrets": "node ./bin/updateTestSecrets.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\""
35
+ },
36
+ "dependencies": {
37
+ "@azure/msal-browser": "^2.32.1",
38
+ "@mapbox/mapbox-gl-supported": "^2.0.1",
39
+ "@maplibre/maplibre-gl-style-spec": "^20.0.0"
40
+ },
41
+ "devDependencies": {
42
+ "@mapbox/mapbox-gl-rtl-text": "^0.2.3",
43
+ "@microsoft/applicationinsights-web": "^3.1.1",
44
+ "@playwright/test": "^1.42.1",
45
+ "@rollup/plugin-commonjs": "^25.0.4",
46
+ "@rollup/plugin-json": "^6.0.0",
47
+ "@rollup/plugin-node-resolve": "^15.1.0",
48
+ "@testing-library/dom": "^9.3.3",
49
+ "@turf/intersect": "^6.3.0",
50
+ "@types/jest": "^29.5.3",
51
+ "@types/jwt-decode": "^3.0.0",
52
+ "@types/lodash": "4.17.0",
53
+ "@typescript-eslint/eslint-plugin": "^6.4.0",
54
+ "@typescript-eslint/parser": "^6.4.0",
55
+ "atob": "^2.1.2",
56
+ "azuremaps-maplibre-gl": "^4.1.2",
57
+ "canvas": "^2.10.2",
58
+ "es-abstract": "^1.22.1",
59
+ "eslint": "^8.56.0",
60
+ "eslint-plugin-security": "^1.5.0",
61
+ "estree-walker": "^3.0.0",
62
+ "fs-extra": "^11.0.0",
63
+ "gl": "^6.0.1",
64
+ "glob": "^10.0.0",
65
+ "grunt": "^1.6.1",
66
+ "jest": "^29.7.0",
67
+ "jest-environment-jsdom": "^29.7.0",
68
+ "jest-trx-results-processor": "^3.0.1",
69
+ "jwt-decode": "^3.0.0",
70
+ "less": "^4.2.0",
71
+ "less-plugin-clean-css": "^1.5.1",
72
+ "lodash": "4.17.21",
73
+ "node-fetch": "^2.6.8",
74
+ "playwright-trx-reporter": "^1.0.6",
75
+ "puppeteer": "^22.14.0",
76
+ "rollup": "^3.28.0",
77
+ "rollup-plugin-sourcemaps": "^0.6.3",
78
+ "rollup-plugin-uglify": "^6.0.4",
79
+ "simplify-ts": "^1.0.2",
80
+ "ts-jest": "^29.1.1",
81
+ "ts-node": "^10.0.0",
82
+ "typescript": "^5.0.0",
83
+ "utf-8-validate": "^6.0.0",
84
+ "uuid-random": "^1.3.2",
85
+ "yargs": "^17.7.2"
86
+ },
87
+ "overrides": {
88
+ "@babel/core": "7.24.4",
89
+ "rollup": "^3.28.0"
90
+ },
91
+ "license": "SEE LICENSE.TXT",
92
+ "files": [
93
+ "typings/**/*",
94
+ "dist/**/*",
95
+ "thirdpartynotices.txt"
96
+ ],
97
+ "types": "./typings/index.d.ts",
98
+ "main": "./dist/atlas.min.js",
99
+ "module": "./dist/atlas-esm.min.js"
100
100
  }
Binary file