@cdk8s/awscdk-resolver 0.0.646 → 0.0.648

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 (23) hide show
  1. package/.jsii +5 -4
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +1 -1
  4. package/node_modules/@aws-sdk/client-cloudformation/package.json +3 -3
  5. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +93 -9
  6. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +93 -9
  7. package/node_modules/@aws-sdk/core/package.json +1 -1
  8. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  9. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  10. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  11. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  12. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  13. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  14. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  15. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  16. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  17. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  18. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  19. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  20. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  21. package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
  22. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  23. package/package.json +5 -5
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.1102.0"
10
+ "@aws-sdk/client-cloudformation": "^3.1103.0"
11
11
  },
12
12
  "dependencies": {
13
13
  "aws-cdk-lib": "^2.195.0",
@@ -3993,7 +3993,7 @@
3993
3993
  "stability": "stable"
3994
3994
  },
3995
3995
  "homepage": "https://github.com/cdk8s-team/cdk8s-awscdk-resolver.git",
3996
- "jsiiVersion": "5.9.50 (build 0704264)",
3996
+ "jsiiVersion": "5.9.51 (build 95a1df0)",
3997
3997
  "license": "Apache-2.0",
3998
3998
  "metadata": {
3999
3999
  "jsii": {
@@ -4001,6 +4001,7 @@
4001
4001
  "hasDefaultInterfaces": true
4002
4002
  }
4003
4003
  },
4004
+ "tscOutDir": "lib",
4004
4005
  "tscRootDir": "src"
4005
4006
  },
4006
4007
  "name": "@cdk8s/awscdk-resolver",
@@ -4082,6 +4083,6 @@
4082
4083
  "symbolId": "src/resolve:AwsCdkResolver"
4083
4084
  }
4084
4085
  },
4085
- "version": "0.0.646",
4086
- "fingerprint": "tX0xIm/Br1nJl4gq36n0bhKEfNv8K2w9WZsx8IjTxl0="
4086
+ "version": "0.0.648",
4087
+ "fingerprint": "GJ3VS6Gd6PBVK/2cUvv7s9M56rQWM6CkIfWFBxOP9XQ="
4087
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.646" };
42
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/awscdk-resolver.AwsCdkResolver", version: "0.0.648" };
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.1101.0";
72
+ var version = "3.1102.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.1102.0",
3
+ "version": "3.1103.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",
@@ -48,8 +48,8 @@
48
48
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
49
49
  },
50
50
  "dependencies": {
51
- "@aws-sdk/core": "^3.977.5",
52
- "@aws-sdk/credential-provider-node": "^3.972.77",
51
+ "@aws-sdk/core": "^3.977.6",
52
+ "@aws-sdk/credential-provider-node": "^3.972.78",
53
53
  "@aws-sdk/types": "^3.974.2",
54
54
  "@smithy/core": "^3.31.1",
55
55
  "@smithy/fetch-http-handler": "^5.6.13",
@@ -251,25 +251,26 @@ function jsonReviver(key, value, context) {
251
251
  const numericString = context.source;
252
252
  if (typeof value === "number") {
253
253
  const inSafeRange = value <= Number.MAX_SAFE_INTEGER && value >= Number.MIN_SAFE_INTEGER;
254
- if (!inSafeRange || numericString !== String(value)) {
255
- if (inSafeRange && /[eE]/.test(numericString) && String(Number(numericString)) === String(value)) {
254
+ if (inSafeRange) {
255
+ if (isRepresentable(numericString, value)) {
256
256
  return value;
257
257
  }
258
- if (isFractionalNumeric(numericString)) {
258
+ return new NumericValue(numericString, "bigDecimal");
259
+ }
260
+ else {
261
+ if (isFractionalBigNumeric(numericString)) {
259
262
  return new NumericValue(numericString, "bigDecimal");
260
263
  }
261
- else {
262
- if (/[eE]/.test(numericString)) {
263
- return BigInt(Number(numericString));
264
- }
265
- return BigInt(numericString);
264
+ if (/[eE]/.test(numericString)) {
265
+ return expandExponentToBigInt(numericString);
266
266
  }
267
+ return BigInt(numericString);
267
268
  }
268
269
  }
269
270
  }
270
271
  return value;
271
272
  }
272
- function isFractionalNumeric(s) {
273
+ function isFractionalBigNumeric(s) {
273
274
  const dotIndex = s.indexOf(".");
274
275
  if (dotIndex === -1) {
275
276
  return false;
@@ -282,6 +283,89 @@ function isFractionalNumeric(s) {
282
283
  const exp = parseInt(s.slice(eIndex + 1), 10);
283
284
  return exp < fracDigits;
284
285
  }
286
+ function isRepresentable(numericString, value) {
287
+ if (numericString === String(value)) {
288
+ return true;
289
+ }
290
+ if (Object.is(value, -0)) {
291
+ return true;
292
+ }
293
+ if (/[eE]/.test(numericString)) {
294
+ return expandToDecimal(numericString) === expandToDecimal(String(value));
295
+ }
296
+ const normalized = numericString.replace(/(\.\d*?)0+$/, "$1").replace(/\.$/, "");
297
+ const canonical = String(value);
298
+ if (normalized === canonical) {
299
+ return true;
300
+ }
301
+ if (/[eE]/.test(canonical)) {
302
+ return normalized === expandToDecimal(canonical);
303
+ }
304
+ return false;
305
+ }
306
+ function expandToDecimal(s) {
307
+ const negative = s.startsWith("-");
308
+ const abs = negative ? s.slice(1) : s;
309
+ const eIndex = abs.search(/[eE]/);
310
+ let result;
311
+ if (eIndex === -1) {
312
+ result = abs;
313
+ }
314
+ else {
315
+ const exp = parseInt(abs.slice(eIndex + 1), 10);
316
+ const mantissa = abs.slice(0, eIndex);
317
+ const dotIndex = mantissa.indexOf(".");
318
+ let digits;
319
+ let intLen;
320
+ if (dotIndex === -1) {
321
+ digits = mantissa;
322
+ intLen = mantissa.length;
323
+ }
324
+ else {
325
+ digits = mantissa.slice(0, dotIndex) + mantissa.slice(dotIndex + 1);
326
+ intLen = dotIndex;
327
+ }
328
+ digits = digits.replace(/0+$/, "") || "0";
329
+ const newDotPos = intLen + exp;
330
+ if (digits === "0") {
331
+ result = "0";
332
+ }
333
+ else if (newDotPos <= 0) {
334
+ result = "0." + "0".repeat(-newDotPos) + digits;
335
+ }
336
+ else if (newDotPos >= digits.length) {
337
+ result = digits + "0".repeat(newDotPos - digits.length);
338
+ }
339
+ else {
340
+ result = digits.slice(0, newDotPos) + "." + digits.slice(newDotPos);
341
+ }
342
+ }
343
+ if (result.includes(".")) {
344
+ result = result.replace(/(\.\d*?)0+$/, "$1").replace(/\.$/, "");
345
+ }
346
+ return (negative ? "-" : "") + result;
347
+ }
348
+ function expandExponentToBigInt(s) {
349
+ const eIndex = s.search(/[eE]/);
350
+ const exp = parseInt(s.slice(eIndex + 1), 10);
351
+ const negative = s.startsWith("-");
352
+ const mantissa = s.slice(negative ? 1 : 0, eIndex);
353
+ const dotIndex = mantissa.indexOf(".");
354
+ let digits;
355
+ let shift;
356
+ if (dotIndex === -1) {
357
+ digits = mantissa;
358
+ shift = exp;
359
+ }
360
+ else {
361
+ digits = mantissa.slice(0, dotIndex) + mantissa.slice(dotIndex + 1);
362
+ const fracDigits = mantissa.length - dotIndex - 1;
363
+ shift = exp - fracDigits;
364
+ }
365
+ digits = digits.replace(/0+$/, "") || "0";
366
+ const result = BigInt(digits) * 10n ** BigInt(shift + (mantissa.replace(".", "").length - digits.length));
367
+ return negative ? -result : result;
368
+ }
285
369
 
286
370
  const REVIVER_SYMBOL = Symbol.for("@aws-sdk/reviver");
287
371
  function needsReviver(schema) {
@@ -4,25 +4,26 @@ export function jsonReviver(key, value, context) {
4
4
  const numericString = context.source;
5
5
  if (typeof value === "number") {
6
6
  const inSafeRange = value <= Number.MAX_SAFE_INTEGER && value >= Number.MIN_SAFE_INTEGER;
7
- if (!inSafeRange || numericString !== String(value)) {
8
- if (inSafeRange && /[eE]/.test(numericString) && String(Number(numericString)) === String(value)) {
7
+ if (inSafeRange) {
8
+ if (isRepresentable(numericString, value)) {
9
9
  return value;
10
10
  }
11
- if (isFractionalNumeric(numericString)) {
11
+ return new NumericValue(numericString, "bigDecimal");
12
+ }
13
+ else {
14
+ if (isFractionalBigNumeric(numericString)) {
12
15
  return new NumericValue(numericString, "bigDecimal");
13
16
  }
14
- else {
15
- if (/[eE]/.test(numericString)) {
16
- return BigInt(Number(numericString));
17
- }
18
- return BigInt(numericString);
17
+ if (/[eE]/.test(numericString)) {
18
+ return expandExponentToBigInt(numericString);
19
19
  }
20
+ return BigInt(numericString);
20
21
  }
21
22
  }
22
23
  }
23
24
  return value;
24
25
  }
25
- function isFractionalNumeric(s) {
26
+ function isFractionalBigNumeric(s) {
26
27
  const dotIndex = s.indexOf(".");
27
28
  if (dotIndex === -1) {
28
29
  return false;
@@ -35,3 +36,86 @@ function isFractionalNumeric(s) {
35
36
  const exp = parseInt(s.slice(eIndex + 1), 10);
36
37
  return exp < fracDigits;
37
38
  }
39
+ function isRepresentable(numericString, value) {
40
+ if (numericString === String(value)) {
41
+ return true;
42
+ }
43
+ if (Object.is(value, -0)) {
44
+ return true;
45
+ }
46
+ if (/[eE]/.test(numericString)) {
47
+ return expandToDecimal(numericString) === expandToDecimal(String(value));
48
+ }
49
+ const normalized = numericString.replace(/(\.\d*?)0+$/, "$1").replace(/\.$/, "");
50
+ const canonical = String(value);
51
+ if (normalized === canonical) {
52
+ return true;
53
+ }
54
+ if (/[eE]/.test(canonical)) {
55
+ return normalized === expandToDecimal(canonical);
56
+ }
57
+ return false;
58
+ }
59
+ function expandToDecimal(s) {
60
+ const negative = s.startsWith("-");
61
+ const abs = negative ? s.slice(1) : s;
62
+ const eIndex = abs.search(/[eE]/);
63
+ let result;
64
+ if (eIndex === -1) {
65
+ result = abs;
66
+ }
67
+ else {
68
+ const exp = parseInt(abs.slice(eIndex + 1), 10);
69
+ const mantissa = abs.slice(0, eIndex);
70
+ const dotIndex = mantissa.indexOf(".");
71
+ let digits;
72
+ let intLen;
73
+ if (dotIndex === -1) {
74
+ digits = mantissa;
75
+ intLen = mantissa.length;
76
+ }
77
+ else {
78
+ digits = mantissa.slice(0, dotIndex) + mantissa.slice(dotIndex + 1);
79
+ intLen = dotIndex;
80
+ }
81
+ digits = digits.replace(/0+$/, "") || "0";
82
+ const newDotPos = intLen + exp;
83
+ if (digits === "0") {
84
+ result = "0";
85
+ }
86
+ else if (newDotPos <= 0) {
87
+ result = "0." + "0".repeat(-newDotPos) + digits;
88
+ }
89
+ else if (newDotPos >= digits.length) {
90
+ result = digits + "0".repeat(newDotPos - digits.length);
91
+ }
92
+ else {
93
+ result = digits.slice(0, newDotPos) + "." + digits.slice(newDotPos);
94
+ }
95
+ }
96
+ if (result.includes(".")) {
97
+ result = result.replace(/(\.\d*?)0+$/, "$1").replace(/\.$/, "");
98
+ }
99
+ return (negative ? "-" : "") + result;
100
+ }
101
+ function expandExponentToBigInt(s) {
102
+ const eIndex = s.search(/[eE]/);
103
+ const exp = parseInt(s.slice(eIndex + 1), 10);
104
+ const negative = s.startsWith("-");
105
+ const mantissa = s.slice(negative ? 1 : 0, eIndex);
106
+ const dotIndex = mantissa.indexOf(".");
107
+ let digits;
108
+ let shift;
109
+ if (dotIndex === -1) {
110
+ digits = mantissa;
111
+ shift = exp;
112
+ }
113
+ else {
114
+ digits = mantissa.slice(0, dotIndex) + mantissa.slice(dotIndex + 1);
115
+ const fracDigits = mantissa.length - dotIndex - 1;
116
+ shift = exp - fracDigits;
117
+ }
118
+ digits = digits.replace(/0+$/, "") || "0";
119
+ const result = BigInt(digits) * 10n ** BigInt(shift + (mantissa.replace(".", "").length - digits.length));
120
+ return negative ? -result : result;
121
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.977.5",
3
+ "version": "3.977.6",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/core",
6
6
  "license": "Apache-2.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.972.66",
3
+ "version": "3.972.67",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "keywords": [
6
6
  "aws",
@@ -43,7 +43,7 @@
43
43
  "test:watch": "yarn g:vitest watch"
44
44
  },
45
45
  "dependencies": {
46
- "@aws-sdk/core": "^3.977.5",
46
+ "@aws-sdk/core": "^3.977.6",
47
47
  "@aws-sdk/types": "^3.974.2",
48
48
  "@smithy/core": "^3.31.1",
49
49
  "@smithy/types": "^4.16.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.972.68",
3
+ "version": "3.972.69",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "keywords": [
6
6
  "aws",
@@ -53,7 +53,7 @@
53
53
  "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
54
54
  },
55
55
  "dependencies": {
56
- "@aws-sdk/core": "^3.977.5",
56
+ "@aws-sdk/core": "^3.977.6",
57
57
  "@aws-sdk/types": "^3.974.2",
58
58
  "@smithy/core": "^3.31.1",
59
59
  "@smithy/fetch-http-handler": "^5.6.13",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.973.11",
3
+ "version": "3.973.12",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "keywords": [
6
6
  "aws",
@@ -45,14 +45,14 @@
45
45
  "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
46
46
  },
47
47
  "dependencies": {
48
- "@aws-sdk/core": "^3.977.5",
49
- "@aws-sdk/credential-provider-env": "^3.972.66",
50
- "@aws-sdk/credential-provider-http": "^3.972.68",
51
- "@aws-sdk/credential-provider-login": "^3.972.73",
52
- "@aws-sdk/credential-provider-process": "^3.972.66",
53
- "@aws-sdk/credential-provider-sso": "^3.973.10",
54
- "@aws-sdk/credential-provider-web-identity": "^3.972.72",
55
- "@aws-sdk/nested-clients": "^3.997.40",
48
+ "@aws-sdk/core": "^3.977.6",
49
+ "@aws-sdk/credential-provider-env": "^3.972.67",
50
+ "@aws-sdk/credential-provider-http": "^3.972.69",
51
+ "@aws-sdk/credential-provider-login": "^3.972.74",
52
+ "@aws-sdk/credential-provider-process": "^3.972.67",
53
+ "@aws-sdk/credential-provider-sso": "^3.973.11",
54
+ "@aws-sdk/credential-provider-web-identity": "^3.972.73",
55
+ "@aws-sdk/nested-clients": "^3.997.41",
56
56
  "@aws-sdk/types": "^3.974.2",
57
57
  "@smithy/core": "^3.31.1",
58
58
  "@smithy/credential-provider-imds": "^4.4.16",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-login",
3
- "version": "3.972.73",
3
+ "version": "3.972.74",
4
4
  "description": "AWS credential provider that sources credentials from aws login cached tokens",
5
5
  "keywords": [
6
6
  "aws",
@@ -45,8 +45,8 @@
45
45
  "test:watch": "yarn g:vitest watch"
46
46
  },
47
47
  "dependencies": {
48
- "@aws-sdk/core": "^3.977.5",
49
- "@aws-sdk/nested-clients": "^3.997.40",
48
+ "@aws-sdk/core": "^3.977.6",
49
+ "@aws-sdk/nested-clients": "^3.997.41",
50
50
  "@aws-sdk/types": "^3.974.2",
51
51
  "@smithy/core": "^3.31.1",
52
52
  "@smithy/types": "^4.16.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.972.77",
3
+ "version": "3.972.78",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "keywords": [
6
6
  "aws",
@@ -45,12 +45,12 @@
45
45
  "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
46
46
  },
47
47
  "dependencies": {
48
- "@aws-sdk/credential-provider-env": "^3.972.66",
49
- "@aws-sdk/credential-provider-http": "^3.972.68",
50
- "@aws-sdk/credential-provider-ini": "^3.973.11",
51
- "@aws-sdk/credential-provider-process": "^3.972.66",
52
- "@aws-sdk/credential-provider-sso": "^3.973.10",
53
- "@aws-sdk/credential-provider-web-identity": "^3.972.72",
48
+ "@aws-sdk/credential-provider-env": "^3.972.67",
49
+ "@aws-sdk/credential-provider-http": "^3.972.69",
50
+ "@aws-sdk/credential-provider-ini": "^3.973.12",
51
+ "@aws-sdk/credential-provider-process": "^3.972.67",
52
+ "@aws-sdk/credential-provider-sso": "^3.973.11",
53
+ "@aws-sdk/credential-provider-web-identity": "^3.972.73",
54
54
  "@aws-sdk/types": "^3.974.2",
55
55
  "@smithy/core": "^3.31.1",
56
56
  "@smithy/credential-provider-imds": "^4.4.16",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.972.66",
3
+ "version": "3.972.67",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "keywords": [
6
6
  "aws",
@@ -43,7 +43,7 @@
43
43
  "test:watch": "yarn g:vitest watch"
44
44
  },
45
45
  "dependencies": {
46
- "@aws-sdk/core": "^3.977.5",
46
+ "@aws-sdk/core": "^3.977.6",
47
47
  "@aws-sdk/types": "^3.974.2",
48
48
  "@smithy/core": "^3.31.1",
49
49
  "@smithy/types": "^4.16.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.973.10",
3
+ "version": "3.973.11",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "keywords": [
6
6
  "aws",
@@ -45,9 +45,9 @@
45
45
  "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
46
46
  },
47
47
  "dependencies": {
48
- "@aws-sdk/core": "^3.977.5",
49
- "@aws-sdk/nested-clients": "^3.997.40",
50
- "@aws-sdk/token-providers": "3.1102.0",
48
+ "@aws-sdk/core": "^3.977.6",
49
+ "@aws-sdk/nested-clients": "^3.997.41",
50
+ "@aws-sdk/token-providers": "3.1103.0",
51
51
  "@aws-sdk/types": "^3.974.2",
52
52
  "@smithy/core": "^3.31.1",
53
53
  "@smithy/types": "^4.16.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.972.72",
3
+ "version": "3.972.73",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "keywords": [
6
6
  "aws",
@@ -50,8 +50,8 @@
50
50
  "test:watch": "yarn g:vitest watch"
51
51
  },
52
52
  "dependencies": {
53
- "@aws-sdk/core": "^3.977.5",
54
- "@aws-sdk/nested-clients": "^3.997.40",
53
+ "@aws-sdk/core": "^3.977.6",
54
+ "@aws-sdk/nested-clients": "^3.997.41",
55
55
  "@aws-sdk/types": "^3.974.2",
56
56
  "@smithy/core": "^3.31.1",
57
57
  "@smithy/types": "^4.16.1",
@@ -83,7 +83,7 @@ const commonParams = {
83
83
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
84
84
  };
85
85
 
86
- var version = "3.997.39";
86
+ var version = "3.997.40";
87
87
  var packageInfo = {
88
88
  version: version};
89
89
 
@@ -78,7 +78,7 @@ const commonParams = {
78
78
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
79
79
  };
80
80
 
81
- var version = "3.997.39";
81
+ var version = "3.997.40";
82
82
  var packageInfo = {
83
83
  version: version};
84
84
 
@@ -78,7 +78,7 @@ const commonParams = {
78
78
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
79
79
  };
80
80
 
81
- var version = "3.997.39";
81
+ var version = "3.997.40";
82
82
  var packageInfo = {
83
83
  version: version};
84
84
 
@@ -78,7 +78,7 @@ const commonParams = {
78
78
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
79
79
  };
80
80
 
81
- var version = "3.997.39";
81
+ var version = "3.997.40";
82
82
  var packageInfo = {
83
83
  version: version};
84
84
 
@@ -258,7 +258,7 @@ const commonParams = {
258
258
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
259
259
  };
260
260
 
261
- var version = "3.997.39";
261
+ var version = "3.997.40";
262
262
  var packageInfo = {
263
263
  version: version};
264
264
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.997.40",
3
+ "version": "3.997.41",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients",
6
6
  "license": "Apache-2.0",
@@ -100,7 +100,7 @@
100
100
  "test:watch": "yarn g:vitest watch"
101
101
  },
102
102
  "dependencies": {
103
- "@aws-sdk/core": "^3.977.5",
103
+ "@aws-sdk/core": "^3.977.6",
104
104
  "@aws-sdk/signature-v4-multi-region": "^3.996.43",
105
105
  "@aws-sdk/types": "^3.974.2",
106
106
  "@smithy/core": "^3.31.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.1102.0",
3
+ "version": "3.1103.0",
4
4
  "description": "A collection of token providers",
5
5
  "keywords": [
6
6
  "aws",
@@ -48,8 +48,8 @@
48
48
  "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
49
49
  },
50
50
  "dependencies": {
51
- "@aws-sdk/core": "^3.977.5",
52
- "@aws-sdk/nested-clients": "^3.997.40",
51
+ "@aws-sdk/core": "^3.977.6",
52
+ "@aws-sdk/nested-clients": "^3.997.41",
53
53
  "@aws-sdk/types": "^3.974.2",
54
54
  "@smithy/core": "^3.31.1",
55
55
  "@smithy/types": "^4.16.1",
package/package.json CHANGED
@@ -43,7 +43,7 @@
43
43
  "organization": false
44
44
  },
45
45
  "devDependencies": {
46
- "@cdk8s/projen-common": "0.1.15",
46
+ "@cdk8s/projen-common": "0.1.16",
47
47
  "@stylistic/eslint-plugin": "^2",
48
48
  "@types/fs-extra": "^11.0.4",
49
49
  "@types/jest": "^27",
@@ -53,7 +53,7 @@
53
53
  "aws-cdk": "^2.1135.0",
54
54
  "aws-cdk-lib": "2.195.0",
55
55
  "cdk8s": "2.68.91",
56
- "cdk8s-cli": "^2.207.45",
56
+ "cdk8s-cli": "^2.207.46",
57
57
  "commit-and-tag-version": "^12",
58
58
  "constructs": "10.3.0",
59
59
  "eslint": "^9",
@@ -67,7 +67,7 @@
67
67
  "jsii-docgen": "^10.5.0",
68
68
  "jsii-pacmak": "^1.139.0",
69
69
  "jsii-rosetta": "^5",
70
- "projen": "^0.101.23",
70
+ "projen": "^0.101.25",
71
71
  "ts-jest": "^27",
72
72
  "ts-node": "^10.9.2",
73
73
  "typescript": "^5.9.3"
@@ -78,7 +78,7 @@
78
78
  "constructs": "^10.3.0"
79
79
  },
80
80
  "dependencies": {
81
- "@aws-sdk/client-cloudformation": "^3.1102.0"
81
+ "@aws-sdk/client-cloudformation": "^3.1103.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.646",
95
+ "version": "0.0.648",
96
96
  "jest": {
97
97
  "coverageProvider": "v8",
98
98
  "testMatch": [