Skip to content

generaltranslation@9.0.0-odysseus.6

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Jul 01:13
· 187 commits to main since this release
8df33b9

Patch Changes

  • b72c30b: Clean up the generaltranslation public API surface for the next major.

    Removes the unused generaltranslation/core subpath, stale endpoint types, duplicate ApiError accessors, and dead /internal exports. Moves API_VERSION to generaltranslation/internal, exports the derivation helpers from the public root, and points gt-i18n at that public entry.

  • d5cf2d3: Vendor the FormatJS ICU AST printer so the ESM internal build no longer imports the CommonJS printer.js subpath, which Vite-based dev servers (e.g. TanStack Start) cannot load. Serialized output is byte-identical, so hashes are unchanged.