-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Labels
api: spannerIssues related to the googleapis/nodejs-spanner API.Issues related to the googleapis/nodejs-spanner API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-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.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
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.Issues related to the googleapis/nodejs-spanner API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-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.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.