@google-cloud/bigquery
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -250,3 +250,3 @@ "use strict"; | ||
methods, | ||
createMethod: dataset.createRoutine.bind(dataset, id), | ||
createMethod: dataset.createRoutine.bind(dataset), | ||
}); | ||
@@ -253,0 +253,0 @@ } |
@@ -7,2 +7,9 @@ # Changelog | ||
### [5.0.1](https://www.github.com/googleapis/nodejs-bigquery/compare/v5.0.0...v5.0.1) (2020-07-07) | ||
### Bug Fixes | ||
* add tests for Routine ([#807](https://www.github.com/googleapis/nodejs-bigquery/issues/807)) ([c969f3d](https://www.github.com/googleapis/nodejs-bigquery/commit/c969f3d15d4e545b9efd92c4f8a9649216cbd927)) | ||
## [5.0.0](https://www.github.com/googleapis/nodejs-bigquery/compare/v4.7.0...v5.0.0) (2020-06-19) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/bigquery", | ||
"description": "Google BigQuery Client Library for Node.js", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "author": "Google LLC", |
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
471018