@cdk8s/awscdk-resolver 0.0.694 → 0.0.695

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 CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://aws.amazon.com"
8
8
  },
9
9
  "bundled": {
10
- "@aws-sdk/client-cloudformation": "^3.1140.0"
10
+ "@aws-sdk/client-cloudformation": "^3.1141.0"
11
11
  },
12
12
  "dependencies": {
13
13
  "aws-cdk-lib": "^2.195.0",
@@ -4083,6 +4083,6 @@
4083
4083
  "symbolId": "src/resolve:AwsCdkResolver"
4084
4084
  }
4085
4085
  },
4086
- "version": "0.0.694",
4087
- "fingerprint": "IGoLO1WP7uCQm76mF7xLyruu7c2/EpNkVPql2gEZwRc="
4086
+ "version": "0.0.695",
4087
+ "fingerprint": "AnmuAc8HluBicIAY255bhw8fS+66MlUIHmllgBR/5C4="
4088
4088
  }
package/lib/resolve.js CHANGED
@@ -39,7 +39,7 @@ const child_process_1 = require("child_process");
39
39
  const path = __importStar(require("path"));
40
40
  const aws_cdk_lib_1 = require("aws-cdk-lib");
41
41
  class AwsCdkResolver {
42
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/awscdk-resolver.AwsCdkResolver", version: "0.0.694" };
42
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/awscdk-resolver.AwsCdkResolver", version: "0.0.695" };
43
43
  resolve(context) {
44
44
  if (!aws_cdk_lib_1.Token.isUnresolved(context.value)) {
45
45
  return;
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1139.0";
72
+ var version = "3.1140.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudformation",
3
- "version": "3.1140.0",
3
+ "version": "3.1141.0",
4
4
  "description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-cloudformation",
6
6
  "license": "Apache-2.0",
@@ -339,7 +339,10 @@ const getCanonicalHeaders = ({ headers }, unsignableHeaders, signableHeaders) =>
339
339
  continue;
340
340
  }
341
341
  }
342
- canonical[canonicalHeaderName] = headers[headerName].trim().replace(/\s+/g, " ");
342
+ canonical[canonicalHeaderName] = headers[headerName]
343
+ .replace(/[\r\n]/g, " ")
344
+ .replace(/[ \t]+/g, " ")
345
+ .replace(/^ | $/g, "");
343
346
  }
344
347
  return canonical;
345
348
  };
@@ -14,7 +14,10 @@ export const getCanonicalHeaders = ({ headers }, unsignableHeaders, signableHead
14
14
  continue;
15
15
  }
16
16
  }
17
- canonical[canonicalHeaderName] = headers[headerName].trim().replace(/\s+/g, " ");
17
+ canonical[canonicalHeaderName] = headers[headerName]
18
+ .replace(/[\r\n]/g, " ")
19
+ .replace(/[ \t]+/g, " ")
20
+ .replace(/^ | $/g, "");
18
21
  }
19
22
  return canonical;
20
23
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/signature-v4",
3
- "version": "5.7.3",
3
+ "version": "5.7.4",
4
4
  "description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
5
5
  "homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/signature-v4",
6
6
  "license": "Apache-2.0",
@@ -38,8 +38,8 @@
38
38
  "test:watch": "yarn g:vitest watch"
39
39
  },
40
40
  "dependencies": {
41
- "@smithy/core": "^3.33.3",
42
- "@smithy/types": "^4.17.2",
41
+ "@smithy/core": "^3.35.0",
42
+ "@smithy/types": "^4.19.0",
43
43
  "tslib": "^2.6.2"
44
44
  },
45
45
  "devDependencies": {
package/package.json CHANGED
@@ -78,7 +78,7 @@
78
78
  "constructs": "^10.3.0"
79
79
  },
80
80
  "dependencies": {
81
- "@aws-sdk/client-cloudformation": "^3.1140.0"
81
+ "@aws-sdk/client-cloudformation": "^3.1141.0"
82
82
  },
83
83
  "bundledDependencies": [
84
84
  "@aws-sdk/client-cloudformation"
@@ -92,7 +92,7 @@
92
92
  "publishConfig": {
93
93
  "access": "public"
94
94
  },
95
- "version": "0.0.694",
95
+ "version": "0.0.695",
96
96
  "jest": {
97
97
  "coverageProvider": "v8",
98
98
  "testMatch": [