fix(sdk): remove the legacy ts_idpclient package and switch app integrations to @idp.global/sdk

This commit is contained in:
2026-05-18 16:00:28 +00:00
parent 91f06ccae1
commit b31a10b48b
17 changed files with 666 additions and 1360 deletions
+11
View File
@@ -1,5 +1,16 @@
# Changelog
## Pending
### Fixes
- remove the legacy ts_idpclient package and switch app integrations to @idp.global/sdk (sdk)
- Deletes the in-repo @idp.global/client implementation and publishing metadata under ts_idpclient.
- Updates the web app to import the browser client from @idp.global/sdk/browser instead of the local build output.
- Replaces local file dependencies for @idp.global/catalog and @idp.global/interfaces with published package versions and adds @idp.global/sdk as a runtime dependency.
- Refreshes README and story references to document the shared SDK package and browser entrypoint.
- Updates project release/config metadata to the newer schema and registry target format.
## 2026-04-20 - 1.21.0 - feat(reception)
add passport device authentication flows and alert delivery management