@cdk8s/awscdk-resolver 0.0.357 → 0.0.359

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 (100) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws/lambda-invoke-store/LICENSE +175 -0
  4. package/node_modules/@aws/lambda-invoke-store/README.md +182 -0
  5. package/node_modules/@aws/lambda-invoke-store/dist/invoke-store.d.ts +52 -0
  6. package/node_modules/@aws/lambda-invoke-store/dist/invoke-store.js +90 -0
  7. package/node_modules/@aws/lambda-invoke-store/package.json +36 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/package.json +3 -3
  9. package/node_modules/@aws-sdk/client-sso/package.json +2 -2
  10. package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
  11. package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
  12. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  13. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
  14. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +14 -32
  15. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +32 -0
  16. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +5 -0
  17. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/configuration.js +7 -0
  18. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/getRecursionDetectionPlugin.js +7 -0
  19. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +2 -37
  20. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.browser.js +1 -0
  21. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +28 -0
  22. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.native.js +1 -0
  23. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +5 -0
  24. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +5 -0
  25. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +2 -18
  26. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +6 -0
  27. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +6 -0
  28. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +6 -0
  29. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/configuration.d.ts +3 -0
  30. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/getRecursionDetectionPlugin.d.ts +4 -0
  31. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +2 -18
  32. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.browser.d.ts +5 -0
  33. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.d.ts +5 -0
  34. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.native.d.ts +5 -0
  35. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +7 -2
  36. package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
  37. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  38. package/node_modules/@smithy/abort-controller/package.json +2 -2
  39. package/node_modules/@smithy/config-resolver/package.json +4 -4
  40. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +14 -16
  41. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +155 -221
  42. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +12 -10
  43. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +12 -22
  44. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +9 -20
  45. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -21
  46. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +76 -87
  47. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +11 -12
  48. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +16 -3
  49. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +9 -20
  50. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -27
  51. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -2
  52. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -16
  53. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -5
  54. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -9
  55. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +15 -13
  56. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +3 -2
  57. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +5 -1
  58. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -5
  59. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -6
  60. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -2
  61. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -16
  62. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -5
  63. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -9
  64. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +15 -13
  65. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +3 -2
  66. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +5 -1
  67. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -5
  68. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -9
  69. package/node_modules/@smithy/core/package.json +7 -7
  70. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  71. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  72. package/node_modules/@smithy/hash-node/package.json +2 -2
  73. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  74. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  75. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  76. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  77. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  78. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  79. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  80. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  81. package/node_modules/@smithy/property-provider/package.json +2 -2
  82. package/node_modules/@smithy/protocol-http/package.json +2 -2
  83. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  84. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  85. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  86. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  87. package/node_modules/@smithy/signature-v4/package.json +4 -4
  88. package/node_modules/@smithy/smithy-client/package.json +7 -7
  89. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +9 -2
  90. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +13 -3
  91. package/node_modules/@smithy/types/package.json +1 -1
  92. package/node_modules/@smithy/url-parser/package.json +3 -3
  93. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  94. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  95. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  96. package/node_modules/@smithy/util-middleware/package.json +2 -2
  97. package/node_modules/@smithy/util-retry/package.json +3 -3
  98. package/node_modules/@smithy/util-stream/package.json +4 -4
  99. package/node_modules/@smithy/util-waiter/package.json +3 -3
  100. package/package.json +5 -5
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/node-config-provider",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Load config default values from ini config files and environmental variable",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
@@ -26,9 +26,9 @@
26
26
  "module": "./dist-es/index.js",
27
27
  "types": "./dist-types/index.d.ts",
28
28
  "dependencies": {
29
- "@smithy/property-provider": "^4.1.0",
30
- "@smithy/shared-ini-file-loader": "^4.1.0",
31
- "@smithy/types": "^4.4.0",
29
+ "@smithy/property-provider": "^4.1.1",
30
+ "@smithy/shared-ini-file-loader": "^4.1.1",
31
+ "@smithy/types": "^4.5.0",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/node-http-handler",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Provides a way to make requests",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
@@ -27,10 +27,10 @@
27
27
  "module": "./dist-es/index.js",
28
28
  "types": "./dist-types/index.d.ts",
29
29
  "dependencies": {
30
- "@smithy/abort-controller": "^4.1.0",
31
- "@smithy/protocol-http": "^5.2.0",
32
- "@smithy/querystring-builder": "^4.1.0",
33
- "@smithy/types": "^4.4.0",
30
+ "@smithy/abort-controller": "^4.1.1",
31
+ "@smithy/protocol-http": "^5.2.1",
32
+ "@smithy/querystring-builder": "^4.1.1",
33
+ "@smithy/types": "^4.5.0",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/property-provider",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline property-provider",
@@ -24,7 +24,7 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/types": "^4.4.0",
27
+ "@smithy/types": "^4.5.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/protocol-http",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline protocol-http",
@@ -25,7 +25,7 @@
25
25
  "license": "Apache-2.0",
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@smithy/types": "^4.4.0",
28
+ "@smithy/types": "^4.5.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/querystring-builder",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline querystring-builder",
@@ -23,7 +23,7 @@
23
23
  "license": "Apache-2.0",
24
24
  "sideEffects": false,
25
25
  "dependencies": {
26
- "@smithy/types": "^4.4.0",
26
+ "@smithy/types": "^4.5.0",
27
27
  "@smithy/util-uri-escape": "^4.1.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/querystring-parser",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline querystring-parser",
@@ -24,7 +24,7 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/types": "^4.4.0",
27
+ "@smithy/types": "^4.5.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/service-error-classification",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline service-error-classification",
@@ -55,6 +55,6 @@
55
55
  "directory": ".release/package"
56
56
  },
57
57
  "dependencies": {
58
- "@smithy/types": "^4.4.0"
58
+ "@smithy/types": "^4.5.0"
59
59
  }
60
60
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@smithy/shared-ini-file-loader",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "dependencies": {
5
- "@smithy/types": "^4.4.0",
5
+ "@smithy/types": "^4.5.0",
6
6
  "tslib": "^2.6.2"
7
7
  },
8
8
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/signature-v4",
3
- "version": "5.2.0",
3
+ "version": "5.2.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",
@@ -27,10 +27,10 @@
27
27
  "sideEffects": false,
28
28
  "dependencies": {
29
29
  "@smithy/is-array-buffer": "^4.1.0",
30
- "@smithy/protocol-http": "^5.2.0",
31
- "@smithy/types": "^4.4.0",
30
+ "@smithy/protocol-http": "^5.2.1",
31
+ "@smithy/types": "^4.5.0",
32
32
  "@smithy/util-hex-encoding": "^4.1.0",
33
- "@smithy/util-middleware": "^4.1.0",
33
+ "@smithy/util-middleware": "^4.1.1",
34
34
  "@smithy/util-uri-escape": "^4.1.0",
35
35
  "@smithy/util-utf8": "^4.1.0",
36
36
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/smithy-client",
3
- "version": "4.6.0",
3
+ "version": "4.6.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline smithy-client",
@@ -25,12 +25,12 @@
25
25
  "license": "Apache-2.0",
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@smithy/core": "^3.10.0",
29
- "@smithy/middleware-endpoint": "^4.2.0",
30
- "@smithy/middleware-stack": "^4.1.0",
31
- "@smithy/protocol-http": "^5.2.0",
32
- "@smithy/types": "^4.4.0",
33
- "@smithy/util-stream": "^4.3.0",
28
+ "@smithy/core": "^3.11.0",
29
+ "@smithy/middleware-endpoint": "^4.2.1",
30
+ "@smithy/middleware-stack": "^4.1.1",
31
+ "@smithy/protocol-http": "^5.2.1",
32
+ "@smithy/types": "^4.5.0",
33
+ "@smithy/util-stream": "^4.3.1",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "engines": {
@@ -25,6 +25,7 @@ export type SchemaTraits = TraitBitVector | SchemaTraitsObject;
25
25
  * @public
26
26
  */
27
27
  export interface TraitsSchema {
28
+ namespace: string;
28
29
  name: string;
29
30
  traits: SchemaTraits;
30
31
  }
@@ -106,7 +107,13 @@ export type SchemaTraitsObject = {
106
107
  export interface StructureSchema extends TraitsSchema {
107
108
  name: string;
108
109
  traits: SchemaTraits;
109
- members: Record<string, [SchemaRef, SchemaTraits]>;
110
+ memberNames: string[];
111
+ memberList: SchemaRef[];
112
+ /**
113
+ * @deprecated structure member iteration will be linear on the memberNames and memberList arrays.
114
+ * It can be collected into a hashmap form on an ad-hoc basis, but will not initialize as such.
115
+ */
116
+ members?: Record<string, [SchemaRef, SchemaTraits]> | undefined;
110
117
  }
111
118
  /**
112
119
  * Schema for the list aggregate type.
@@ -172,7 +179,7 @@ export interface NormalizedSchema {
172
179
  * For struct/union.
173
180
  */
174
181
  getMemberSchema(member: string): NormalizedSchema | undefined;
175
- getMemberSchemas(): Record<string, NormalizedSchema>;
182
+ structIterator(): Generator<[string, NormalizedSchema], undefined, undefined>;
176
183
  }
177
184
  /**
178
185
  * A schema "reference" is either a schema or a function that
@@ -25,6 +25,7 @@ export type SchemaTraits = TraitBitVector | SchemaTraitsObject;
25
25
  * @public
26
26
  */
27
27
  export interface TraitsSchema {
28
+ namespace: string;
28
29
  name: string;
29
30
  traits: SchemaTraits;
30
31
  }
@@ -115,10 +116,16 @@ export type SchemaTraitsObject = {
115
116
  export interface StructureSchema extends TraitsSchema {
116
117
  name: string;
117
118
  traits: SchemaTraits;
118
- members: Record<string, [
119
+ memberNames: string[];
120
+ memberList: SchemaRef[];
121
+ /**
122
+ * @deprecated structure member iteration will be linear on the memberNames and memberList arrays.
123
+ * It can be collected into a hashmap form on an ad-hoc basis, but will not initialize as such.
124
+ */
125
+ members?: Record<string, [
119
126
  SchemaRef,
120
127
  SchemaTraits
121
- ]>;
128
+ ]> | undefined;
122
129
  }
123
130
  /**
124
131
  * Schema for the list aggregate type.
@@ -187,7 +194,10 @@ export interface NormalizedSchema {
187
194
  * For struct/union.
188
195
  */
189
196
  getMemberSchema(member: string): NormalizedSchema | undefined;
190
- getMemberSchemas(): Record<string, NormalizedSchema>;
197
+ structIterator(): Generator<[
198
+ string,
199
+ NormalizedSchema
200
+ ], undefined, undefined>;
191
201
  }
192
202
  /**
193
203
  * A schema "reference" is either a schema or a function that
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/types",
3
- "version": "4.4.0",
3
+ "version": "4.5.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline types",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/url-parser",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline url-parser",
@@ -24,8 +24,8 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/querystring-parser": "^4.1.0",
28
- "@smithy/types": "^4.4.0",
27
+ "@smithy/querystring-parser": "^4.1.1",
28
+ "@smithy/types": "^4.5.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "typesVersions": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-browser",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline util-defaults-mode-browser",
@@ -24,9 +24,9 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/property-provider": "^4.1.0",
28
- "@smithy/smithy-client": "^4.6.0",
29
- "@smithy/types": "^4.4.0",
27
+ "@smithy/property-provider": "^4.1.1",
28
+ "@smithy/smithy-client": "^4.6.1",
29
+ "@smithy/types": "^4.5.0",
30
30
  "bowser": "^2.11.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-node",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline util-defaults-mode-node",
@@ -24,12 +24,12 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/config-resolver": "^4.2.0",
28
- "@smithy/credential-provider-imds": "^4.1.0",
29
- "@smithy/node-config-provider": "^4.2.0",
30
- "@smithy/property-provider": "^4.1.0",
31
- "@smithy/smithy-client": "^4.6.0",
32
- "@smithy/types": "^4.4.0",
27
+ "@smithy/config-resolver": "^4.2.1",
28
+ "@smithy/credential-provider-imds": "^4.1.1",
29
+ "@smithy/node-config-provider": "^4.2.1",
30
+ "@smithy/property-provider": "^4.1.1",
31
+ "@smithy/smithy-client": "^4.6.1",
32
+ "@smithy/types": "^4.5.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-endpoints",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Utilities to help with endpoint resolution.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,8 +29,8 @@
29
29
  "license": "Apache-2.0",
30
30
  "sideEffects": false,
31
31
  "dependencies": {
32
- "@smithy/node-config-provider": "^4.2.0",
33
- "@smithy/types": "^4.4.0",
32
+ "@smithy/node-config-provider": "^4.2.1",
33
+ "@smithy/types": "^4.5.0",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-middleware",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Shared utilities for to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,7 +28,7 @@
28
28
  "license": "Apache-2.0",
29
29
  "sideEffects": false,
30
30
  "dependencies": {
31
- "@smithy/types": "^4.4.0",
31
+ "@smithy/types": "^4.5.0",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-retry",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Shared retry utilities to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,8 +29,8 @@
29
29
  "license": "Apache-2.0",
30
30
  "sideEffects": false,
31
31
  "dependencies": {
32
- "@smithy/service-error-classification": "^4.1.0",
33
- "@smithy/types": "^4.4.0",
32
+ "@smithy/service-error-classification": "^4.1.1",
33
+ "@smithy/types": "^4.5.0",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-stream",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline util-stream",
@@ -29,9 +29,9 @@
29
29
  "license": "Apache-2.0",
30
30
  "sideEffects": false,
31
31
  "dependencies": {
32
- "@smithy/fetch-http-handler": "^5.2.0",
33
- "@smithy/node-http-handler": "^4.2.0",
34
- "@smithy/types": "^4.4.0",
32
+ "@smithy/fetch-http-handler": "^5.2.1",
33
+ "@smithy/node-http-handler": "^4.2.1",
34
+ "@smithy/types": "^4.5.0",
35
35
  "@smithy/util-base64": "^4.1.0",
36
36
  "@smithy/util-buffer-from": "^4.1.0",
37
37
  "@smithy/util-hex-encoding": "^4.1.0",
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@smithy/util-waiter",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/abort-controller": "^4.1.0",
7
- "@smithy/types": "^4.4.0",
6
+ "@smithy/abort-controller": "^4.1.1",
7
+ "@smithy/types": "^4.5.0",
8
8
  "tslib": "^2.6.2"
9
9
  },
10
10
  "scripts": {
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "organization": false
43
43
  },
44
44
  "devDependencies": {
45
- "@cdk8s/projen-common": "0.0.620",
45
+ "@cdk8s/projen-common": "0.0.621",
46
46
  "@stylistic/eslint-plugin": "^2",
47
47
  "@types/fs-extra": "^11.0.4",
48
48
  "@types/jest": "^27",
@@ -52,7 +52,7 @@
52
52
  "aws-cdk": "^2.1029.0",
53
53
  "aws-cdk-lib": "2.195.0",
54
54
  "cdk8s": "2.68.91",
55
- "cdk8s-cli": "^2.201.20",
55
+ "cdk8s-cli": "^2.201.21",
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.114.1",
68
68
  "jsii-rosetta": "^5",
69
- "projen": "^0.95.6",
69
+ "projen": "^0.96.1",
70
70
  "ts-jest": "^27",
71
71
  "ts-node": "^10.9.2",
72
72
  "typescript": "^5.9.2"
@@ -77,7 +77,7 @@
77
77
  "constructs": "^10.3.0"
78
78
  },
79
79
  "dependencies": {
80
- "@aws-sdk/client-cloudformation": "^3.883.0"
80
+ "@aws-sdk/client-cloudformation": "^3.886.0"
81
81
  },
82
82
  "bundledDependencies": [
83
83
  "@aws-sdk/client-cloudformation"
@@ -93,7 +93,7 @@
93
93
  "publishConfig": {
94
94
  "access": "public"
95
95
  },
96
- "version": "0.0.357",
96
+ "version": "0.0.359",
97
97
  "jest": {
98
98
  "coverageProvider": "v8",
99
99
  "testMatch": [