We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48030f commit c199f15Copy full SHA for c199f15
2 files changed
handwritten/logging/package.json
@@ -91,7 +91,7 @@
91
"through2": "^2.0.3"
92
},
93
"devDependencies": {
94
- "@google-cloud/bigquery": "*",
+ "@google-cloud/bigquery": "^2.0.1",
95
"@google-cloud/nodejs-repo-tools": "^2.3.3",
96
"@google-cloud/pubsub": "^0.20.1",
97
"@google-cloud/storage": "^2.2.0",
handwritten/logging/system-test/logging.ts
@@ -15,8 +15,7 @@
15
*/
16
17
import * as assert from 'assert';
18
-// tslint:disable-next-line variable-name
19
-const BigQuery = require('@google-cloud/bigquery');
+const {BigQuery} = require('@google-cloud/bigquery');
20
import * as extend from 'extend';
21
import * as is from 'is';
22
import * as nock from 'nock';
0 commit comments