@google-cloud/notebooks
Advanced tools
Comparing version 2.1.3 to 2.1.4
import * as v1 from './v1'; | ||
import * as v1beta1 from './v1beta1'; | ||
declare const ManagedNotebookServiceClient: typeof v1.ManagedNotebookServiceClient; | ||
declare type ManagedNotebookServiceClient = v1.ManagedNotebookServiceClient; | ||
type ManagedNotebookServiceClient = v1.ManagedNotebookServiceClient; | ||
declare const NotebookServiceClient: typeof v1.NotebookServiceClient; | ||
declare type NotebookServiceClient = v1.NotebookServiceClient; | ||
type NotebookServiceClient = v1.NotebookServiceClient; | ||
export { v1, v1beta1, ManagedNotebookServiceClient, NotebookServiceClient }; | ||
@@ -8,0 +8,0 @@ declare const _default: { |
# Changelog | ||
## [2.1.4](https://github.com/googleapis/google-cloud-node/compare/notebooks-v2.1.3...notebooks-v2.1.4) (2023-04-13) | ||
### Bug Fixes | ||
* **deps:** Bump `google-gax` to ^3.5.8 ([#4117](https://github.com/googleapis/google-cloud-node/issues/4117)) ([0b67d88](https://github.com/googleapis/google-cloud-node/commit/0b67d883963643ce1b4f6d2ccd3e8d37adf6e029)) | ||
* Minify JSON and JS files, and remove .map files ([#4143](https://github.com/googleapis/google-cloud-node/issues/4143)) ([170f7d5](https://github.com/googleapis/google-cloud-node/commit/170f7d57b8fd344d182a8e758867b8124722eebc)) | ||
## [2.1.3](https://github.com/googleapis/google-cloud-node/compare/notebooks-v2.1.2...notebooks-v2.1.3) (2023-02-15) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@google-cloud/notebooks", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Notebooks client for Node.js", | ||
@@ -15,3 +15,4 @@ "repository": { | ||
"build/src", | ||
"build/protos" | ||
"build/protos", | ||
"!build/src/**/*.map" | ||
], | ||
@@ -33,3 +34,3 @@ "keywords": [ | ||
"clean": "gts clean", | ||
"compile": "tsc -p . && cp -r protos build/", | ||
"compile": "tsc -p . && cp -r protos build/ && minifyProtoJson", | ||
"compile-protos": "compileProtos src", | ||
@@ -48,3 +49,3 @@ "docs": "jsdoc -c .jsdoc.js", | ||
"dependencies": { | ||
"google-gax": "^3.5.2" | ||
"google-gax": "^3.5.8" | ||
}, | ||
@@ -51,0 +52,0 @@ "devDependencies": { |
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 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
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
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
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
2710681
35
28918
1
1
Updatedgoogle-gax@^3.5.8