This repository has been archived by the owner on May 22, 2024. It is now read-only.
v9.0.0
9.0.0 (2023-04-20)
⚠ BREAKING CHANGES
- The exported typescript types for
NodeBundlerType
,RuntimeType
, andModuleFormat
are not enums anymore but unions of strings. Use the newly exportedNODE_BUNDLER
,RUNTIME
, andMODULE_FORMAT
for constants. Also the typesNodeBundlerType
andRuntimeType
were renamed toNodeBundlerName
andRuntimeName
respectively. - drop node 14.16 and 14.17 (#1391)