@smithy/experimental-identity-and-auth 0.6.0 → 0.6.2
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.
|
@@ -4,8 +4,9 @@ import type { Identity, IdentityProvider } from "@smithy/types";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const createIsIdentityExpiredFunction: (expirationMs: number) => (identity: Identity) => boolean;
|
|
6
6
|
/**
|
|
7
|
-
* @internal
|
|
8
7
|
* This may need to be configurable in the future, but for now it is defaulted to 5min.
|
|
8
|
+
*
|
|
9
|
+
* @internal
|
|
9
10
|
*/
|
|
10
11
|
export declare const EXPIRATION_MS = 300000;
|
|
11
12
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/experimental-identity-and-auth",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
|
|
6
6
|
"build:es:cjs": "yarn g:tsc -p tsconfig.es.json && node ../../scripts/inline experimental-identity-and-auth",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"sideEffects": false,
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@smithy/core": "^3.24.
|
|
30
|
-
"@smithy/middleware-retry": "^4.6.
|
|
31
|
-
"@smithy/signature-v4": "^5.4.
|
|
29
|
+
"@smithy/core": "^3.24.2",
|
|
30
|
+
"@smithy/middleware-retry": "^4.6.2",
|
|
31
|
+
"@smithy/signature-v4": "^5.4.2",
|
|
32
32
|
"@smithy/types": "^4.14.1",
|
|
33
33
|
"tslib": "^2.6.2"
|
|
34
34
|
},
|