@google-shopping/reviews 0.2.1 → 0.3.0

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.0](https://github.com/googleapis/google-cloud-node/compare/reviews-v0.2.1...reviews-v0.3.0) (2025-06-03)
4
+
5
+
6
+ ### Features
7
+
8
+ * Add protobufjs 2023 edition support ([#6306](https://github.com/googleapis/google-cloud-node/issues/6306)) ([4f02ceb](https://github.com/googleapis/google-cloud-node/commit/4f02ceb7aac05b47b68e3c7c95aeeaa20ac33606))
9
+
3
10
  ## [0.2.1](https://github.com/googleapis/google-cloud-node/compare/reviews-v0.2.0...reviews-v0.2.1) (2025-03-21)
4
11
 
5
12
 
package/README.md CHANGED
@@ -44,7 +44,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].
44
44
  1. [Select or create a Cloud Platform project][projects].
45
45
  1. [Enable billing for your project][billing].
46
46
  1. [Enable the Merchant API API][enable_api].
47
- 1. [Set up authentication with a service account][auth] so you can access the
47
+ 1. [Set up authentication][auth] so you can access the
48
48
  API from your local workstation.
49
49
 
50
50
  ### Installing the client library
@@ -190,4 +190,4 @@ See [LICENSE](https://github.com/googleapis/google-cloud-node/blob/main/LICENSE)
190
190
  [projects]: https://console.cloud.google.com/project
191
191
  [billing]: https://support.google.com/cloud/answer/6293499#enable-billing
192
192
  [enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=merchantapi.googleapis.com
193
- [auth]: https://cloud.google.com/docs/authentication/getting-started
193
+ [auth]: https://cloud.google.com/docs/authentication/external/set-up-adc-local
@@ -1,4 +1,7 @@
1
1
  {
2
+ "options": {
3
+ "syntax": "proto3"
4
+ },
2
5
  "nested": {
3
6
  "google": {
4
7
  "nested": {
@@ -24,11 +24,7 @@ const MerchantReviewsServiceClient = v1beta.MerchantReviewsServiceClient;
24
24
  exports.MerchantReviewsServiceClient = MerchantReviewsServiceClient;
25
25
  const ProductReviewsServiceClient = v1beta.ProductReviewsServiceClient;
26
26
  exports.ProductReviewsServiceClient = ProductReviewsServiceClient;
27
- exports.default = {
28
- v1beta,
29
- MerchantReviewsServiceClient,
30
- ProductReviewsServiceClient,
31
- };
27
+ exports.default = { v1beta, MerchantReviewsServiceClient, ProductReviewsServiceClient };
32
28
  const protos = require("../protos/protos");
33
29
  exports.protos = protos;
34
30
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,kDAAkD;AAClD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AACjC,EAAE;AACF,2DAA2D;AAC3D,gDAAgD;AAChD,qDAAqD;;;AAErD,mCAAmC;AAO3B,wBAAM;AALd,MAAM,4BAA4B,GAAG,MAAM,CAAC,4BAA4B,CAAC;AAKzD,oEAA4B;AAH5C,MAAM,2BAA2B,GAAG,MAAM,CAAC,2BAA2B,CAAC;AAGzB,kEAA2B;AACzE,kBAAe;IACb,MAAM;IACN,4BAA4B;IAC5B,2BAA2B;CAC5B,CAAC;AACF,2CAA2C;AACnC,wBAAM"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,kDAAkD;AAClD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AACjC,EAAE;AACF,2DAA2D;AAC3D,gDAAgD;AAChD,qDAAqD;;;AAErD,mCAAmC;AAO3B,wBAAM;AALd,MAAM,4BAA4B,GAAG,MAAM,CAAC,4BAA4B,CAAC;AAKzD,oEAA4B;AAH5C,MAAM,2BAA2B,GAAG,MAAM,CAAC,2BAA2B,CAAC;AAGzB,kEAA2B;AACzE,kBAAe,EAAC,MAAM,EAAE,4BAA4B,EAAE,2BAA2B,EAAC,CAAC;AACnF,2CAA2C;AACnC,wBAAM"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google-shopping/reviews",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "description": "Merchant API client for Node.js",
5
5
  "repository": {
6
6
  "type": "git",