@zoreal/oauth2-js 0.1.15 → 0.1.16
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/README.md +1 -1
- package/dist/index.cjs +117 -230
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +117 -230
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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.
|
|
308
|
+
declare const SDK_VERSION = "0.1.16";
|
|
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.
|
|
308
|
+
declare const SDK_VERSION = "0.1.16";
|
|
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. */
|