@malloydata/db-bigquery 0.0.391 → 0.0.393

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.
@@ -369,7 +369,6 @@ class BigQueryConnection extends connection_1.BaseConnection {
369
369
  destination: table,
370
370
  });
371
371
  // if creating this job didn't throw, there's an ID.
372
- // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
373
372
  return job.id;
374
373
  }
375
374
  addFieldsToStructDef(structDef, tableFieldSchema) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/db-bigquery",
3
- "version": "0.0.391",
3
+ "version": "0.0.393",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -17,6 +17,7 @@
17
17
  "lint-fix": "eslint '**/*.ts{,x}' --fix",
18
18
  "test": "jest --config=../../jest.config.js",
19
19
  "build": "tsc --build",
20
+ "dev": "tsc --build",
20
21
  "clean": "tsc --build --clean && rm -f tsconfig.tsbuildinfo",
21
22
  "malloyc": "ts-node ../../scripts/malloy-to-json",
22
23
  "prepublishOnly": "npm run build"
@@ -25,7 +26,7 @@
25
26
  "@google-cloud/bigquery": "^7.3.0",
26
27
  "@google-cloud/common": "^5.0.1",
27
28
  "@google-cloud/paginator": "^5.0.0",
28
- "@malloydata/malloy": "0.0.391",
29
+ "@malloydata/malloy": "0.0.393",
29
30
  "gaxios": "^4.2.0"
30
31
  }
31
32
  }