@cdk8s/awscdk-resolver 0.0.603 → 0.0.605

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 (34) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/package.json +3 -3
  4. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +276 -1
  5. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +276 -1
  6. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +276 -1
  7. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js +276 -1
  8. package/node_modules/@aws-sdk/core/package.json +1 -1
  9. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  10. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  11. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  12. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  13. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  14. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  15. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  16. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  17. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  18. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  19. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  20. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  21. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  22. package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
  23. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  24. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +10 -2
  25. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +10 -2
  26. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
  27. package/node_modules/@smithy/core/package.json +1 -1
  28. package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
  29. package/node_modules/@smithy/fetch-http-handler/package.json +2 -2
  30. package/node_modules/@smithy/node-http-handler/package.json +2 -2
  31. package/node_modules/@smithy/signature-v4/package.json +2 -2
  32. package/node_modules/anynum/package.json +2 -2
  33. package/node_modules/strnum/package.json +5 -4
  34. package/package.json +6 -6
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-login",
3
- "version": "3.972.53",
3
+ "version": "3.972.54",
4
4
  "description": "AWS credential provider that sources credentials from aws login cached tokens",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.974.21",
32
- "@aws-sdk/nested-clients": "^3.997.21",
31
+ "@aws-sdk/core": "^3.974.22",
32
+ "@aws-sdk/nested-clients": "^3.997.22",
33
33
  "@aws-sdk/types": "^3.973.13",
34
34
  "@smithy/core": "^3.24.6",
35
35
  "@smithy/types": "^4.14.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.972.56",
3
+ "version": "3.972.57",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -31,12 +31,12 @@
31
31
  },
32
32
  "license": "Apache-2.0",
33
33
  "dependencies": {
34
- "@aws-sdk/credential-provider-env": "^3.972.47",
35
- "@aws-sdk/credential-provider-http": "^3.972.49",
36
- "@aws-sdk/credential-provider-ini": "^3.972.54",
37
- "@aws-sdk/credential-provider-process": "^3.972.47",
38
- "@aws-sdk/credential-provider-sso": "^3.972.53",
39
- "@aws-sdk/credential-provider-web-identity": "^3.972.53",
34
+ "@aws-sdk/credential-provider-env": "^3.972.48",
35
+ "@aws-sdk/credential-provider-http": "^3.972.50",
36
+ "@aws-sdk/credential-provider-ini": "^3.972.55",
37
+ "@aws-sdk/credential-provider-process": "^3.972.48",
38
+ "@aws-sdk/credential-provider-sso": "^3.972.54",
39
+ "@aws-sdk/credential-provider-web-identity": "^3.972.54",
40
40
  "@aws-sdk/types": "^3.973.13",
41
41
  "@smithy/core": "^3.24.6",
42
42
  "@smithy/credential-provider-imds": "^4.3.7",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.972.47",
3
+ "version": "3.972.48",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
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/core": "^3.974.21",
29
+ "@aws-sdk/core": "^3.974.22",
30
30
  "@aws-sdk/types": "^3.973.13",
31
31
  "@smithy/core": "^3.24.6",
32
32
  "@smithy/types": "^4.14.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.972.53",
3
+ "version": "3.972.54",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,9 +28,9 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.974.21",
32
- "@aws-sdk/nested-clients": "^3.997.21",
33
- "@aws-sdk/token-providers": "3.1069.0",
31
+ "@aws-sdk/core": "^3.974.22",
32
+ "@aws-sdk/nested-clients": "^3.997.22",
33
+ "@aws-sdk/token-providers": "3.1071.0",
34
34
  "@aws-sdk/types": "^3.973.13",
35
35
  "@smithy/core": "^3.24.6",
36
36
  "@smithy/types": "^4.14.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.972.53",
3
+ "version": "3.972.54",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "license": "Apache-2.0",
36
36
  "dependencies": {
37
- "@aws-sdk/core": "^3.974.21",
38
- "@aws-sdk/nested-clients": "^3.997.21",
37
+ "@aws-sdk/core": "^3.974.22",
38
+ "@aws-sdk/nested-clients": "^3.997.22",
39
39
  "@aws-sdk/types": "^3.973.13",
40
40
  "@smithy/core": "^3.24.6",
41
41
  "@smithy/types": "^4.14.3",
@@ -79,7 +79,7 @@ const commonParams = {
79
79
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
80
80
  };
81
81
 
82
- var version = "3.997.20";
82
+ var version = "3.997.21";
83
83
  var packageInfo = {
84
84
  version: version};
85
85
 
@@ -75,7 +75,7 @@ const commonParams = {
75
75
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
76
76
  };
77
77
 
78
- var version = "3.997.20";
78
+ var version = "3.997.21";
79
79
  var packageInfo = {
80
80
  version: version};
81
81
 
@@ -75,7 +75,7 @@ const commonParams = {
75
75
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
76
76
  };
77
77
 
78
- var version = "3.997.20";
78
+ var version = "3.997.21";
79
79
  var packageInfo = {
80
80
  version: version};
81
81
 
@@ -75,7 +75,7 @@ const commonParams = {
75
75
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
76
76
  };
77
77
 
78
- var version = "3.997.20";
78
+ var version = "3.997.21";
79
79
  var packageInfo = {
80
80
  version: version};
81
81
 
@@ -256,7 +256,7 @@ const commonParams = {
256
256
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
257
257
  };
258
258
 
259
- var version = "3.997.20";
259
+ var version = "3.997.21";
260
260
  var packageInfo = {
261
261
  version: version};
262
262
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.997.21",
3
+ "version": "3.997.22",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@aws-crypto/sha256-browser": "5.2.0",
32
32
  "@aws-crypto/sha256-js": "5.2.0",
33
- "@aws-sdk/core": "^3.974.21",
33
+ "@aws-sdk/core": "^3.974.22",
34
34
  "@aws-sdk/signature-v4-multi-region": "^3.996.35",
35
35
  "@aws-sdk/types": "^3.973.13",
36
36
  "@smithy/core": "^3.24.6",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.1069.0",
3
+ "version": "3.1071.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/core": "^3.974.21",
33
- "@aws-sdk/nested-clients": "^3.997.21",
32
+ "@aws-sdk/core": "^3.974.22",
33
+ "@aws-sdk/nested-clients": "^3.997.22",
34
34
  "@aws-sdk/types": "^3.973.13",
35
35
  "@smithy/core": "^3.24.6",
36
36
  "@smithy/types": "^4.14.3",
@@ -144,15 +144,23 @@ class HttpProtocol extends SerdeContext {
144
144
  });
145
145
  }
146
146
  async loadEventStreamCapability() {
147
- const { EventStreamSerde } = require('@smithy/core/event-streams');
147
+ const { EventStreamSerde, eventStreamSerdeProvider } = require('@smithy/core/event-streams');
148
+ const marshaller = this.resolveEventStreamMarshaller(eventStreamSerdeProvider);
148
149
  return new EventStreamSerde({
149
- marshaller: this.getEventStreamMarshaller(),
150
+ marshaller,
150
151
  serializer: this.serializer,
151
152
  deserializer: this.deserializer,
152
153
  serdeContext: this.serdeContext,
153
154
  defaultContentType: this.getDefaultContentType(),
154
155
  });
155
156
  }
157
+ resolveEventStreamMarshaller(importedProvider) {
158
+ const context = this.serdeContext;
159
+ if (context.eventStreamMarshaller) {
160
+ return context.eventStreamMarshaller;
161
+ }
162
+ return importedProvider(this.serdeContext);
163
+ }
156
164
  getDefaultContentType() {
157
165
  throw new Error(`@smithy/core/protocols - ${this.constructor.name} getDefaultContentType() implementation missing.`);
158
166
  }
@@ -112,15 +112,23 @@ export class HttpProtocol extends SerdeContext {
112
112
  });
113
113
  }
114
114
  async loadEventStreamCapability() {
115
- const { EventStreamSerde } = await import("@smithy/core/event-streams");
115
+ const { EventStreamSerde, eventStreamSerdeProvider } = await import("@smithy/core/event-streams");
116
+ const marshaller = this.resolveEventStreamMarshaller(eventStreamSerdeProvider);
116
117
  return new EventStreamSerde({
117
- marshaller: this.getEventStreamMarshaller(),
118
+ marshaller,
118
119
  serializer: this.serializer,
119
120
  deserializer: this.deserializer,
120
121
  serdeContext: this.serdeContext,
121
122
  defaultContentType: this.getDefaultContentType(),
122
123
  });
123
124
  }
125
+ resolveEventStreamMarshaller(importedProvider) {
126
+ const context = this.serdeContext;
127
+ if (context.eventStreamMarshaller) {
128
+ return context.eventStreamMarshaller;
129
+ }
130
+ return importedProvider(this.serdeContext);
131
+ }
124
132
  getDefaultContentType() {
125
133
  throw new Error(`@smithy/core/protocols - ${this.constructor.name} getDefaultContentType() implementation missing.`);
126
134
  }
@@ -74,6 +74,12 @@ export declare abstract class HttpProtocol extends SerdeContext implements Clien
74
74
  * Loads eventStream capability async (for chunking).
75
75
  */
76
76
  protected loadEventStreamCapability(): Promise<EventStreamSerde>;
77
+ /**
78
+ * Returns a platform-specific EventStreamMarshaller.
79
+ * Prefers user-injected marshaller from serdeContext (via client config),
80
+ * falls back to the dynamically imported provider.
81
+ */
82
+ private resolveEventStreamMarshaller;
77
83
  /**
78
84
  * @returns content-type default header value for event stream events and other documents.
79
85
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/core",
3
- "version": "3.25.0",
3
+ "version": "3.25.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
6
6
  "build:es:cjs": "premove dist-es && yarn g:tsc -p tsconfig.es.json && node ../../scripts/inline",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/credential-provider-imds",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,7 +27,7 @@
27
27
  "license": "Apache-2.0",
28
28
  "sideEffects": false,
29
29
  "dependencies": {
30
- "@smithy/core": "^3.25.0",
30
+ "@smithy/core": "^3.25.1",
31
31
  "@smithy/types": "^4.15.0",
32
32
  "tslib": "^2.6.2"
33
33
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/fetch-http-handler",
3
- "version": "5.5.0",
3
+ "version": "5.5.1",
4
4
  "description": "Provides a way to make requests",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
@@ -27,7 +27,7 @@
27
27
  "module": "./dist-es/index.js",
28
28
  "types": "./dist-types/index.d.ts",
29
29
  "dependencies": {
30
- "@smithy/core": "^3.25.0",
30
+ "@smithy/core": "^3.25.1",
31
31
  "@smithy/types": "^4.15.0",
32
32
  "tslib": "^2.6.2"
33
33
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/node-http-handler",
3
- "version": "4.8.0",
3
+ "version": "4.8.1",
4
4
  "description": "Provides a way to make requests",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
@@ -26,7 +26,7 @@
26
26
  "module": "./dist-es/index.js",
27
27
  "types": "./dist-types/index.d.ts",
28
28
  "dependencies": {
29
- "@smithy/core": "^3.25.0",
29
+ "@smithy/core": "^3.25.1",
30
30
  "@smithy/types": "^4.15.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/signature-v4",
3
- "version": "5.5.0",
3
+ "version": "5.5.1",
4
4
  "description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,7 +25,7 @@
25
25
  "license": "Apache-2.0",
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@smithy/core": "^3.25.0",
28
+ "@smithy/core": "^3.25.1",
29
29
  "@smithy/types": "^4.15.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anynum",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Normalize all Unicode decimal digits (Devanagari, Arabic, Thai, etc.) to ASCII numerals. Zero dependencies, performance-first.",
5
5
  "type": "module",
6
6
  "main": "./anynum.js",
@@ -39,4 +39,4 @@
39
39
  "url": "https://github.com/sponsors/NaturalIntelligence"
40
40
  }
41
41
  ]
42
- }
42
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "strnum",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "Parse String to Number based on configuration",
5
5
  "type": "module",
6
6
  "main": "strnum.js",
@@ -11,7 +11,8 @@
11
11
  "string",
12
12
  "number",
13
13
  "parse",
14
- "convert"
14
+ "convert",
15
+ "unicode"
15
16
  ],
16
17
  "repository": {
17
18
  "type": "git",
@@ -30,6 +31,6 @@
30
31
  "jasmine": "^5.6.0"
31
32
  },
32
33
  "dependencies": {
33
- "anynum": "^1.0.0"
34
+ "anynum": "^1.0.1"
34
35
  }
35
- }
36
+ }
package/package.json CHANGED
@@ -49,10 +49,10 @@
49
49
  "@types/node": "16.18.78",
50
50
  "@typescript-eslint/eslint-plugin": "^8",
51
51
  "@typescript-eslint/parser": "^8",
52
- "aws-cdk": "^2.1127.0",
52
+ "aws-cdk": "^2.1128.0",
53
53
  "aws-cdk-lib": "2.195.0",
54
54
  "cdk8s": "2.68.91",
55
- "cdk8s-cli": "^2.207.22",
55
+ "cdk8s-cli": "^2.207.23",
56
56
  "commit-and-tag-version": "^12",
57
57
  "constructs": "10.3.0",
58
58
  "eslint": "^9",
@@ -66,7 +66,7 @@
66
66
  "jsii-docgen": "^10.5.0",
67
67
  "jsii-pacmak": "^1.135.0",
68
68
  "jsii-rosetta": "^5",
69
- "projen": "^0.99.74",
69
+ "projen": "^0.99.80",
70
70
  "ts-jest": "^27",
71
71
  "ts-node": "^10.9.2",
72
72
  "typescript": "^5.9.3"
@@ -77,7 +77,7 @@
77
77
  "constructs": "^10.3.0"
78
78
  },
79
79
  "dependencies": {
80
- "@aws-sdk/client-cloudformation": "^3.1070.0"
80
+ "@aws-sdk/client-cloudformation": "^3.1072.0"
81
81
  },
82
82
  "bundledDependencies": [
83
83
  "@aws-sdk/client-cloudformation"
@@ -90,10 +90,11 @@
90
90
  },
91
91
  "main": "lib/index.js",
92
92
  "license": "Apache-2.0",
93
+ "stability": "stable",
93
94
  "publishConfig": {
94
95
  "access": "public"
95
96
  },
96
- "version": "0.0.603",
97
+ "version": "0.0.605",
97
98
  "jest": {
98
99
  "coverageProvider": "v8",
99
100
  "testMatch": [
@@ -140,7 +141,6 @@
140
141
  }
141
142
  },
142
143
  "types": "lib/index.d.ts",
143
- "stability": "stable",
144
144
  "jsii": {
145
145
  "outdir": "dist",
146
146
  "targets": {