@zoreal/oauth2-js 0.1.15 → 0.1.17

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
@@ -305,7 +305,7 @@ declare function mountPairingModal(state: PairingState, options: PairingModalOpt
305
305
  * auth-code mode leaves it to the RP backend.
306
306
  */
307
307
  declare const WIRE_VERSION = 1;
308
- declare const SDK_VERSION = "0.1.15";
308
+ declare const SDK_VERSION = "0.1.17";
309
309
  declare const SDK_NAME = "@zoreal/oauth2-js";
310
310
  declare const DEFAULT_ISSUER = "https://id.zoreal.com";
311
311
  /** Pending TTL is short. Poll gently; over-polling cancels the request. */
package/dist/index.d.ts CHANGED
@@ -305,7 +305,7 @@ declare function mountPairingModal(state: PairingState, options: PairingModalOpt
305
305
  * auth-code mode leaves it to the RP backend.
306
306
  */
307
307
  declare const WIRE_VERSION = 1;
308
- declare const SDK_VERSION = "0.1.15";
308
+ declare const SDK_VERSION = "0.1.17";
309
309
  declare const SDK_NAME = "@zoreal/oauth2-js";
310
310
  declare const DEFAULT_ISSUER = "https://id.zoreal.com";
311
311
  /** Pending TTL is short. Poll gently; over-polling cancels the request. */