@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.cjs +1 -1
- 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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
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