@cdk8s/awscdk-resolver 0.0.49 → 0.0.51
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 +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +14 -14
- package/node_modules/@aws-sdk/client-sso/package.json +11 -11
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +8 -8
- package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +8 -8
- package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +6 -6
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/package.json +12 -12
- package/node_modules/@aws-sdk/core/CHANGELOG.md +11 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/{AWSSDKSigV4Signer.js → AwsSdkSigV4Signer.js} +15 -9
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/index.js +2 -2
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/{resolveAWSSDKSigV4Config.js → resolveAwsSdkSigV4Config.js} +4 -3
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/{AWSSDKSigV4Signer.js → AwsSdkSigV4Signer.js} +13 -7
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/index.js +2 -2
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/{resolveAWSSDKSigV4Config.js → resolveAwsSdkSigV4Config.js} +2 -1
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/{AWSSDKSigV4Signer.d.ts → AwsSdkSigV4Signer.d.ts} +5 -1
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/index.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/{resolveAWSSDKSigV4Config.d.ts → resolveAwsSdkSigV4Config.d.ts} +27 -8
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/{AWSSDKSigV4Signer.d.ts → AwsSdkSigV4Signer.d.ts} +2 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/index.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/{resolveAWSSDKSigV4Config.d.ts → resolveAwsSdkSigV4Config.d.ts} +14 -5
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/{AWSSDKSigV4Signer.ts → AwsSdkSigV4Signer.ts} +29 -15
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/index.ts +2 -2
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/{resolveAWSSDKSigV4Config.ts → resolveAwsSdkSigV4Config.ts} +30 -10
- package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-signing/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -1
- package/node_modules/@aws-sdk/token-providers/package.json +10 -10
- package/node_modules/@aws-sdk/types/package.json +3 -8
- package/node_modules/@aws-sdk/util-endpoints/package.json +3 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/package.json +3 -3
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/throwAWSSDKSigningPropertyError.js +0 -10
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/throwAWSSDKSigningPropertyError.js +0 -6
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/throwAWSSDKSigningPropertyError.d.ts +0 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/throwAWSSDKSigningPropertyError.d.ts +0 -4
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/throwAWSSDKSigningPropertyError.ts +0 -9
- package/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.browser.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.node.js +0 -2
- package/node_modules/@aws-sdk/types/dist-es/blob/runtime-blob-types.browser.js +0 -1
- package/node_modules/@aws-sdk/types/dist-es/blob/runtime-blob-types.node.js +0 -1
- package/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.browser.d.ts +0 -6
- package/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.node.d.ts +0 -9
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.browser.d.ts +0 -1
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.node.d.ts +0 -2
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/middleware-user-agent",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.489.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",
|
@@ -22,8 +22,8 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@aws-sdk/types": "3.
|
26
|
-
"@aws-sdk/util-endpoints": "3.
|
25
|
+
"@aws-sdk/types": "3.489.0",
|
26
|
+
"@aws-sdk/util-endpoints": "3.489.0",
|
27
27
|
"@smithy/protocol-http": "^3.0.12",
|
28
28
|
"@smithy/types": "^2.8.0",
|
29
29
|
"tslib": "^2.5.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/region-config-resolver",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.489.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,6 +21,7 @@
|
|
21
21
|
},
|
22
22
|
"license": "Apache-2.0",
|
23
23
|
"dependencies": {
|
24
|
+
"@aws-sdk/types": "3.489.0",
|
24
25
|
"@smithy/node-config-provider": "^2.1.9",
|
25
26
|
"@smithy/types": "^2.8.0",
|
26
27
|
"@smithy/util-config-provider": "^2.1.0",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/token-providers",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.489.0",
|
4
4
|
"description": "A collection of token providers",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -29,15 +29,15 @@
|
|
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.
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
36
|
-
"@aws-sdk/region-config-resolver": "3.
|
37
|
-
"@aws-sdk/types": "3.
|
38
|
-
"@aws-sdk/util-endpoints": "3.
|
39
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
40
|
-
"@aws-sdk/util-user-agent-node": "3.
|
32
|
+
"@aws-sdk/middleware-host-header": "3.489.0",
|
33
|
+
"@aws-sdk/middleware-logger": "3.489.0",
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.489.0",
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.489.0",
|
36
|
+
"@aws-sdk/region-config-resolver": "3.489.0",
|
37
|
+
"@aws-sdk/types": "3.489.0",
|
38
|
+
"@aws-sdk/util-endpoints": "3.489.0",
|
39
|
+
"@aws-sdk/util-user-agent-browser": "3.489.0",
|
40
|
+
"@aws-sdk/util-user-agent-node": "3.489.0",
|
41
41
|
"@smithy/config-resolver": "^2.0.23",
|
42
42
|
"@smithy/fetch-http-handler": "^2.3.2",
|
43
43
|
"@smithy/hash-node": "^2.0.18",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/types",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.489.0",
|
4
4
|
"main": "./dist-cjs/index.js",
|
5
5
|
"module": "./dist-es/index.js",
|
6
6
|
"types": "./dist-types/index.d.ts",
|
@@ -51,11 +51,6 @@
|
|
51
51
|
"rimraf": "3.0.2",
|
52
52
|
"typescript": "~4.9.5"
|
53
53
|
},
|
54
|
-
"browser": {
|
55
|
-
|
56
|
-
},
|
57
|
-
"react-native": {
|
58
|
-
"./dist-es/blob/runtime-blob-types.node": "./dist-es/blob/runtime-blob-types.browser",
|
59
|
-
"./dist-cjs/blob/runtime-blob-types.node": "./dist-cjs/blob/runtime-blob-types.browser"
|
60
|
-
}
|
54
|
+
"browser": {},
|
55
|
+
"react-native": {}
|
61
56
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/util-endpoints",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.489.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,7 +22,8 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@aws-sdk/types": "3.
|
25
|
+
"@aws-sdk/types": "3.489.0",
|
26
|
+
"@smithy/types": "^2.8.0",
|
26
27
|
"@smithy/util-endpoints": "^1.0.8",
|
27
28
|
"tslib": "^2.5.0"
|
28
29
|
},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/util-user-agent-browser",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.489.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",
|
@@ -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.
|
25
|
+
"@aws-sdk/types": "3.489.0",
|
26
26
|
"@smithy/types": "^2.8.0",
|
27
27
|
"bowser": "^2.11.0",
|
28
28
|
"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.489.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",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
},
|
21
21
|
"license": "Apache-2.0",
|
22
22
|
"dependencies": {
|
23
|
-
"@aws-sdk/types": "3.
|
23
|
+
"@aws-sdk/types": "3.489.0",
|
24
24
|
"@smithy/node-config-provider": "^2.1.9",
|
25
25
|
"@smithy/types": "^2.8.0",
|
26
26
|
"tslib": "^2.5.0"
|
package/package.json
CHANGED
@@ -42,13 +42,13 @@
|
|
42
42
|
"organization": false
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
|
-
"@cdk8s/projen-common": "0.0.
|
45
|
+
"@cdk8s/projen-common": "0.0.479",
|
46
46
|
"@types/fs-extra": "^11.0.4",
|
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.
|
51
|
+
"aws-cdk": "^2.121.1",
|
52
52
|
"aws-cdk-lib": "2.109.0",
|
53
53
|
"cdk8s": "2.68.4",
|
54
54
|
"cdk8s-cli": "^2.198.30",
|
@@ -92,7 +92,7 @@
|
|
92
92
|
"publishConfig": {
|
93
93
|
"access": "public"
|
94
94
|
},
|
95
|
-
"version": "0.0.
|
95
|
+
"version": "0.0.51",
|
96
96
|
"jest": {
|
97
97
|
"testMatch": [
|
98
98
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|
@@ -1,10 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.throwAWSSDKSigningPropertyError = void 0;
|
4
|
-
const throwAWSSDKSigningPropertyError = (name, property) => {
|
5
|
-
if (!property) {
|
6
|
-
throw new Error(`Property \`${name}\` is not resolved for AWS SDK SigV4Auth`);
|
7
|
-
}
|
8
|
-
return property;
|
9
|
-
};
|
10
|
-
exports.throwAWSSDKSigningPropertyError = throwAWSSDKSigningPropertyError;
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1 +0,0 @@
|
|
1
|
-
export type RuntimeBlobTypes = Blob | ReadableStream;
|