···11----
22-"prototypey": patch
33----
44-55-Add type-level inference for `enum` and `knownValues` on string fields.
66-77-Strings with `enum` now infer as a union of the literal values; strings with `knownValues` infer as the literal union widened with `string & {}` so unlisted values are still accepted.
+8
packages/prototypey/CHANGELOG.md
···11# prototypey
2233+## 0.5.2
44+55+### Patch Changes
66+77+- 7b680c9: Add type-level inference for `enum` and `knownValues` on string fields.
88+99+ Strings with `enum` now infer as a union of the literal values; strings with `knownValues` infer as the literal union widened with `string & {}` so unlisted values are still accepted.
1010+311## 0.5.1
412513### Patch Changes