Upstream
Corepack is no longer included
- eval "$(fnm env --use-on-cd --corepack-enabled)"
+ eval "$(fnm env --use-on-cd)"
+ npm install -g corepack
Use UUID v7 for Primary Keys
26.1.0 adds support for randomUUIDv7() via nodejs/node#62553
This is efficient for future PostgreSQL migration since it has a native UUID data type:
UUIDs are stored as 128-bit values, represented as a sequence of hexadecimal digits. Source
@types/node@25.6.2 does not include the type:
'"node:crypto"' has no exported member named 'randomUUIDv7'. Did you mean 'randomUUID'?
Upstream
@types/node@26forcrypto.randomUUIDv7typeCorepack is no longer included
Use UUID v7 for Primary Keys
26.1.0 adds support for
randomUUIDv7()via nodejs/node#62553This is efficient for future PostgreSQL migration since it has a native UUID data type:
@types/node@25.6.2does not include the type: