This repository was 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, andModuleFormatare not enums anymore but unions of strings. Use the newly exportedNODE_BUNDLER,RUNTIME, andMODULE_FORMATfor constants. Also the typesNodeBundlerTypeandRuntimeTypewere renamed toNodeBundlerNameandRuntimeNamerespectively. - drop node 14.16 and 14.17 (#1391)