@azure/maps-common 1.0.0-alpha.20251010.1 → 1.0.0-alpha.20251013.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/maps-common",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20251013.1",
|
|
4
4
|
"description": "An internal shared package for Azure Maps TypeScript SDK",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "./dist/commonjs/index.js",
|
|
@@ -44,13 +44,17 @@
|
|
|
44
44
|
"@types/node": "^20.19.0",
|
|
45
45
|
"@vitest/browser": "^3.2.3",
|
|
46
46
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
47
|
+
"cross-env": "^7.0.3",
|
|
47
48
|
"eslint": "^9.33.0",
|
|
48
49
|
"playwright": "^1.50.1",
|
|
50
|
+
"prettier": "^3.6.2",
|
|
51
|
+
"rimraf": "^6.0.1",
|
|
52
|
+
"tshy": "^3.0.0",
|
|
49
53
|
"typescript": "~5.9.3",
|
|
50
54
|
"vitest": "^3.2.3",
|
|
51
55
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
52
|
-
"@azure/
|
|
53
|
-
"@azure/
|
|
56
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
57
|
+
"@azure/dev-tool": "^1.0.0"
|
|
54
58
|
},
|
|
55
59
|
"type": "module",
|
|
56
60
|
"tshy": {
|
|
@@ -94,12 +98,12 @@
|
|
|
94
98
|
"scripts": {
|
|
95
99
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
96
100
|
"build:samples": "echo Skipped.",
|
|
97
|
-
"check-format": "
|
|
101
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
98
102
|
"ci": "npm run build && npm run check-format && npm run lint",
|
|
99
|
-
"clean": "
|
|
103
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log coverage coverage-browser",
|
|
100
104
|
"execute:samples": "echo skipped",
|
|
101
105
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
102
|
-
"format": "
|
|
106
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
103
107
|
"generate:client": "echo skipped",
|
|
104
108
|
"lint": "eslint package.json src",
|
|
105
109
|
"lint:fix": "eslint package.json src --fix --fix-type [problem,suggestion]",
|