Skip to content

Runtime dependencies faulty declared as devDependencies. #1701

@PerThoresson

Description

@PerThoresson

Some dependencies are declared as dev dependencies while they are actually run-time dependencies. This does not cause a problem with NPM currently as other dependencies include the missing ones.

However, when using together with Bazel and rules_js which isolate dependencies it breaks as they are not declared properly.

I've fixed the package.json to declare the dependencies in the correct way.

Thanks!

Metadata

Metadata

Assignees

Labels

api: spannerIssues related to the googleapis/nodejs-spanner API.priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions