···11----
22-'@atcute/crypto': minor
33----
44-55-make Deno runtime try node:crypto if available
-10
.changeset/replace-enums-moderation.md
···11----
22-'@atcute/bluesky-moderation': major
33----
44-55-replace enums with plain objects
66-77-exported enums are now `as const` objects with companion type aliases. enum member values are
88-unchanged, so runtime behavior is identical. the main type-level difference is that string enums are
99-no longer nominal — raw string literals are now assignable where enum types were previously
1010-required.
-7
.changeset/replace-enums-mst.md
···11----
22-'@atcute/mst': major
33----
44-55-replace enums with plain objects
66-77-`DeltaType` is now an `as const` object with a companion type alias.
···11# @atcute/bluesky-moderation
2233+## 3.0.0
44+55+### Major Changes
66+77+- 4729dea: replace enums with plain objects
88+99+ exported enums are now `as const` objects with companion type aliases. enum member values are
1010+ unchanged, so runtime behavior is identical. the main type-level difference is that string enums
1111+ are no longer nominal — raw string literals are now assignable where enum types were previously
1212+ required.
1313+314## 2.0.4
415516### Patch Changes
···11# @atcute/crypto
2233+## 2.4.0
44+55+### Minor Changes
66+77+- 812b68e: make Deno runtime try node:crypto if available
88+39## 2.3.0
410511### Minor Changes
···11# @atcute/mst
2233+## 1.0.0
44+55+### Major Changes
66+77+- 194a382: replace enums with plain objects
88+99+ `DeltaType` is now an `as const` object with a companion type alias.
1010+311## 0.1.2
412513### Patch Changes