Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

v9.0.0

Compare
Choose a tag to compare
@token-generator-app token-generator-app released this 20 Apr 13:43
dddb188

9.0.0 (2023-04-20)

⚠ BREAKING CHANGES

  • The exported typescript types for NodeBundlerType, RuntimeType, and ModuleFormat are not enums anymore but unions of strings. Use the newly exported NODE_BUNDLER, RUNTIME, and MODULE_FORMAT for constants. Also the types NodeBundlerType and RuntimeType were renamed to NodeBundlerName and RuntimeName respectively.
  • drop node 14.16 and 14.17 (#1391)

Features

Bug Fixes