@google-cloud/service-control
Advanced tools
Comparing version 2.3.0 to 3.0.0
@@ -127,3 +127,3 @@ import type * as gax from 'google-gax'; | ||
* | ||
* See {@link google.api.Service|google.api.Service} for the definition of a service name. | ||
* See {@link protos.google.api.Service|google.api.Service} for the definition of a service name. | ||
* @param {google.api.servicecontrol.v1.QuotaOperation} request.allocateOperation | ||
@@ -138,5 +138,4 @@ * Operation that describes the quota allocation. | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing {@link google.api.servicecontrol.v1.AllocateQuotaResponse | AllocateQuotaResponse}. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* The first element of the array is an object representing {@link protos.google.api.servicecontrol.v1.AllocateQuotaResponse|AllocateQuotaResponse}. | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } | ||
* for more details and examples. | ||
@@ -143,0 +142,0 @@ * @example <caption>include:samples/generated/v1/quota_controller.allocate_quota.js</caption> |
@@ -120,3 +120,3 @@ import type * as gax from 'google-gax'; | ||
* | ||
* NOTE: the {@link google.api.servicecontrol.v1.CheckRequest|CheckRequest} has | ||
* NOTE: the {@link protos.google.api.servicecontrol.v1.CheckRequest|CheckRequest} has | ||
* the size limit (wire-format byte size) of 1MB. | ||
@@ -148,5 +148,4 @@ * | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing {@link google.api.servicecontrol.v1.CheckResponse | CheckResponse}. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* The first element of the array is an object representing {@link protos.google.api.servicecontrol.v1.CheckResponse|CheckResponse}. | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } | ||
* for more details and examples. | ||
@@ -173,3 +172,3 @@ * @example <caption>include:samples/generated/v1/service_controller.check.js</caption> | ||
* | ||
* NOTE: the {@link google.api.servicecontrol.v1.ReportRequest|ReportRequest} has | ||
* NOTE: the {@link protos.google.api.servicecontrol.v1.ReportRequest|ReportRequest} has | ||
* the size limit (wire-format byte size) of 1MB. | ||
@@ -200,3 +199,3 @@ * | ||
* however the ReportRequest size should be no larger than 1MB. See | ||
* {@link google.api.servicecontrol.v1.ReportResponse.report_errors|ReportResponse.report_errors} | ||
* {@link protos.google.api.servicecontrol.v1.ReportResponse.report_errors|ReportResponse.report_errors} | ||
* for partial failure behavior. | ||
@@ -212,5 +211,4 @@ * @param {string} request.serviceConfigId | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing {@link google.api.servicecontrol.v1.ReportResponse | ReportResponse}. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* The first element of the array is an object representing {@link protos.google.api.servicecontrol.v1.ReportResponse|ReportResponse}. | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } | ||
* for more details and examples. | ||
@@ -217,0 +215,0 @@ * @example <caption>include:samples/generated/v1/service_controller.report.js</caption> |
@@ -158,5 +158,4 @@ import type * as gax from 'google-gax'; | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing {@link google.api.servicecontrol.v2.CheckResponse | CheckResponse}. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* The first element of the array is an object representing {@link protos.google.api.servicecontrol.v2.CheckResponse|CheckResponse}. | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } | ||
* for more details and examples. | ||
@@ -213,5 +212,4 @@ * @example <caption>include:samples/generated/v2/service_controller.check.js</caption> | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing {@link google.api.servicecontrol.v2.ReportResponse | ReportResponse}. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* The first element of the array is an object representing {@link protos.google.api.servicecontrol.v2.ReportResponse|ReportResponse}. | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } | ||
* for more details and examples. | ||
@@ -218,0 +216,0 @@ * @example <caption>include:samples/generated/v2/service_controller.report.js</caption> |
# Changelog | ||
## [3.0.0](https://github.com/googleapis/google-cloud-node/compare/service-control-v2.3.0...service-control-v3.0.0) (2023-08-06) | ||
### ⚠ BREAKING CHANGES | ||
* migrate to Node 14 ([#4443](https://github.com/googleapis/google-cloud-node/issues/4443)) | ||
### Bug Fixes | ||
* [Many APIs] fix typings for IAM methods ([#4459](https://github.com/googleapis/google-cloud-node/issues/4459)) ([1d510be](https://github.com/googleapis/google-cloud-node/commit/1d510bef5bd7b0ac3552b4729ef3d9ebe1ac3dc4)) | ||
### Miscellaneous Chores | ||
* Migrate to Node 14 ([#4443](https://github.com/googleapis/google-cloud-node/issues/4443)) ([2260f12](https://github.com/googleapis/google-cloud-node/commit/2260f12543d171bda95345e53475f5f0fdc45770)) | ||
## [2.3.0](https://github.com/googleapis/google-cloud-node/compare/service-control-v2.2.0...service-control-v2.3.0) (2023-05-09) | ||
@@ -4,0 +20,0 @@ |
{ | ||
"name": "@google-cloud/service-control", | ||
"version": "2.3.0", | ||
"version": "3.0.0", | ||
"description": "Service control client for Node.js", | ||
@@ -49,28 +49,25 @@ "repository": { | ||
"dependencies": { | ||
"google-gax": "^3.5.8" | ||
"google-gax": "^4.0.3" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^18.0.0", | ||
"@types/node": "^20.4.5", | ||
"@types/sinon": "^10.0.0", | ||
"c8": "^7.6.0", | ||
"gts": "^3.1.0", | ||
"c8": "^8.0.1", | ||
"gapic-tools": "^0.1.8", | ||
"gts": "^5.0.0", | ||
"jsdoc": "^4.0.0", | ||
"jsdoc-fresh": "^2.0.0", | ||
"jsdoc-region-tag": "^2.0.0", | ||
"linkinator": "^4.0.0", | ||
"linkinator": "4.1.2", | ||
"long": "^5.2.3", | ||
"mocha": "^9.2.2", | ||
"null-loader": "^4.0.1", | ||
"pack-n-play": "^1.0.0-2", | ||
"sinon": "^15.0.0", | ||
"ts-loader": "^9.0.0", | ||
"typescript": "^4.6.4", | ||
"webpack": "^5.24.4", | ||
"webpack-cli": "^5.0.0" | ||
"typescript": "^5.1.6" | ||
}, | ||
"engines": { | ||
"node": ">=12.0.0" | ||
"node": ">=14.0.0" | ||
}, | ||
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-api-servicecontrol" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2578822
15
0
42576
+ Added@grpc/grpc-js@1.12.6(transitive)
+ Added@js-sdsl/ordered-map@4.4.2(transitive)
+ Added@tootallnate/once@2.0.0(transitive)
+ Added@types/caseless@0.12.5(transitive)
+ Added@types/request@2.48.12(transitive)
+ Added@types/tough-cookie@4.0.5(transitive)
+ Addedagent-base@7.1.3(transitive)
+ Addedasynckit@0.4.0(transitive)
+ Addedcall-bind-apply-helpers@1.0.2(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addeddunder-proto@1.0.1(transitive)
+ Addedes-define-property@1.0.1(transitive)
+ Addedes-errors@1.3.0(transitive)
+ Addedes-object-atoms@1.1.1(transitive)
+ Addedes-set-tostringtag@2.1.0(transitive)
+ Addedform-data@2.5.3(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedgaxios@6.7.1(transitive)
+ Addedgcp-metadata@6.1.1(transitive)
+ Addedget-intrinsic@1.2.7(transitive)
+ Addedget-proto@1.0.1(transitive)
+ Addedgoogle-auth-library@9.15.1(transitive)
+ Addedgoogle-gax@4.4.1(transitive)
+ Addedgoogle-logging-utils@0.0.2(transitive)
+ Addedgopd@1.2.0(transitive)
+ Addedgtoken@7.1.0(transitive)
+ Addedhas-symbols@1.1.0(transitive)
+ Addedhas-tostringtag@1.0.2(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedhttp-proxy-agent@5.0.0(transitive)
+ Addedhttps-proxy-agent@7.0.6(transitive)
+ Addedmath-intrinsics@1.1.0(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedproto3-json-serializer@2.0.2(transitive)
+ Addedretry-request@7.0.2(transitive)
+ Addedstream-events@1.0.5(transitive)
+ Addedstubs@3.0.0(transitive)
+ Addedteeny-request@9.0.0(transitive)
+ Addeduuid@9.0.1(transitive)
- Removed@babel/helper-string-parser@7.25.9(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@babel/parser@7.26.9(transitive)
- Removed@babel/types@7.26.9(transitive)
- Removed@grpc/grpc-js@1.8.22(transitive)
- Removed@jsdoc/salty@0.2.9(transitive)
- Removed@types/glob@8.1.0(transitive)
- Removed@types/linkify-it@5.0.0(transitive)
- Removed@types/markdown-it@14.1.2(transitive)
- Removed@types/mdurl@2.0.0(transitive)
- Removed@types/minimatch@5.1.2(transitive)
- Removed@types/rimraf@3.0.2(transitive)
- Removedacorn@8.14.0(transitive)
- Removedacorn-jsx@5.3.2(transitive)
- Removedargparse@2.0.1(transitive)
- Removedarrify@2.0.1(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbluebird@3.7.2(transitive)
- Removedbrace-expansion@2.0.1(transitive)
- Removedcatharsis@0.9.0(transitive)
- Removedchalk@4.1.2(transitive)
- Removeddeep-is@0.1.4(transitive)
- Removedentities@4.5.0(transitive)
- Removedescape-string-regexp@2.0.0(transitive)
- Removedescodegen@1.14.3(transitive)
- Removedeslint-visitor-keys@3.4.3(transitive)
- Removedespree@9.6.1(transitive)
- Removedesprima@4.0.1(transitive)
- Removedestraverse@4.3.05.3.0(transitive)
- Removedesutils@2.0.3(transitive)
- Removedfast-levenshtein@2.0.6(transitive)
- Removedfast-text-encoding@1.0.6(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedgaxios@5.1.3(transitive)
- Removedgcp-metadata@5.3.0(transitive)
- Removedglob@8.1.0(transitive)
- Removedgoogle-auth-library@8.9.0(transitive)
- Removedgoogle-gax@3.6.1(transitive)
- Removedgoogle-p12-pem@4.0.1(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedgtoken@6.1.2(transitive)
- Removedhas-flag@4.0.0(transitive)
- Removedinflight@1.0.6(transitive)
- Removedis-stream-ended@0.1.4(transitive)
- Removedjs2xmlparser@4.0.2(transitive)
- Removedjsdoc@4.0.4(transitive)
- Removedklaw@3.0.0(transitive)
- Removedlevn@0.3.0(transitive)
- Removedlinkify-it@5.0.0(transitive)
- Removedlodash@4.17.21(transitive)
- Removedlru-cache@6.0.0(transitive)
- Removedmarkdown-it@14.1.0(transitive)
- Removedmarkdown-it-anchor@8.6.7(transitive)
- Removedmarked@4.3.0(transitive)
- Removedmdurl@2.0.0(transitive)
- Removedminimatch@5.1.6(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmkdirp@1.0.4(transitive)
- Removednode-forge@1.3.1(transitive)
- Removedoptionator@0.8.3(transitive)
- Removedprelude-ls@1.1.2(transitive)
- Removedproto3-json-serializer@1.1.1(transitive)
- Removedprotobufjs@7.2.4(transitive)
- Removedprotobufjs-cli@1.1.1(transitive)
- Removedpunycode.js@2.3.1(transitive)
- Removedrequizzle@0.2.4(transitive)
- Removedretry-request@5.0.2(transitive)
- Removedsemver@7.7.1(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedstrip-json-comments@3.1.1(transitive)
- Removedsupports-color@7.2.0(transitive)
- Removedtmp@0.2.3(transitive)
- Removedtype-check@0.3.2(transitive)
- Removeduc.micro@2.1.0(transitive)
- Removeduglify-js@3.19.3(transitive)
- Removedunderscore@1.13.7(transitive)
- Removedword-wrap@1.2.5(transitive)
- Removedxmlcreate@2.0.4(transitive)
- Removedyallist@4.0.0(transitive)
Updatedgoogle-gax@^4.0.3