@azure/maps-common 1.0.0-alpha.20250804.1 → 1.0.0-alpha.20250822.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 +30 -31
package/package.json
CHANGED
|
@@ -1,31 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/maps-common",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20250822.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",
|
|
7
7
|
"module": "./dist/esm/index.js",
|
|
8
8
|
"types": "./dist/commonjs/index.d.ts",
|
|
9
9
|
"browser": "./dist/browser/index.js",
|
|
10
|
-
"scripts": {
|
|
11
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
12
|
-
"build:samples": "echo Obsolete",
|
|
13
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
14
|
-
"ci": "npm run build && npm run check-format && npm run lint",
|
|
15
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log coverage coverage-browser",
|
|
16
|
-
"execute:samples": "echo skipped",
|
|
17
|
-
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
18
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
19
|
-
"generate:client": "echo skipped",
|
|
20
|
-
"lint": "eslint package.json src",
|
|
21
|
-
"lint:fix": "eslint package.json src --fix --fix-type [problem,suggestion]",
|
|
22
|
-
"pack": "npm pack 2>&1",
|
|
23
|
-
"test": "npm run test:node && npm run test:browser",
|
|
24
|
-
"test:browser": "echo skipped",
|
|
25
|
-
"test:node": "dev-tool run test:vitest --no-test-proxy",
|
|
26
|
-
"test:node:esm": "dev-tool run test:vitest --esm --no-test-proxy",
|
|
27
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
28
|
-
},
|
|
29
10
|
"files": [
|
|
30
11
|
"dist/",
|
|
31
12
|
"README.md",
|
|
@@ -59,17 +40,17 @@
|
|
|
59
40
|
"tslib": "^2.8.1"
|
|
60
41
|
},
|
|
61
42
|
"devDependencies": {
|
|
62
|
-
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
|
63
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
64
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
65
43
|
"@azure/logger": "^1.1.4",
|
|
66
|
-
"@types/node": "^20.
|
|
67
|
-
"@vitest/browser": "^3.
|
|
68
|
-
"@vitest/coverage-istanbul": "^3.
|
|
69
|
-
"eslint": "^9.
|
|
44
|
+
"@types/node": "^20.19.0",
|
|
45
|
+
"@vitest/browser": "^3.2.3",
|
|
46
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
47
|
+
"eslint": "^9.33.0",
|
|
70
48
|
"playwright": "^1.50.1",
|
|
71
|
-
"typescript": "~5.8.
|
|
72
|
-
"vitest": "^3.
|
|
49
|
+
"typescript": "~5.8.3",
|
|
50
|
+
"vitest": "^3.2.3",
|
|
51
|
+
"@azure-tools/test-utils-vitest": "^2.0.0",
|
|
52
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
53
|
+
"@azure/dev-tool": "^1.0.0"
|
|
73
54
|
},
|
|
74
55
|
"type": "module",
|
|
75
56
|
"tshy": {
|
|
@@ -109,5 +90,23 @@
|
|
|
109
90
|
}
|
|
110
91
|
}
|
|
111
92
|
},
|
|
112
|
-
"react-native": "./dist/react-native/index.js"
|
|
113
|
-
|
|
93
|
+
"react-native": "./dist/react-native/index.js",
|
|
94
|
+
"scripts": {
|
|
95
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
96
|
+
"build:samples": "echo Skipped.",
|
|
97
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
98
|
+
"ci": "npm run build && npm run check-format && npm run lint",
|
|
99
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log coverage coverage-browser",
|
|
100
|
+
"execute:samples": "echo skipped",
|
|
101
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
102
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
103
|
+
"generate:client": "echo skipped",
|
|
104
|
+
"lint": "eslint package.json src",
|
|
105
|
+
"lint:fix": "eslint package.json src --fix --fix-type [problem,suggestion]",
|
|
106
|
+
"pack": "pnpm pack 2>&1",
|
|
107
|
+
"test": "npm run test:node && npm run test:browser",
|
|
108
|
+
"test:browser": "echo skipped",
|
|
109
|
+
"test:node": "echo Skipped.",
|
|
110
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
111
|
+
}
|
|
112
|
+
}
|