@malloydata/db-bigquery 0.0.112-dev231206174321 → 0.0.112-dev231206194739

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -171,6 +171,7 @@ describe('db:BigQuery', () => {
171
171
  let getSQLBlockSchema;
172
172
  beforeEach(async () => {
173
173
  getTableFieldSchema = jest
174
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
174
175
  .spyOn(bigquery_connection_1.BigQueryConnection.prototype, 'getTableFieldSchema')
175
176
  .mockResolvedValue({
176
177
  schema: {},
@@ -179,6 +180,7 @@ describe('db:BigQuery', () => {
179
180
  needsPartitionDatePseudoColumn: false,
180
181
  });
181
182
  getSQLBlockSchema = jest
183
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
182
184
  .spyOn(bigquery_connection_1.BigQueryConnection.prototype, 'getSQLBlockSchema')
183
185
  .mockResolvedValue({
184
186
  schema: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/db-bigquery",
3
- "version": "0.0.112-dev231206174321",
3
+ "version": "0.0.112-dev231206194739",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  "@google-cloud/bigquery": "^7.3.0",
26
26
  "@google-cloud/common": "^5.0.1",
27
27
  "@google-cloud/paginator": "^5.0.0",
28
- "@malloydata/malloy": "^0.0.112-dev231206174321",
28
+ "@malloydata/malloy": "^0.0.112-dev231206194739",
29
29
  "gaxios": "^4.2.0"
30
30
  }
31
31
  }