You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
DeprecationWarning when I run npx pocketbase-typegen --env -o src/lib/types/pocketbase-types.ts, the script stops/frezz. But the pocketbase-types.ts is updated with the new changes.
Log:
% npx pocketbase-typegen --env -o src/lib/types/pocketbase-types_.ts
(node:31280) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
(node:31280) [DEP0044] DeprecationWarning: The `util.isArray` API is deprecated. Please use `Array.isArray()` instead.
Describe the bug
DeprecationWarning when I run
npx pocketbase-typegen --env -o src/lib/types/pocketbase-types.ts
, the script stops/frezz. But thepocketbase-types.ts
is updated with the new changes.Log:
Versions
pocketbase-typegen version: 1.2.1
pocketbase version: 0.22.17 - 0.22.12
The text was updated successfully, but these errors were encountered: