@google-cloud/bigquery
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -144,5 +144,5 @@ "use strict"; | ||
this.stream.emit('response', resp); | ||
cb(err, resp); | ||
cb === null || cb === void 0 ? void 0 : cb(err, resp); | ||
} | ||
cb(err, resp); | ||
cb === null || cb === void 0 ? void 0 : cb(err, resp); | ||
}); | ||
@@ -149,0 +149,0 @@ } |
@@ -7,2 +7,11 @@ # Changelog | ||
## [6.0.1](https://github.com/googleapis/nodejs-bigquery/compare/v6.0.0...v6.0.1) (2022-06-17) | ||
### Bug Fixes | ||
* call rowQueue insert callback only if present ([#1128](https://github.com/googleapis/nodejs-bigquery/issues/1128)) ([17a0c0d](https://github.com/googleapis/nodejs-bigquery/commit/17a0c0ddee6e7c9ea03c839edbc162a7ecfa5b0e)) | ||
* **deps:** update dependency @google-cloud/paginator to v4 ([#1116](https://github.com/googleapis/nodejs-bigquery/issues/1116)) ([073abc0](https://github.com/googleapis/nodejs-bigquery/commit/073abc0b22271627f79d6744995d820d3bd62631)) | ||
* **deps:** update dependency @google-cloud/storage to v6 ([#1119](https://github.com/googleapis/nodejs-bigquery/issues/1119)) ([d607e5a](https://github.com/googleapis/nodejs-bigquery/commit/d607e5a657daa500049a279e79ed69086665ceff)) | ||
## [6.0.0](https://github.com/googleapis/nodejs-bigquery/compare/v5.12.0...v6.0.0) (2022-05-20) | ||
@@ -9,0 +18,0 @@ |
{ | ||
"name": "@google-cloud/bigquery", | ||
"description": "Google BigQuery Client Library for Node.js", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"license": "Apache-2.0", | ||
@@ -52,3 +52,3 @@ "author": "Google LLC", | ||
"@google-cloud/common": "^3.10.0", | ||
"@google-cloud/paginator": "^3.0.0", | ||
"@google-cloud/paginator": "^4.0.0", | ||
"@google-cloud/promisify": "^3.0.0", | ||
@@ -66,3 +66,3 @@ "arrify": "^2.0.1", | ||
"devDependencies": { | ||
"@google-cloud/storage": "^5.0.0", | ||
"@google-cloud/storage": "^6.0.0", | ||
"@types/big.js": "^6.0.0", | ||
@@ -69,0 +69,0 @@ "@types/execa": "^0.9.0", |
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
610513
+ Added@google-cloud/paginator@4.0.1(transitive)
- Removed@google-cloud/paginator@3.0.7(transitive)