From 9788cef93ae228fc06e26b32e5c09eb459221807 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 02:48:19 +0000 Subject: [PATCH] Version Packages --- .changeset/public-system-config-response.md | 13 ------------- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) delete mode 100644 .changeset/public-system-config-response.md diff --git a/.changeset/public-system-config-response.md b/.changeset/public-system-config-response.md deleted file mode 100644 index 496f8ac..0000000 --- a/.changeset/public-system-config-response.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@seamless-auth/types': minor ---- - -Add `PublicSystemConfigResponseSchema`, the slice of the system configuration a signed-out client -may read. - -It carries `loginMethods` and nothing else. The sign-in screens in the SDKs currently fall back to a -hardcoded list of methods when they have no session, which can advertise a method an instance has -turned off. A contract for the configured methods lets a client ask instead of guess, and lets it -decide whether declining a passkey during registration would leave the user with no way back in. - -Additive. No existing schema, type, or export changes. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3753855..39658de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @seamless-auth/types +## 0.5.0 + +### Minor Changes + +- e39584e: Add `PublicSystemConfigResponseSchema`, the slice of the system configuration a signed-out client + may read. + + It carries `loginMethods` and nothing else. The sign-in screens in the SDKs currently fall back to a + hardcoded list of methods when they have no session, which can advertise a method an instance has + turned off. A contract for the configured methods lets a client ask instead of guess, and lets it + decide whether declining a passkey during registration would leave the user with no way back in. + + Additive. No existing schema, type, or export changes. + ## 0.4.1 ### Patch Changes diff --git a/package.json b/package.json index 9659ad5..2a51489 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@seamless-auth/types", - "version": "0.4.1", + "version": "0.5.0", "description": "Shared TypeScript types and Zod schemas for SeamlessAuth.", "author": "Fells Code, LLC", "license": "AGPL-3.0-only",