@google-cloud/security-private-ca
Advanced tools
Comparing version 1.0.0 to 2.0.0
import * as v1beta1 from './v1beta1'; | ||
declare const CertificateAuthorityServiceClient: typeof v1beta1.CertificateAuthorityServiceClient; | ||
declare type CertificateAuthorityServiceClient = v1beta1.CertificateAuthorityServiceClient; | ||
export { v1beta1, CertificateAuthorityServiceClient }; | ||
@@ -4,0 +5,0 @@ declare const _default: { |
@@ -103,7 +103,2 @@ { | ||
}, | ||
"CreateCertificateRevocationList": { | ||
"timeout_millis": 60000, | ||
"retry_codes_name": "unknown_deadline_exceeded_unavailable", | ||
"retry_params_name": "default" | ||
}, | ||
"GetCertificateRevocationList": { | ||
@@ -124,12 +119,2 @@ "timeout_millis": 60000, | ||
}, | ||
"CreateReusableConfig": { | ||
"timeout_millis": 60000, | ||
"retry_codes_name": "unknown_deadline_exceeded_unavailable", | ||
"retry_params_name": "default" | ||
}, | ||
"DeleteReusableConfig": { | ||
"timeout_millis": 60000, | ||
"retry_codes_name": "unknown_deadline_exceeded_unavailable", | ||
"retry_params_name": "default" | ||
}, | ||
"GetReusableConfig": { | ||
@@ -144,7 +129,2 @@ "timeout_millis": 60000, | ||
"retry_params_name": "default" | ||
}, | ||
"UpdateReusableConfig": { | ||
"timeout_millis": 60000, | ||
"retry_codes_name": "unknown_deadline_exceeded_unavailable", | ||
"retry_params_name": "default" | ||
} | ||
@@ -151,0 +131,0 @@ } |
# Changelog | ||
## [2.0.0](https://www.github.com/googleapis/nodejs-security-private-ca/compare/v1.0.0...v2.0.0) (2020-11-11) | ||
### ⚠ BREAKING CHANGES | ||
* Updates to Certificate Authority Service for Beta release (#21) | ||
### Features | ||
* Updates to Certificate Authority Service for Beta release ([#21](https://www.github.com/googleapis/nodejs-security-private-ca/issues/21)) ([8e3fb52](https://www.github.com/googleapis/nodejs-security-private-ca/commit/8e3fb52688fc93bbbe4f627d06121384cca84785)) | ||
### Bug Fixes | ||
* do not modify options object, use defaultScopes ([#28](https://www.github.com/googleapis/nodejs-security-private-ca/issues/28)) ([5e9de83](https://www.github.com/googleapis/nodejs-security-private-ca/commit/5e9de8377ad9d56037d86ac40e9765d6f3b60681)) | ||
## 1.0.0 (2020-09-24) | ||
@@ -4,0 +20,0 @@ |
{ | ||
"name": "@google-cloud/security-private-ca", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Privateca client for Node.js", | ||
@@ -42,3 +42,3 @@ "repository": "googleapis/nodejs-security-private-ca", | ||
"dependencies": { | ||
"google-gax": "^2.7.0" | ||
"google-gax": "^2.9.2" | ||
}, | ||
@@ -61,4 +61,4 @@ "devDependencies": { | ||
"typescript": "^3.9.7", | ||
"webpack": "^4.44.1", | ||
"webpack-cli": "^3.3.12" | ||
"webpack": "^5.0.0", | ||
"webpack-cli": "^4.0.0" | ||
}, | ||
@@ -65,0 +65,0 @@ "engines": { |
@@ -8,3 +8,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages) | ||
[![npm version](https://img.shields.io/npm/v/privateca.svg)](https://www.npmjs.org/package/privateca) | ||
[![npm version](https://img.shields.io/npm/v/privateca.svg)](https://www.npmjs.com/package/@google-cloud/security-private-ca) | ||
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-security-private-ca/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-security-private-ca) | ||
@@ -11,0 +11,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 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
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 not supported yet
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
3222054
47163
Updatedgoogle-gax@^2.9.2