@google-shopping/quota 0.3.1 → 0.4.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.4.0](https://github.com/googleapis/google-cloud-node/compare/quota-v0.3.1...quota-v0.4.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.3.1](https://github.com/googleapis/google-cloud-node/compare/quota-v0.3.0...quota-v0.3.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
@@ -180,4 +180,4 @@ See [LICENSE](https://github.com/googleapis/google-cloud-node/blob/main/LICENSE)
180
180
  [projects]: https://console.cloud.google.com/project
181
181
  [billing]: https://support.google.com/cloud/answer/6293499#enable-billing
182
182
  [enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=merchantapi.googleapis.com
183
- [auth]: https://cloud.google.com/docs/authentication/getting-started
183
+ [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": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google-shopping/quota",
3
- "version": "0.3.1",
3
+ "version": "0.4.0",
4
4
  "description": "Merchant API client for Node.js",
5
5
  "repository": {
6
6
  "type": "git",