Version 2.0.2 has an import of the "@google-cloud/storage" package inside table.ts. However it's defined as a devDependency instead of a dependency in package.json. This forces me to introduce this dependency to my own project or it will cause a typescript compile error.
See https://github.com/googleapis/nodejs-bigquery/blob/master/src/table.ts#L36
It was added with this PR #246
Thanks!
Version 2.0.2 has an import of the "@google-cloud/storage" package inside
table.ts. However it's defined as adevDependencyinstead of adependencyinpackage.json. This forces me to introduce this dependency to my own project or it will cause a typescript compile error.See https://github.com/googleapis/nodejs-bigquery/blob/master/src/table.ts#L36
It was added with this PR #246
Thanks!