@google-cloud/discoveryengine 0.1.0 → 0.1.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/CHANGELOG.md +7 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [0.1.1](https://github.com/googleapis/google-cloud-node/compare/discoveryengine-v0.1.0...discoveryengine-v0.1.1) (2022-11-03)
|
4
|
+
|
5
|
+
|
6
|
+
### Bug Fixes
|
7
|
+
|
8
|
+
* **deps:** Use google-gax v3.5.2 ([#3478](https://github.com/googleapis/google-cloud-node/issues/3478)) ([09305e0](https://github.com/googleapis/google-cloud-node/commit/09305e06548b89dc17bb3d3167e2d1e69588caa4))
|
9
|
+
|
3
10
|
## 0.1.0 (2022-10-19)
|
4
11
|
|
5
12
|
|
package/README.md
CHANGED
@@ -205,5 +205,5 @@ See [LICENSE](https://github.com/googleapis/google-cloud-node/blob/main/LICENSE)
|
|
205
205
|
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
|
206
206
|
[projects]: https://console.cloud.google.com/project
|
207
207
|
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
|
208
|
-
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=
|
208
|
+
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=discoveryengine.googleapis.com
|
209
209
|
[auth]: https://cloud.google.com/docs/authentication/getting-started
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@google-cloud/discoveryengine",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.1",
|
4
4
|
"description": "Discovery Engine API client for Node.js",
|
5
5
|
"repository": "googleapis/google-cloud-node",
|
6
6
|
"license": "Apache-2.0",
|
@@ -39,7 +39,7 @@
|
|
39
39
|
"prelint": "cd samples; npm link ../; npm i"
|
40
40
|
},
|
41
41
|
"dependencies": {
|
42
|
-
"google-gax": "^3.
|
42
|
+
"google-gax": "^3.5.2"
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
45
|
"@types/mocha": "^9.0.0",
|