@google-cloud/bigquery
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -578,5 +578,5 @@ /*! | ||
*/ | ||
createLoadJob(source: string | File, metadata?: JobLoadMetadata): Promise<JobResponse>; | ||
createLoadJob(source: string | File, metadata: JobLoadMetadata, callback: JobCallback): void; | ||
createLoadJob(source: string | File, callback: JobCallback): void; | ||
createLoadJob(source: string | File | File[], metadata?: JobLoadMetadata): Promise<JobResponse>; | ||
createLoadJob(source: string | File | File[], metadata: JobLoadMetadata, callback: JobCallback): void; | ||
createLoadJob(source: string | File | File[], callback: JobCallback): void; | ||
/** | ||
@@ -963,5 +963,5 @@ * @param {string | File | File[]} source | ||
createInsertStream(options?: InsertStreamOptions): Writable; | ||
load(source: string | File, metadata?: JobLoadMetadata): Promise<JobMetadataResponse>; | ||
load(source: string | File, metadata: JobLoadMetadata, callback: JobMetadataCallback): void; | ||
load(source: string | File, callback: JobMetadataCallback): void; | ||
load(source: string | File | File[], metadata?: JobLoadMetadata): Promise<JobMetadataResponse>; | ||
load(source: string | File | File[], metadata: JobLoadMetadata, callback: JobMetadataCallback): void; | ||
load(source: string | File | File[], callback: JobMetadataCallback): void; | ||
/** | ||
@@ -1047,5 +1047,5 @@ * Load data from a local file or Storage {@link | ||
*/ | ||
load(source: string | File, metadata?: JobLoadMetadata): Promise<JobMetadataResponse>; | ||
load(source: string | File, metadata: JobLoadMetadata, callback: JobMetadataCallback): void; | ||
load(source: string | File, callback: JobMetadataCallback): void; | ||
load(source: string | File | File[], metadata?: JobLoadMetadata): Promise<JobMetadataResponse>; | ||
load(source: string | File | File[], metadata: JobLoadMetadata, callback: JobMetadataCallback): void; | ||
load(source: string | File | File[], callback: JobMetadataCallback): void; | ||
/** | ||
@@ -1052,0 +1052,0 @@ * Run a query scoped to your dataset. |
@@ -7,2 +7,11 @@ # Changelog | ||
## [6.0.2](https://github.com/googleapis/nodejs-bigquery/compare/v6.0.1...v6.0.2) (2022-08-01) | ||
### Bug Fixes | ||
* adding missing links to bug_report template ([#1141](https://github.com/googleapis/nodejs-bigquery/issues/1141)) ([aa6388a](https://github.com/googleapis/nodejs-bigquery/commit/aa6388ac5cbfbcb4b3e622120de9cd53ec47a6ad)) | ||
* **deps:** update dependency @google-cloud/common to v4 ([#1127](https://github.com/googleapis/nodejs-bigquery/issues/1127)) ([bea8b42](https://github.com/googleapis/nodejs-bigquery/commit/bea8b429894b3b710ac682ee57b0878b82ca29c1)) | ||
* **deps:** update dependency readable-stream to v4 ([#1129](https://github.com/googleapis/nodejs-bigquery/issues/1129)) ([4a252d0](https://github.com/googleapis/nodejs-bigquery/commit/4a252d08ff6df7f61c793f5225e20709474694ae)) | ||
## [6.0.1](https://github.com/googleapis/nodejs-bigquery/compare/v6.0.0...v6.0.1) (2022-06-17) | ||
@@ -9,0 +18,0 @@ |
{ | ||
"name": "@google-cloud/bigquery", | ||
"description": "Google BigQuery Client Library for Node.js", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"license": "Apache-2.0", | ||
@@ -51,3 +51,3 @@ "author": "Google LLC", | ||
"dependencies": { | ||
"@google-cloud/common": "^3.10.0", | ||
"@google-cloud/common": "^4.0.0", | ||
"@google-cloud/paginator": "^4.0.0", | ||
@@ -61,3 +61,3 @@ "@google-cloud/promisify": "^3.0.0", | ||
"p-event": "^4.1.0", | ||
"readable-stream": "^3.6.0", | ||
"readable-stream": "^4.0.0", | ||
"stream-events": "^1.0.5", | ||
@@ -86,5 +86,5 @@ "uuid": "^8.0.0" | ||
"jsdoc": "^3.6.3", | ||
"jsdoc-fresh": "^1.0.1", | ||
"jsdoc-region-tag": "^1.0.2", | ||
"linkinator": "^2.0.0", | ||
"jsdoc-fresh": "^2.0.0", | ||
"jsdoc-region-tag": "^2.0.0", | ||
"linkinator": "^4.0.0", | ||
"mocha": "^9.2.2", | ||
@@ -91,0 +91,0 @@ "mv": "^2.1.1", |
@@ -173,2 +173,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
| Set User Agent | [source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/setUserAgent.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/setUserAgent.js,samples/README.md) | | ||
| Table Exists | [source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/tableExists.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/tableExists.js,samples/README.md) | | ||
| Undelete Table | [source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/undeleteTable.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/undeleteTable.js,samples/README.md) | | ||
@@ -175,0 +176,0 @@ | Update Dataset Access | [source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/updateDatasetAccess.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/updateDatasetAccess.js,samples/README.md) | |
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
611713
254
+ Added@google-cloud/common@4.0.3(transitive)
+ Added@google-cloud/projectify@3.0.0(transitive)
+ Addedbuffer@6.0.3(transitive)
+ Addedevents@3.3.0(transitive)
+ Addedgaxios@5.1.3(transitive)
+ Addedgcp-metadata@5.3.0(transitive)
+ Addedgoogle-auth-library@8.9.0(transitive)
+ Addedgoogle-p12-pem@4.0.1(transitive)
+ Addedgtoken@6.1.2(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedprocess@0.11.10(transitive)
+ Addedreadable-stream@4.5.2(transitive)
+ Addedretry-request@5.0.2(transitive)
+ Addedteeny-request@8.0.3(transitive)
+ Addeduuid@9.0.1(transitive)
- Removed@google-cloud/common@3.10.0(transitive)
- Removed@google-cloud/projectify@2.1.1(transitive)
- Removed@google-cloud/promisify@2.0.4(transitive)
- Removedgaxios@4.3.3(transitive)
- Removedgcp-metadata@4.3.1(transitive)
- Removedgoogle-auth-library@7.14.1(transitive)
- Removedgoogle-p12-pem@3.1.4(transitive)
- Removedgtoken@5.3.2(transitive)
- Removedretry-request@4.2.2(transitive)
- Removedteeny-request@7.2.0(transitive)
Updated@google-cloud/common@^4.0.0
Updatedreadable-stream@^4.0.0