Patch Changes
-
#5881
ba719f6ea26
Thanks @aliemir! - fix:/parse-table-params
export in node10 module resolutions/parse-table-params
subpath export is not correctly resolved bynode10
module resolutions. -
#5850
c2ef59bf82f
Thanks @aliemir! - fix: replace imports ofqs
with default importsUpdated
qs
imports and usage to prevent issues with ESM builds and to ensure correctly importing the module. -
#5881
ba719f6ea26
Thanks @aliemir! - fix: declaration files in node10, node16 and nodenext module resolutions -
#5849
8a8f88b2c30
Thanks @aliemir! - fix: replacenext/*
imports with extensions in ESM buildsUpdated imports from
next/*
tonext/*.js
to prevent issues with ESM builds and to ensure correctly importing the module.