@zoreal/oauth2-js 0.1.24 → 0.2.25

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.
package/dist/index.d.cts CHANGED
@@ -333,7 +333,7 @@ declare function mountPairingModal(state: PairingState, options: PairingModalOpt
333
333
  * auth-code mode leaves it to the RP backend.
334
334
  */
335
335
  declare const WIRE_VERSION = 1;
336
- declare const SDK_VERSION = "0.1.24";
336
+ declare const SDK_VERSION = "0.2.25";
337
337
  declare const SDK_NAME = "@zoreal/oauth2-js";
338
338
  declare const DEFAULT_ISSUER = "https://id.zoreal.com";
339
339
  /** Pending TTL is short. Poll gently; over-polling cancels the request. */
package/dist/index.d.ts CHANGED
@@ -333,7 +333,7 @@ declare function mountPairingModal(state: PairingState, options: PairingModalOpt
333
333
  * auth-code mode leaves it to the RP backend.
334
334
  */
335
335
  declare const WIRE_VERSION = 1;
336
- declare const SDK_VERSION = "0.1.24";
336
+ declare const SDK_VERSION = "0.2.25";
337
337
  declare const SDK_NAME = "@zoreal/oauth2-js";
338
338
  declare const DEFAULT_ISSUER = "https://id.zoreal.com";
339
339
  /** Pending TTL is short. Poll gently; over-polling cancels the request. */
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ function unsafeClaims(idToken) {
14
14
 
15
15
  // src/wire.ts
16
16
  var WIRE_VERSION = 1;
17
- var SDK_VERSION = "0.1.24";
17
+ var SDK_VERSION = "0.2.25";
18
18
  var SDK_NAME = "@zoreal/oauth2-js";
19
19
  var DEFAULT_ISSUER = "https://id.zoreal.com";
20
20
  var POLL_INTERVAL_MS = 2e3;