@azure-rest/maps-search 1.0.0-beta.1 → 1.0.0-beta.3
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/README.md +4 -4
- package/package.json +5 -7
- package/types/maps-search-rest.d.ts +6752 -0
package/README.md
CHANGED
|
@@ -6,10 +6,10 @@ Azure Maps Search Client
|
|
|
6
6
|
|
|
7
7
|
Key links:
|
|
8
8
|
|
|
9
|
-
- [Source code]
|
|
10
|
-
- [Package (NPM)]
|
|
11
|
-
- [API reference documentation]
|
|
12
|
-
- [Samples]
|
|
9
|
+
- [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-search-rest)
|
|
10
|
+
- [Package (NPM)](https://www.npmjs.com/package/@azure-rest/maps-search)
|
|
11
|
+
- [API reference documentation](https://docs.microsoft.com/javascript/api/@azure-rest/maps-search?view=azure-node-preview)
|
|
12
|
+
- [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-search-rest/samples)
|
|
13
13
|
- [Product Information](https://docs.microsoft.com/rest/api/maps/search)
|
|
14
14
|
|
|
15
15
|
## Getting started
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/maps-search",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.0.0-beta.
|
|
5
|
+
"version": "1.0.0-beta.3",
|
|
6
6
|
"description": "A generated SDK for MapsSearchClient.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
"dist/",
|
|
25
25
|
"dist-esm/src/",
|
|
26
|
-
"types/maps-search.d.ts",
|
|
26
|
+
"types/maps-search-rest.d.ts",
|
|
27
27
|
"README.md",
|
|
28
28
|
"LICENSE",
|
|
29
29
|
"review/*"
|
|
@@ -72,18 +72,18 @@
|
|
|
72
72
|
"@microsoft/api-extractor": "^7.31.1",
|
|
73
73
|
"autorest": "latest",
|
|
74
74
|
"@types/node": "^14.0.0",
|
|
75
|
-
"dotenv": "^
|
|
75
|
+
"dotenv": "^16.0.0",
|
|
76
76
|
"eslint": "^8.0.0",
|
|
77
77
|
"mkdirp": "^1.0.4",
|
|
78
78
|
"prettier": "^2.5.1",
|
|
79
79
|
"rimraf": "^3.0.0",
|
|
80
80
|
"source-map-support": "^0.5.9",
|
|
81
|
-
"typescript": "~
|
|
81
|
+
"typescript": "~5.0.0",
|
|
82
82
|
"@azure/dev-tool": "^1.0.0",
|
|
83
83
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
84
84
|
"@azure-tools/test-credential": "^1.0.0",
|
|
85
85
|
"@azure/identity": "^2.0.1",
|
|
86
|
-
"@azure-tools/test-recorder": "^
|
|
86
|
+
"@azure-tools/test-recorder": "^3.0.0",
|
|
87
87
|
"mocha": "^7.1.1",
|
|
88
88
|
"@types/mocha": "^7.0.2",
|
|
89
89
|
"mocha-junit-reporter": "^1.18.0",
|
|
@@ -92,10 +92,8 @@
|
|
|
92
92
|
"chai": "^4.2.0",
|
|
93
93
|
"karma-chrome-launcher": "^3.0.0",
|
|
94
94
|
"karma-coverage": "^2.0.0",
|
|
95
|
-
"karma-edge-launcher": "^0.4.2",
|
|
96
95
|
"karma-env-preprocessor": "^0.1.1",
|
|
97
96
|
"karma-firefox-launcher": "^1.1.0",
|
|
98
|
-
"karma-ie-launcher": "^1.0.0",
|
|
99
97
|
"karma-junit-reporter": "^2.0.1",
|
|
100
98
|
"karma-mocha-reporter": "^2.2.5",
|
|
101
99
|
"karma-mocha": "^2.0.1",
|