@cdk8s/awscdk-resolver 0.0.15 → 0.0.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/.jsii +2 -2
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +10 -10
- package/node_modules/@aws-sdk/client-sso/package.json +8 -8
- package/node_modules/@aws-sdk/client-sts/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-browser.js +320 -183
- package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-node.js +321 -184
- package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-browser.js +231 -93
- package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-node.js +237 -98
- package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-browser.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-node.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/package.json +3 -3
package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-browser.d.ts
CHANGED
@@ -184,4 +184,4 @@ declare var CreateTokenCommand: {
|
|
184
184
|
};
|
185
185
|
};
|
186
186
|
};
|
187
|
-
export { AccessDeniedException, AuthorizationPendingException, CreateTokenCommand, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidRequestException, InvalidScopeException, SSOOIDCClient, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException };
|
187
|
+
export { AccessDeniedException, AuthorizationPendingException, CreateTokenCommand, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidRequestException, InvalidScopeException, SSOOIDCClient, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException, };
|
@@ -184,4 +184,4 @@ declare var CreateTokenCommand: {
|
|
184
184
|
};
|
185
185
|
};
|
186
186
|
};
|
187
|
-
export { AccessDeniedException, AuthorizationPendingException, CreateTokenCommand, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidRequestException, InvalidScopeException, SSOOIDCClient, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException };
|
187
|
+
export { AccessDeniedException, AuthorizationPendingException, CreateTokenCommand, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidRequestException, InvalidScopeException, SSOOIDCClient, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException, };
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/token-providers",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.430.0",
|
4
4
|
"description": "A collection of token providers",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -36,17 +36,17 @@
|
|
36
36
|
"@aws-sdk/types": "3.428.0",
|
37
37
|
"@aws-sdk/util-endpoints": "3.428.0",
|
38
38
|
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
39
|
-
"@aws-sdk/util-user-agent-node": "3.
|
40
|
-
"@smithy/config-resolver": "^2.0.
|
39
|
+
"@aws-sdk/util-user-agent-node": "3.430.0",
|
40
|
+
"@smithy/config-resolver": "^2.0.15",
|
41
41
|
"@smithy/fetch-http-handler": "^2.2.3",
|
42
42
|
"@smithy/hash-node": "^2.0.11",
|
43
43
|
"@smithy/invalid-dependency": "^2.0.11",
|
44
44
|
"@smithy/middleware-content-length": "^2.0.13",
|
45
|
-
"@smithy/middleware-endpoint": "^2.1.
|
46
|
-
"@smithy/middleware-retry": "^2.0.
|
45
|
+
"@smithy/middleware-endpoint": "^2.1.2",
|
46
|
+
"@smithy/middleware-retry": "^2.0.17",
|
47
47
|
"@smithy/middleware-serde": "^2.0.11",
|
48
48
|
"@smithy/middleware-stack": "^2.0.5",
|
49
|
-
"@smithy/node-config-provider": "^2.1.
|
49
|
+
"@smithy/node-config-provider": "^2.1.2",
|
50
50
|
"@smithy/node-http-handler": "^2.1.7",
|
51
51
|
"@smithy/property-provider": "^2.0.0",
|
52
52
|
"@smithy/protocol-http": "^3.0.7",
|
@@ -58,7 +58,7 @@
|
|
58
58
|
"@smithy/util-body-length-browser": "^2.0.0",
|
59
59
|
"@smithy/util-body-length-node": "^2.1.0",
|
60
60
|
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
61
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
61
|
+
"@smithy/util-defaults-mode-node": "^2.0.20",
|
62
62
|
"@smithy/util-retry": "^2.0.4",
|
63
63
|
"@smithy/util-utf8": "^2.0.0",
|
64
64
|
"tslib": "^2.5.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/util-user-agent-node",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.430.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"license": "Apache-2.0",
|
22
22
|
"dependencies": {
|
23
23
|
"@aws-sdk/types": "3.428.0",
|
24
|
-
"@smithy/node-config-provider": "^2.1.
|
24
|
+
"@smithy/node-config-provider": "^2.1.2",
|
25
25
|
"@smithy/types": "^2.3.5",
|
26
26
|
"tslib": "^2.5.0"
|
27
27
|
},
|
package/package.json
CHANGED
@@ -50,8 +50,8 @@
|
|
50
50
|
"@typescript-eslint/parser": "^6",
|
51
51
|
"aws-cdk": "^2.101.1",
|
52
52
|
"aws-cdk-lib": "2.101.1",
|
53
|
-
"cdk8s": "2.66.
|
54
|
-
"cdk8s-cli": "^2.
|
53
|
+
"cdk8s": "2.66.12",
|
54
|
+
"cdk8s-cli": "^2.145.0",
|
55
55
|
"constructs": "10.3.0",
|
56
56
|
"eslint": "^8",
|
57
57
|
"eslint-import-resolver-node": "^0.3.9",
|
@@ -94,7 +94,7 @@
|
|
94
94
|
"publishConfig": {
|
95
95
|
"access": "public"
|
96
96
|
},
|
97
|
-
"version": "0.0.
|
97
|
+
"version": "0.0.16",
|
98
98
|
"jest": {
|
99
99
|
"testMatch": [
|
100
100
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|