@google-cloud/notebooks
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -0,6 +1,8 @@ | ||
import * as v1 from './v1'; | ||
import * as v1beta1 from './v1beta1'; | ||
declare const NotebookServiceClient: typeof v1beta1.NotebookServiceClient; | ||
declare type NotebookServiceClient = v1beta1.NotebookServiceClient; | ||
export { v1beta1, NotebookServiceClient }; | ||
export { v1, v1beta1, NotebookServiceClient }; | ||
declare const _default: { | ||
v1: typeof v1; | ||
v1beta1: typeof v1beta1; | ||
@@ -7,0 +9,0 @@ NotebookServiceClient: typeof v1beta1.NotebookServiceClient; |
@@ -20,3 +20,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.protos = exports.NotebookServiceClient = exports.v1beta1 = void 0; | ||
exports.protos = exports.NotebookServiceClient = exports.v1beta1 = exports.v1 = void 0; | ||
const v1 = require("./v1"); | ||
exports.v1 = v1; | ||
const v1beta1 = require("./v1beta1"); | ||
@@ -26,5 +28,5 @@ exports.v1beta1 = v1beta1; | ||
exports.NotebookServiceClient = NotebookServiceClient; | ||
exports.default = { v1beta1, NotebookServiceClient }; | ||
exports.default = { v1, v1beta1, NotebookServiceClient }; | ||
const protos = require("../protos/protos"); | ||
exports.protos = protos; | ||
//# sourceMappingURL=index.js.map |
# Changelog | ||
## [1.3.0](https://www.github.com/googleapis/nodejs-notebooks/compare/v1.2.0...v1.3.0) (2021-08-30) | ||
### Features | ||
* added support for Notebooks v1 ([#87](https://www.github.com/googleapis/nodejs-notebooks/issues/87)) ([81c1c83](https://www.github.com/googleapis/nodejs-notebooks/commit/81c1c83a056839971fc7ed4fd273343812c207b5)) | ||
## [1.2.0](https://www.github.com/googleapis/nodejs-notebooks/compare/v1.1.7...v1.2.0) (2021-08-23) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@google-cloud/notebooks", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Notebooks client for Node.js", | ||
@@ -5,0 +5,0 @@ "repository": "googleapis/nodejs-notebooks", |
@@ -143,4 +143,4 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
are generated from a central template. To edit one of these files, make an edit | ||
to its template in this | ||
[directory](https://github.com/googleapis/synthtool/tree/master/synthtool/gcp/templates/node_library). | ||
to its templates in | ||
[directory](https://github.com/googleapis/synthtool). | ||
@@ -147,0 +147,0 @@ ## License |
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
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
4587434
40
70681