-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Labels
api: spannerIssues related to the googleapis/nodejs-spanner API.Issues related to the googleapis/nodejs-spanner API.
Description
Starting from v8.1.0, uuid package is imported in the runtime of the library:
| import {v4 as uuidv4} from 'uuid'; |
At the same time it is incorrectly listed under
"devDependencies" in package.json:Line 136 in f8b6f63
| "uuid": "^11.1.0", |
This causes the import of this library to fail immediately with
Error: Cannot find module 'uuid' unless the uuid package is in the list of the dependencies of the package importing the library.
The issue seems to have been introduced in 192bf2b.
alan-agius4
Metadata
Metadata
Assignees
Labels
api: spannerIssues related to the googleapis/nodejs-spanner API.Issues related to the googleapis/nodejs-spanner API.