Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions handwritten/bigquery-storage/.OwlBot.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions handwritten/bigquery-storage/.prettierignore

This file was deleted.

17 changes: 0 additions & 17 deletions handwritten/bigquery-storage/.prettierrc.js

This file was deleted.

19 changes: 0 additions & 19 deletions handwritten/bigquery-storage/owlbot.py

This file was deleted.

11 changes: 5 additions & 6 deletions handwritten/bigquery-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,17 @@
"license": "Apache-2.0",
"author": "Google LLC",
"files": [
"build/src",
"build/protos"
"build/src"
],
"main": "build/src/index.js",
"scripts": {
"clean": "gts clean",
"compile": "tsc -p . && cp -r protos build/",
"compile-protos": "compileProtos src",
"compile": "tsc -p .",
"docs": "jsdoc -c .jsdoc.js",
"fix": "gts fix",
"prelint": "cd samples; npm link ../; npm install",
"lint": "gts check",
"prepare": "npm run compile-protos && npm run compile",
"prepare": "npm run compile",
"system-test": "c8 mocha build/system-test",
"test": "c8 mocha build/test",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
Expand All @@ -37,7 +35,8 @@
"google-auth-library": "^10.0.0",
"google-gax": "^5.0.0",
"long": "^5.2.0",
"protobufjs": "^7.5.5"
"protobufjs": "^7.5.5",
"@google-cloud/bigquery-storage-api": "^0.2.0"
},
"peerDependencies": {
"protobufjs": "~7.5.5"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading