@overmap-ai/core 1.0.60-sdk-refactor.14 → 1.0.60-sdk-refactor.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.
|
@@ -28,10 +28,6 @@ export declare abstract class JWTService<TState extends BaseState, TSDK extends
|
|
|
28
28
|
* Attempts to renew tokens
|
|
29
29
|
*/
|
|
30
30
|
renewTokens(): Promise<undefined>;
|
|
31
|
-
/**
|
|
32
|
-
* Checks whether the tokens will be expiring soon
|
|
33
|
-
* @returns {boolean}
|
|
34
|
-
*/
|
|
35
31
|
tokenIsExpiringSoon(): boolean;
|
|
36
32
|
getAuthHeader(): string;
|
|
37
33
|
prepareAuth(): Promise<undefined>;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Core functionality for Overmap",
|
|
4
4
|
"author": "Wôrdn Inc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
|
-
"version": "1.0.60-sdk-refactor.
|
|
6
|
+
"version": "1.0.60-sdk-refactor.16",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/overmap-core.umd.cjs",
|
|
9
9
|
"module": "dist/overmap-core.js",
|