@google-cloud/datalabeling
Advanced tools
Comparing version 1.4.2 to 1.5.0
@@ -9,1 +9,3 @@ import * as v1beta1 from './v1beta1'; | ||
export default _default; | ||
import * as protos from '../protos/protos'; | ||
export { protos }; |
@@ -27,2 +27,4 @@ "use strict"; | ||
exports.default = { v1beta1, DataLabelingServiceClient }; | ||
const protos = require("../protos/protos"); | ||
exports.protos = protos; | ||
//# sourceMappingURL=index.js.map |
@@ -7,2 +7,9 @@ # Changelog | ||
## [1.5.0](https://www.github.com/googleapis/nodejs-datalabeling/compare/v1.4.2...v1.5.0) (2020-02-29) | ||
### Features | ||
* export protos in src/index.ts ([42812db](https://www.github.com/googleapis/nodejs-datalabeling/commit/42812db5f9c56b744c32314aaf4e7c48c13a62b1)) | ||
### [1.4.2](https://www.github.com/googleapis/nodejs-datalabeling/compare/v1.4.1...v1.4.2) (2020-02-10) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/datalabeling", | ||
"description": "Data Labeling API client for Node.js", | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"license": "Apache-2.0", | ||
@@ -41,3 +41,4 @@ "author": "Google LLC", | ||
"predocs-test": "npm run docs", | ||
"prepare": "npm run compile" | ||
"prepare": "npm run compile", | ||
"prelint": "cd samples; npm link ../; npm i" | ||
}, | ||
@@ -44,0 +45,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
4648485
69506