v0.9.0
Sorry this took some time.
v0.9
introduces a big tooling upgrade to svelte-package
to better keep in sync with any changes in the Svelte ecosystem. Consequently, compiled packages (for non-Svelte consumers) are moved to a separate /dist
endpoint. This distinction helps the package work with virtually any permutation of environment setup.
Under the hood, we added better type safety, moved away from handwritten ts.d
to generated ones, and performed a slight code refactor/cleanup.