@asgardeo/javascript 0.10.0 → 0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,6 +70,10 @@ export declare enum Stores {
70
70
  * Store for OpenID Connect provider metadata, including endpoints and configuration.
71
71
  */
72
72
  OIDCProviderMetaData = "oidc_provider_meta_data",
73
+ /**
74
+ * Store for persisted data that needs to be retained across sessions and application restarts.
75
+ */
76
+ PersistedData = "persisted_data",
73
77
  /**
74
78
  * Store for user session-related data like tokens and authentication state.
75
79
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asgardeo/javascript",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Framework agnostic JavaScript SDK for Asgardeo.",
5
5
  "keywords": [
6
6
  "asgardeo",