@google-cloud/run
Advanced tools
Comparing version 0.4.2 to 0.5.0
@@ -298,4 +298,4 @@ /// <reference types="node" /> | ||
* If set to true, and if the Service does not exist, it will create a new | ||
* one. Caller must have both create and update permissions for this call if | ||
* this is set to true. | ||
* one. The caller must have 'run.services.create' permissions if this is set | ||
* to true and the Service does not exist. | ||
* @param {object} [options] | ||
@@ -302,0 +302,0 @@ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. |
# Changelog | ||
## [0.5.0](https://github.com/googleapis/google-cloud-node/compare/run-v0.4.2...run-v0.5.0) (2023-05-04) | ||
### Features | ||
* [run] Adds support for Startup CPU Boost (GA) ([#4220](https://github.com/googleapis/google-cloud-node/issues/4220)) ([b1b4e29](https://github.com/googleapis/google-cloud-node/commit/b1b4e29f09759a8161c4e26473333ec729fa5165)) | ||
## [0.4.2](https://github.com/googleapis/google-cloud-node/compare/run-v0.4.1...run-v0.4.2) (2023-04-13) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@google-cloud/run", | ||
"version": "0.4.2", | ||
"version": "0.5.0", | ||
"description": "Cloud Run Admin API", | ||
@@ -29,3 +29,3 @@ "repository": { | ||
"clean": "gts clean", | ||
"compile": "tsc -p . && cp -r protos build/ && minifyProtoJson", | ||
"compile": "tsc -p . && cp -r protos build/", | ||
"compile-protos": "compileProtos src", | ||
@@ -38,7 +38,7 @@ "docs": "jsdoc -c .jsdoc.js", | ||
"prepare": "npm run compile-protos && npm run compile", | ||
"system-test": "npm run compile && c8 mocha build/system-test", | ||
"test": "c8 mocha build/test", | ||
"samples-test": "npm run compile && cd samples/ && npm link ../ && npm i && npm test", | ||
"prelint": "cd samples; npm link ../; npm install", | ||
"precompile": "gts clean" | ||
"prelint": "cd samples; npm link ../; npm i", | ||
"postpack": "minifyProtoJson", | ||
"samples-test": "cd samples/ && npm link ../ && npm i && npm test", | ||
"system-test": "c8 mocha build/system-test", | ||
"test": "c8 mocha build/test" | ||
}, | ||
@@ -58,2 +58,3 @@ "dependencies": { | ||
"linkinator": "^4.0.0", | ||
"long": "^5.2.3", | ||
"mocha": "^10.0.0", | ||
@@ -60,0 +61,0 @@ "null-loader": "^4.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
4057836
68838
1
18