schema-dts & schema-dts-gen v0.8.0
Changes in schema-dts and schema-dts-gen
-
Breaking Change: Enum variables are no longer exported.
This trims down the entire ~22KB output of the exported .js, which is helpful if tree-shaking isn't enabled in your bundler.
Instead, you should use the string literals for an enum directly.