@cdk8s/awscdk-resolver 0.0.356 → 0.0.358

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 (65) hide show
  1. package/.jsii +2 -2
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@smithy/abort-controller/package.json +2 -2
  4. package/node_modules/@smithy/config-resolver/package.json +4 -4
  5. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +14 -16
  6. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +155 -221
  7. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +12 -10
  8. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +12 -22
  9. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +9 -20
  10. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -21
  11. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +76 -87
  12. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +11 -12
  13. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +16 -3
  14. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +9 -20
  15. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -27
  16. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -2
  17. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -16
  18. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -5
  19. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -9
  20. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +15 -13
  21. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +3 -2
  22. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +5 -1
  23. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -5
  24. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -6
  25. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -2
  26. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -16
  27. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -5
  28. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -9
  29. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +15 -13
  30. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +3 -2
  31. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +5 -1
  32. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -5
  33. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -9
  34. package/node_modules/@smithy/core/package.json +7 -7
  35. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  36. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  37. package/node_modules/@smithy/hash-node/package.json +2 -2
  38. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  39. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  40. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  41. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  42. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  43. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  44. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  45. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  46. package/node_modules/@smithy/property-provider/package.json +2 -2
  47. package/node_modules/@smithy/protocol-http/package.json +2 -2
  48. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  49. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  50. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  51. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  52. package/node_modules/@smithy/signature-v4/package.json +4 -4
  53. package/node_modules/@smithy/smithy-client/package.json +7 -7
  54. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +9 -2
  55. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +13 -3
  56. package/node_modules/@smithy/types/package.json +1 -1
  57. package/node_modules/@smithy/url-parser/package.json +3 -3
  58. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  59. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  60. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  61. package/node_modules/@smithy/util-middleware/package.json +2 -2
  62. package/node_modules/@smithy/util-retry/package.json +3 -3
  63. package/node_modules/@smithy/util-stream/package.json +4 -4
  64. package/node_modules/@smithy/util-waiter/package.json +3 -3
  65. package/package.json +4 -4
@@ -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,17 +42,17 @@
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",
49
49
  "@types/node": "16.18.78",
50
50
  "@typescript-eslint/eslint-plugin": "^8",
51
51
  "@typescript-eslint/parser": "^8",
52
- "aws-cdk": "^2.1028.0",
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.16",
55
+ "cdk8s-cli": "^2.201.20",
56
56
  "commit-and-tag-version": "^12",
57
57
  "constructs": "10.3.0",
58
58
  "eslint": "^9",
@@ -93,7 +93,7 @@
93
93
  "publishConfig": {
94
94
  "access": "public"
95
95
  },
96
- "version": "0.0.356",
96
+ "version": "0.0.358",
97
97
  "jest": {
98
98
  "coverageProvider": "v8",
99
99
  "testMatch": [