0.46.7
(fix):
Simplify runtime detection to reduce the chance of using an unsupported API like process.
Detect Edge Runtime by Vercel.
0.46.6
(fix):
Update @types/node
to 18+
, required for the generated Node18UniversalStreamWrapper
test.
0.46.5
(fix):
Fix the webpack test to work with .js/.jsx extensions in TypeScript
(fix):
Only map .js modules in Jest, not .json files.
0.46.4
(fix):
Fix packageJson custom configuration & package.json types field.
0.46.3
(fix):
Revert to using legacy exports by default.
0.46.2
(fix):
Fix Jest to work with files imported using .js
extension.
(fix):
Make sure Jest loads Jest configuration regardless of package.json type.