Environment
Reproduction
Describe the bug
In the latest version of nanoid, they removed nanoid/async module
https://github.com/ai/nanoid/blob/main/CHANGELOG.md#50
Hence Pinia ORM (master branch as of now) build failing:
src/packages/nanoid/casts/AsyncCast.ts(1,24): error TS2307: Cannot find module 'nanoid/async' or its corresponding type declarations.
I think we should remove it too.
Additional context
No response
Logs
No response
Environment
Reproduction
Describe the bug
In the latest version of nanoid, they removed
nanoid/asyncmodulehttps://github.com/ai/nanoid/blob/main/CHANGELOG.md#50
Hence Pinia ORM (master branch as of now) build failing:
I think we should remove it too.
Additional context
No response
Logs
No response