@cdk8s/awscdk-resolver 0.0.93 → 0.0.95

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.
Files changed (32) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/package.json +15 -16
  4. package/node_modules/@aws-sdk/client-sso/package.json +14 -15
  5. package/node_modules/@aws-sdk/core/CHANGELOG.md +11 -0
  6. package/node_modules/@aws-sdk/core/dist-cjs/index.js +0 -9
  7. package/node_modules/@aws-sdk/core/dist-es/client/emitWarningIfUnsupportedVersion.js +0 -7
  8. package/node_modules/@aws-sdk/core/package.json +2 -2
  9. package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.spec.ts +1 -1
  10. package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.ts +8 -7
  11. package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
  12. package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
  13. package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
  14. package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
  15. package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
  16. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  17. package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
  18. package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
  19. package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
  20. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -5
  21. package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
  22. package/node_modules/@aws-sdk/middleware-logger/package.json +4 -4
  23. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
  24. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  25. package/node_modules/@aws-sdk/region-config-resolver/package.json +3 -3
  26. package/node_modules/@aws-sdk/token-providers/package.json +5 -5
  27. package/node_modules/@aws-sdk/types/package.json +2 -2
  28. package/node_modules/@aws-sdk/util-endpoints/package.json +3 -3
  29. package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
  30. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  31. package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
  32. package/package.json +3 -3
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-host-header",
3
- "version": "3.535.0",
3
+ "version": "3.567.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-host-header",
@@ -21,13 +21,13 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.535.0",
24
+ "@aws-sdk/types": "3.567.0",
25
25
  "@smithy/protocol-http": "^3.3.0",
26
26
  "@smithy/types": "^2.12.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "engines": {
30
- "node": ">=14.0.0"
30
+ "node": ">=16.0.0"
31
31
  },
32
32
  "typesVersions": {
33
33
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.535.0",
3
+ "version": "3.568.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-logger",
@@ -22,20 +22,20 @@
22
22
  "module": "./dist-es/index.js",
23
23
  "types": "./dist-types/index.d.ts",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.535.0",
25
+ "@aws-sdk/types": "3.567.0",
26
26
  "@smithy/types": "^2.12.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@tsconfig/recommended": "1.0.1",
31
- "@types/node": "^14.14.31",
31
+ "@types/node": "^16.18.96",
32
32
  "concurrently": "7.0.0",
33
33
  "downlevel-dts": "0.10.1",
34
34
  "rimraf": "3.0.2",
35
35
  "typescript": "~4.9.5"
36
36
  },
37
37
  "engines": {
38
- "node": ">=14.0.0"
38
+ "node": ">=16.0.0"
39
39
  },
40
40
  "typesVersions": {
41
41
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.535.0",
3
+ "version": "3.567.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-recursion-detection",
@@ -21,13 +21,13 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.535.0",
24
+ "@aws-sdk/types": "3.567.0",
25
25
  "@smithy/protocol-http": "^3.3.0",
26
26
  "@smithy/types": "^2.12.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "engines": {
30
- "node": ">=14.0.0"
30
+ "node": ">=16.0.0"
31
31
  },
32
32
  "typesVersions": {
33
33
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.540.0",
3
+ "version": "3.567.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.535.0",
26
- "@aws-sdk/util-endpoints": "3.540.0",
25
+ "@aws-sdk/types": "3.567.0",
26
+ "@aws-sdk/util-endpoints": "3.567.0",
27
27
  "@smithy/protocol-http": "^3.3.0",
28
28
  "@smithy/types": "^2.12.0",
29
29
  "tslib": "^2.6.2"
@@ -36,7 +36,7 @@
36
36
  "typescript": "~4.9.5"
37
37
  },
38
38
  "engines": {
39
- "node": ">=14.0.0"
39
+ "node": ">=16.0.0"
40
40
  },
41
41
  "typesVersions": {
42
42
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.535.0",
3
+ "version": "3.567.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline region-config-resolver",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.535.0",
24
+ "@aws-sdk/types": "3.567.0",
25
25
  "@smithy/node-config-provider": "^2.3.0",
26
26
  "@smithy/types": "^2.12.0",
27
27
  "@smithy/util-config-provider": "^2.3.0",
@@ -37,7 +37,7 @@
37
37
  "typescript": "~4.9.5"
38
38
  },
39
39
  "engines": {
40
- "node": ">=14.0.0"
40
+ "node": ">=16.0.0"
41
41
  },
42
42
  "typesVersions": {
43
43
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.565.0",
3
+ "version": "3.568.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/types": "3.535.0",
29
+ "@aws-sdk/types": "3.567.0",
30
30
  "@smithy/property-provider": "^2.2.0",
31
31
  "@smithy/shared-ini-file-loader": "^2.4.0",
32
32
  "@smithy/types": "^2.12.0",
@@ -34,18 +34,18 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@tsconfig/recommended": "1.0.1",
37
- "@types/node": "^14.14.31",
37
+ "@types/node": "^16.18.96",
38
38
  "concurrently": "7.0.0",
39
39
  "downlevel-dts": "0.10.1",
40
40
  "rimraf": "3.0.2",
41
41
  "typescript": "~4.9.5"
42
42
  },
43
43
  "peerDependencies": {
44
- "@aws-sdk/client-sso-oidc": "^3.565.0"
44
+ "@aws-sdk/client-sso-oidc": "^3.568.0"
45
45
  },
46
46
  "types": "./dist-types/index.d.ts",
47
47
  "engines": {
48
- "node": ">=14.0.0"
48
+ "node": ">=16.0.0"
49
49
  },
50
50
  "typesVersions": {
51
51
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.535.0",
3
+ "version": "3.567.0",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "engines": {
25
- "node": ">=14.0.0"
25
+ "node": ">=16.0.0"
26
26
  },
27
27
  "typesVersions": {
28
28
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.540.0",
3
+ "version": "3.567.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -22,13 +22,13 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.535.0",
25
+ "@aws-sdk/types": "3.567.0",
26
26
  "@smithy/types": "^2.12.0",
27
27
  "@smithy/util-endpoints": "^1.2.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
31
- "node": ">=14.0.0"
31
+ "node": ">=16.0.0"
32
32
  },
33
33
  "typesVersions": {
34
34
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-locate-window",
3
- "version": "3.535.0",
3
+ "version": "3.568.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-locate-window",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "devDependencies": {
23
23
  "@tsconfig/recommended": "1.0.1",
24
- "@types/node": "^14.14.31",
24
+ "@types/node": "^16.18.96",
25
25
  "concurrently": "7.0.0",
26
26
  "downlevel-dts": "0.10.1",
27
27
  "rimraf": "3.0.2",
@@ -31,7 +31,7 @@
31
31
  "module": "./dist-es/index.js",
32
32
  "types": "./dist-types/index.d.ts",
33
33
  "engines": {
34
- "node": ">=14.0.0"
34
+ "node": ">=16.0.0"
35
35
  },
36
36
  "typesVersions": {
37
37
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.535.0",
3
+ "version": "3.567.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-browser",
@@ -22,7 +22,7 @@
22
22
  "license": "Apache-2.0",
23
23
  "react-native": "dist-es/index.native.js",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.535.0",
25
+ "@aws-sdk/types": "3.567.0",
26
26
  "@smithy/types": "^2.12.0",
27
27
  "bowser": "^2.11.0",
28
28
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.535.0",
3
+ "version": "3.568.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
@@ -20,14 +20,14 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/types": "3.535.0",
23
+ "@aws-sdk/types": "3.567.0",
24
24
  "@smithy/node-config-provider": "^2.3.0",
25
25
  "@smithy/types": "^2.12.0",
26
26
  "tslib": "^2.6.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@tsconfig/recommended": "1.0.1",
30
- "@types/node": "^14.14.31",
30
+ "@types/node": "^16.18.96",
31
31
  "concurrently": "7.0.0",
32
32
  "downlevel-dts": "0.10.1",
33
33
  "rimraf": "3.0.2",
@@ -42,7 +42,7 @@
42
42
  }
43
43
  },
44
44
  "engines": {
45
- "node": ">=14.0.0"
45
+ "node": ">=16.0.0"
46
46
  },
47
47
  "typesVersions": {
48
48
  "<4.0": {
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "organization": false
43
43
  },
44
44
  "devDependencies": {
45
- "@cdk8s/projen-common": "0.0.516",
45
+ "@cdk8s/projen-common": "0.0.518",
46
46
  "@types/fs-extra": "^11.0.4",
47
47
  "@types/jest": "^27",
48
48
  "@types/node": "16.18.78",
@@ -76,7 +76,7 @@
76
76
  "constructs": "^10.3.0"
77
77
  },
78
78
  "dependencies": {
79
- "@aws-sdk/client-cloudformation": "^3.565.0"
79
+ "@aws-sdk/client-cloudformation": "^3.568.0"
80
80
  },
81
81
  "bundledDependencies": [
82
82
  "@aws-sdk/client-cloudformation"
@@ -92,7 +92,7 @@
92
92
  "publishConfig": {
93
93
  "access": "public"
94
94
  },
95
- "version": "0.0.93",
95
+ "version": "0.0.95",
96
96
  "jest": {
97
97
  "testMatch": [
98
98
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",