-
#555
d849256Thanks @ancheetah! - Fixes files distributed in sdk-effects packages. Excludes files not in/distfolder. -
Updated dependencies []:
- @forgerock/sdk-types@2.0.1
- #502
9ad4062Thanks @ryanbas21! - releasing version 2 of the ping javascript sdk
-
#510
3c63979Thanks @ryanbas21! - Fix error handling in storage client and davinci-client- Add
isGenericErrortype guard to sdk-utilities for runtime error validation - Fix storage client to properly catch errors from custom storage implementations, honoring the errors-as-values contract
- Improve davinci-client error handling to use explicit error checks instead of try-catch
- Add
-
#526
5a9ea40Thanks @ancheetah! - Update READMES. Fix types and comments. -
Updated dependencies [
9ad4062,5a9ea40]:- @forgerock/sdk-types@2.0.0
-
#412
b0f4368Thanks @ryanbas21! - feat: Update storage package- Updated ESLint configurations for consistent code style and linting rules.
- Ensured compatibility with
verbatimModuleSyntaxby correcting type-only imports and module exports.
-
#348
beb349aThanks @cerebrl! - Implemented token exchange within OIDC Client -
#417
93595d2Thanks @ancheetah! - - Standardizes return types on storage client and updates tests- Improves OIDC client where storage client methods are used
-
#363
6c06e70Thanks @cerebrl! - Implement OIDC logout and user info request; includes type updates and global error type -
Updated dependencies [
6c06e70,fd14ca9,b0f4368]:- @forgerock/sdk-types@1.3.0
- #251
50fd7faThanks @ryanbas21! - created sdk-storage module, which includes session,local, and token storage