@azure-rest/maps-geolocation 1.0.0-alpha.20251010.1 → 1.0.0-alpha.20251014.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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/maps-geolocation",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.0.0-alpha.
|
|
5
|
+
"version": "1.0.0-alpha.20251014.1",
|
|
6
6
|
"description": "A generated SDK for MapsGeolocationClient.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -46,17 +46,21 @@
|
|
|
46
46
|
"@vitest/browser": "^3.2.3",
|
|
47
47
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
48
48
|
"autorest": "latest",
|
|
49
|
+
"cross-env": "^7.0.3",
|
|
49
50
|
"dotenv": "^16.0.0",
|
|
50
51
|
"eslint": "^9.33.0",
|
|
51
52
|
"playwright": "^1.50.1",
|
|
53
|
+
"prettier": "^3.6.2",
|
|
54
|
+
"rimraf": "^6.0.1",
|
|
55
|
+
"tshy": "^3.0.0",
|
|
52
56
|
"typescript": "~5.9.3",
|
|
53
57
|
"vitest": "^3.2.3",
|
|
54
|
-
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
55
|
-
"@azure/core-util": "^1.13.1",
|
|
56
58
|
"@azure-tools/test-credential": "^2.1.2",
|
|
57
|
-
"@azure/
|
|
59
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
60
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
58
61
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
59
|
-
"@azure
|
|
62
|
+
"@azure/dev-tool": "^1.0.0",
|
|
63
|
+
"@azure/core-util": "^1.13.1"
|
|
60
64
|
},
|
|
61
65
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-geolocation-rest/README.md",
|
|
62
66
|
"//metadata": {
|
|
@@ -121,11 +125,11 @@
|
|
|
121
125
|
"scripts": {
|
|
122
126
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
123
127
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
124
|
-
"check-format": "
|
|
125
|
-
"clean": "
|
|
128
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
129
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
126
130
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
127
|
-
"extract-api": "
|
|
128
|
-
"format": "
|
|
131
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
132
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
129
133
|
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
130
134
|
"lint": "eslint package.json src test",
|
|
131
135
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|