Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .changeset/public-facing-docs-polish.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @seamless-auth/types

## 0.4.1

### Patch Changes

- 9ae3092: No contract changes. Schemas, types, and exports are untouched.

Packaging: the non-test sources under `src` now ship in the tarball. The published `dist` has
always included declaration maps and source maps, but the sources they pointed at were not in the
package, so the maps were dangling. Go to Definition now lands on the actual schema instead of a
`.d.ts`.

Documentation: the README now carries npm, CI, Node, and license badges, a requirements section
that spells out the module resolution the subpath exports need, a conventions section covering the
schema and type alias pairing, and sections on versioning, supply chain, and security.
`SECURITY.md` states which versions are supported and what is in scope for this repository.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seamless-auth/types",
"version": "0.4.0",
"version": "0.4.1",
"description": "Shared TypeScript types and Zod schemas for SeamlessAuth.",
"author": "Fells Code, LLC",
"license": "AGPL-3.0-only",
Expand Down