You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Move code to pkgs that use it.
- Move types to pkgs that use them.
- Only thing remains is truly common types.
- `common` dir no longer used as pkg, but via symlinks.
- `ImageSet` type is re-exported by other pkgs.
- `Credit` and `Meta` types deprecated, user can type their own
metadata json.
Issue #4
- Move core defines and helpers over from `common`.
- Move some types over from `common`, and symlink the shared remnants.
- Symlink `ImageSet` type from `common`.
- Add new example non-credit metadata field to docs and test stubs.
- Renamed some test libs for sanity.
- Dependency updates.
Issue #4.
- Get and re-export `ImageSet` type via symlink to `common`
- Drop `Credit` and `Meta` types, developer can type metadata on their side.
- Add example non-credit `description` metadata field to docs and test stubs.
- Use `mime` package to get `Content-Type` strings, remove hard-coded list.
- Exclude tests in tsconfig. Test files still getting copied to output
`dist/` though, I think a bug/feature of `svelte-package`, @todo
later.
- Add sveltekit aliases to tsconfig.
- Dependecy updates.
Fixes Issue #4.
Rename output field
credit
tometa
, adjust types, etc.Details: PR #5
The text was updated successfully, but these errors were encountered: