@cdk8s/awscdk-resolver 0.0.15 → 0.0.17

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.
@@ -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.429.0",
3
+ "version": "3.431.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,24 +29,24 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "3.0.0",
31
31
  "@aws-crypto/sha256-js": "3.0.0",
32
- "@aws-sdk/middleware-host-header": "3.429.0",
32
+ "@aws-sdk/middleware-host-header": "3.431.0",
33
33
  "@aws-sdk/middleware-logger": "3.428.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
35
35
  "@aws-sdk/middleware-user-agent": "3.428.0",
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.428.0",
40
- "@smithy/config-resolver": "^2.0.14",
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.1",
46
- "@smithy/middleware-retry": "^2.0.16",
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.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.19",
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.428.0",
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.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
@@ -42,16 +42,16 @@
42
42
  "organization": false
43
43
  },
44
44
  "devDependencies": {
45
- "@cdk8s/projen-common": "0.0.460",
46
- "@types/fs-extra": "^11.0.2",
45
+ "@cdk8s/projen-common": "0.0.461",
46
+ "@types/fs-extra": "^11.0.3",
47
47
  "@types/jest": "^27",
48
48
  "@types/node": "^16",
49
49
  "@typescript-eslint/eslint-plugin": "^6",
50
50
  "@typescript-eslint/parser": "^6",
51
- "aws-cdk": "^2.101.1",
52
- "aws-cdk-lib": "2.101.1",
53
- "cdk8s": "2.66.11",
54
- "cdk8s-cli": "^2.144.0",
51
+ "aws-cdk": "^2.102.0",
52
+ "aws-cdk-lib": "2.102.0",
53
+ "cdk8s": "2.67.0",
54
+ "cdk8s-cli": "^2.148.0",
55
55
  "constructs": "10.3.0",
56
56
  "eslint": "^8",
57
57
  "eslint-import-resolver-node": "^0.3.9",
@@ -73,8 +73,8 @@
73
73
  "typescript": "^5.2.2"
74
74
  },
75
75
  "peerDependencies": {
76
- "aws-cdk-lib": "^2.101.1",
77
- "cdk8s": "^2.66.11",
76
+ "aws-cdk-lib": "^2.102.0",
77
+ "cdk8s": "^2.67.0",
78
78
  "constructs": "^10.3.0"
79
79
  },
80
80
  "dependencies": {
@@ -94,7 +94,7 @@
94
94
  "publishConfig": {
95
95
  "access": "public"
96
96
  },
97
- "version": "0.0.15",
97
+ "version": "0.0.17",
98
98
  "jest": {
99
99
  "testMatch": [
100
100
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",