@cdk8s/awscdk-resolver 0.0.100 → 0.0.101

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 (112) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/package.json +40 -40
  4. package/node_modules/@aws-sdk/client-sso/package.json +36 -36
  5. package/node_modules/@aws-sdk/client-sso-oidc/package.json +38 -38
  6. package/node_modules/@aws-sdk/client-sts/package.json +38 -38
  7. package/node_modules/@aws-sdk/core/CHANGELOG.md +8 -0
  8. package/node_modules/@aws-sdk/core/package.json +6 -6
  9. package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
  10. package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
  11. package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
  12. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +1 -0
  13. package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
  14. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +2 -3
  15. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +8 -9
  16. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +1 -2
  17. package/node_modules/@aws-sdk/credential-provider-http/package.json +9 -9
  18. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
  19. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  20. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  21. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  22. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +4 -5
  23. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +2 -3
  24. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +1 -0
  25. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -5
  26. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +1 -0
  27. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  28. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +1 -0
  29. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  30. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +1 -0
  31. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  32. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  33. package/node_modules/@aws-sdk/region-config-resolver/package.json +6 -6
  34. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  35. package/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -0
  36. package/node_modules/@aws-sdk/types/package.json +2 -2
  37. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
  38. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +3 -4
  39. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  40. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -0
  41. package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
  42. package/node_modules/@smithy/abort-controller/package.json +3 -4
  43. package/node_modules/@smithy/config-resolver/package.json +6 -7
  44. package/node_modules/@smithy/core/package.json +10 -10
  45. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
  46. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +1 -0
  47. package/node_modules/@smithy/credential-provider-imds/package.json +7 -8
  48. package/node_modules/@smithy/fetch-http-handler/README.md +7 -0
  49. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +11 -6
  50. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +11 -6
  51. package/node_modules/@smithy/fetch-http-handler/package.json +8 -25
  52. package/node_modules/@smithy/hash-node/package.json +6 -7
  53. package/node_modules/@smithy/invalid-dependency/package.json +2 -3
  54. package/node_modules/@smithy/is-array-buffer/package.json +2 -3
  55. package/node_modules/@smithy/middleware-content-length/package.json +5 -6
  56. package/node_modules/@smithy/middleware-endpoint/package.json +8 -9
  57. package/node_modules/@smithy/middleware-retry/package.json +10 -11
  58. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +1 -1
  59. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +1 -1
  60. package/node_modules/@smithy/middleware-serde/package.json +4 -5
  61. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +7 -4
  62. package/node_modules/@smithy/middleware-stack/package.json +3 -4
  63. package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +2 -1
  64. package/node_modules/@smithy/node-config-provider/package.json +6 -7
  65. package/node_modules/@smithy/node-http-handler/README.md +5 -0
  66. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +46 -15
  67. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -1
  68. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +39 -12
  69. package/node_modules/@smithy/node-http-handler/package.json +7 -8
  70. package/node_modules/@smithy/property-provider/package.json +3 -4
  71. package/node_modules/@smithy/protocol-http/package.json +3 -4
  72. package/node_modules/@smithy/querystring-builder/package.json +4 -5
  73. package/node_modules/@smithy/querystring-parser/package.json +3 -4
  74. package/node_modules/@smithy/service-error-classification/package.json +3 -4
  75. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -5
  76. package/node_modules/@smithy/signature-v4/package.json +9 -10
  77. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -1
  78. package/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +1 -1
  79. package/node_modules/@smithy/smithy-client/package.json +8 -9
  80. package/node_modules/@smithy/types/dist-types/client.d.ts +12 -0
  81. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -1
  82. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +5 -5
  83. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +12 -0
  84. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -1
  85. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +9 -1
  86. package/node_modules/@smithy/types/package.json +2 -3
  87. package/node_modules/@smithy/url-parser/package.json +3 -4
  88. package/node_modules/@smithy/util-base64/package.json +5 -6
  89. package/node_modules/@smithy/util-body-length-browser/package.json +1 -2
  90. package/node_modules/@smithy/util-body-length-node/package.json +3 -4
  91. package/node_modules/@smithy/util-buffer-from/package.json +4 -5
  92. package/node_modules/@smithy/util-config-provider/package.json +3 -4
  93. package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -6
  94. package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -9
  95. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +3 -3
  96. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +1 -1
  97. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +1 -1
  98. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +1 -1
  99. package/node_modules/@smithy/util-endpoints/package.json +5 -6
  100. package/node_modules/@smithy/util-hex-encoding/package.json +2 -3
  101. package/node_modules/@smithy/util-middleware/package.json +4 -5
  102. package/node_modules/@smithy/util-retry/dist-cjs/index.js +1 -0
  103. package/node_modules/@smithy/util-retry/package.json +5 -6
  104. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +8 -2
  105. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +8 -2
  106. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
  107. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +1 -1
  108. package/node_modules/@smithy/util-stream/package.json +13 -29
  109. package/node_modules/@smithy/util-uri-escape/package.json +2 -3
  110. package/node_modules/@smithy/util-utf8/package.json +3 -4
  111. package/node_modules/@smithy/util-waiter/package.json +4 -5
  112. package/package.json +2 -2
@@ -278,7 +278,7 @@ var evaluateCondition = /* @__PURE__ */ __name(({ assign, ...fnArgs }, options)
278
278
  throw new EndpointError(`'${assign}' is already defined in Reference Record.`);
279
279
  }
280
280
  const value = callFunction(fnArgs, options);
281
- (_b = (_a = options.logger) == null ? void 0 : _a.debug) == null ? void 0 : _b.call(_a, debugId, `evaluateCondition: ${toDebugString(fnArgs)} = ${toDebugString(value)}`);
281
+ (_b = (_a = options.logger) == null ? void 0 : _a.debug) == null ? void 0 : _b.call(_a, `${debugId} evaluateCondition: ${toDebugString(fnArgs)} = ${toDebugString(value)}`);
282
282
  return {
283
283
  result: value === "" ? true : !!value,
284
284
  ...assign != null && { toAssign: { name: assign, value } }
@@ -302,7 +302,7 @@ var evaluateConditions = /* @__PURE__ */ __name((conditions = [], options) => {
302
302
  }
303
303
  if (toAssign) {
304
304
  conditionsReferenceRecord[toAssign.name] = toAssign.value;
305
- (_b = (_a = options.logger) == null ? void 0 : _a.debug) == null ? void 0 : _b.call(_a, debugId, `assign: ${toAssign.name} := ${toDebugString(toAssign.value)}`);
305
+ (_b = (_a = options.logger) == null ? void 0 : _a.debug) == null ? void 0 : _b.call(_a, `${debugId} assign: ${toAssign.name} := ${toDebugString(toAssign.value)}`);
306
306
  }
307
307
  }
308
308
  return { result: true, referenceRecord: conditionsReferenceRecord };
@@ -379,7 +379,7 @@ var evaluateEndpointRule = /* @__PURE__ */ __name((endpointRule, options) => {
379
379
  referenceRecord: { ...options.referenceRecord, ...referenceRecord }
380
380
  };
381
381
  const { url, properties, headers } = endpoint;
382
- (_b = (_a = options.logger) == null ? void 0 : _a.debug) == null ? void 0 : _b.call(_a, debugId, `Resolving endpoint from template: ${toDebugString(endpoint)}`);
382
+ (_b = (_a = options.logger) == null ? void 0 : _a.debug) == null ? void 0 : _b.call(_a, `${debugId} Resolving endpoint from template: ${toDebugString(endpoint)}`);
383
383
  return {
384
384
  ...headers != void 0 && {
385
385
  headers: getEndpointHeaders(headers, endpointRuleOptions)
@@ -6,7 +6,7 @@ export const evaluateCondition = ({ assign, ...fnArgs }, options) => {
6
6
  throw new EndpointError(`'${assign}' is already defined in Reference Record.`);
7
7
  }
8
8
  const value = callFunction(fnArgs, options);
9
- options.logger?.debug?.(debugId, `evaluateCondition: ${toDebugString(fnArgs)} = ${toDebugString(value)}`);
9
+ options.logger?.debug?.(`${debugId} evaluateCondition: ${toDebugString(fnArgs)} = ${toDebugString(value)}`);
10
10
  return {
11
11
  result: value === "" ? true : !!value,
12
12
  ...(assign != null && { toAssign: { name: assign, value } }),
@@ -15,7 +15,7 @@ export const evaluateConditions = (conditions = [], options) => {
15
15
  }
16
16
  if (toAssign) {
17
17
  conditionsReferenceRecord[toAssign.name] = toAssign.value;
18
- options.logger?.debug?.(debugId, `assign: ${toAssign.name} := ${toDebugString(toAssign.value)}`);
18
+ options.logger?.debug?.(`${debugId} assign: ${toAssign.name} := ${toDebugString(toAssign.value)}`);
19
19
  }
20
20
  }
21
21
  return { result: true, referenceRecord: conditionsReferenceRecord };
@@ -14,7 +14,7 @@ export const evaluateEndpointRule = (endpointRule, options) => {
14
14
  referenceRecord: { ...options.referenceRecord, ...referenceRecord },
15
15
  };
16
16
  const { url, properties, headers } = endpoint;
17
- options.logger?.debug?.(debugId, `Resolving endpoint from template: ${toDebugString(endpoint)}`);
17
+ options.logger?.debug?.(`${debugId} Resolving endpoint from template: ${toDebugString(endpoint)}`);
18
18
  return {
19
19
  ...(headers != undefined && {
20
20
  headers: getEndpointHeaders(headers, endpointRuleOptions),
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-endpoints",
3
- "version": "1.2.0",
3
+ "version": "2.0.0",
4
4
  "description": "Utilities to help with endpoint resolution.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,13 +26,12 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@smithy/node-config-provider": "^2.3.0",
30
- "@smithy/types": "^2.12.0",
29
+ "@smithy/node-config-provider": "^3.0.0",
30
+ "@smithy/types": "^3.0.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {
34
- "@tsconfig/recommended": "1.0.1",
35
- "@types/node": "^14.14.31",
34
+ "@types/node": "^16.18.96",
36
35
  "concurrently": "7.0.0",
37
36
  "downlevel-dts": "0.10.1",
38
37
  "rimraf": "3.0.2",
@@ -40,7 +39,7 @@
40
39
  },
41
40
  "types": "./dist-types/index.d.ts",
42
41
  "engines": {
43
- "node": ">= 14.0.0"
42
+ "node": ">=16.0.0"
44
43
  },
45
44
  "typesVersions": {
46
45
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-hex-encoding",
3
- "version": "2.2.0",
3
+ "version": "3.0.0",
4
4
  "description": "Converts binary buffers to and from lowercase hexadecimal encoding",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "types": "./dist-types/index.d.ts",
28
28
  "engines": {
29
- "node": ">=14.0.0"
29
+ "node": ">=16.0.0"
30
30
  },
31
31
  "typesVersions": {
32
32
  "<4.0": {
@@ -45,7 +45,6 @@
45
45
  "directory": "packages/util-hex-encoding"
46
46
  },
47
47
  "devDependencies": {
48
- "@tsconfig/recommended": "1.0.1",
49
48
  "concurrently": "7.0.0",
50
49
  "downlevel-dts": "0.10.1",
51
50
  "rimraf": "3.0.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-middleware",
3
- "version": "2.2.0",
3
+ "version": "3.0.0",
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",
@@ -26,12 +26,11 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@smithy/types": "^2.12.0",
29
+ "@smithy/types": "^3.0.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
33
- "@tsconfig/recommended": "1.0.1",
34
- "@types/node": "^14.14.31",
33
+ "@types/node": "^16.18.96",
35
34
  "concurrently": "7.0.0",
36
35
  "downlevel-dts": "0.10.1",
37
36
  "rimraf": "3.0.2",
@@ -39,7 +38,7 @@
39
38
  },
40
39
  "types": "./dist-types/index.d.ts",
41
40
  "engines": {
42
- "node": ">=14.0.0"
41
+ "node": ">=16.0.0"
43
42
  },
44
43
  "typesVersions": {
45
44
  "<4.0": {
@@ -204,6 +204,7 @@ var _StandardRetryStrategy = class _StandardRetryStrategy {
204
204
  this.retryBackoffStrategy = getDefaultRetryBackoffStrategy();
205
205
  this.maxAttemptsProvider = typeof maxAttempts === "function" ? maxAttempts : async () => maxAttempts;
206
206
  }
207
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
207
208
  async acquireInitialRetryToken(retryTokenScope) {
208
209
  return createDefaultRetryToken({
209
210
  retryDelay: DEFAULT_RETRY_DELAY_BASE,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-retry",
3
- "version": "2.2.0",
3
+ "version": "3.0.0",
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",
@@ -27,13 +27,12 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@smithy/service-error-classification": "^2.1.5",
31
- "@smithy/types": "^2.12.0",
30
+ "@smithy/service-error-classification": "^3.0.0",
31
+ "@smithy/types": "^3.0.0",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@tsconfig/recommended": "1.0.1",
36
- "@types/node": "^14.14.31",
35
+ "@types/node": "^16.18.96",
37
36
  "concurrently": "7.0.0",
38
37
  "downlevel-dts": "0.10.1",
39
38
  "rimraf": "3.0.2",
@@ -41,7 +40,7 @@
41
40
  },
42
41
  "types": "./dist-types/index.d.ts",
43
42
  "engines": {
44
- "node": ">= 14.0.0"
43
+ "node": ">=16.0.0"
45
44
  },
46
45
  "typesVersions": {
47
46
  "<4.0": {
@@ -5,12 +5,18 @@ const node_http_handler_1 = require("@smithy/node-http-handler");
5
5
  const util_buffer_from_1 = require("@smithy/util-buffer-from");
6
6
  const stream_1 = require("stream");
7
7
  const util_1 = require("util");
8
+ const sdk_stream_mixin_browser_1 = require("./sdk-stream-mixin.browser");
8
9
  const ERR_MSG_STREAM_HAS_BEEN_TRANSFORMED = "The stream has already been transformed.";
9
10
  const sdkStreamMixin = (stream) => {
10
11
  var _a, _b;
11
12
  if (!(stream instanceof stream_1.Readable)) {
12
- const name = ((_b = (_a = stream === null || stream === void 0 ? void 0 : stream.__proto__) === null || _a === void 0 ? void 0 : _a.constructor) === null || _b === void 0 ? void 0 : _b.name) || stream;
13
- throw new Error(`Unexpected stream implementation, expect Stream.Readable instance, got ${name}`);
13
+ try {
14
+ return (0, sdk_stream_mixin_browser_1.sdkStreamMixin)(stream);
15
+ }
16
+ catch (e) {
17
+ const name = ((_b = (_a = stream === null || stream === void 0 ? void 0 : stream.__proto__) === null || _a === void 0 ? void 0 : _a.constructor) === null || _b === void 0 ? void 0 : _b.name) || stream;
18
+ throw new Error(`Unexpected stream implementation, expect Stream.Readable instance, got ${name}`);
19
+ }
14
20
  }
15
21
  let transformed = false;
16
22
  const transformToByteArray = async () => {
@@ -2,11 +2,17 @@ import { streamCollector } from "@smithy/node-http-handler";
2
2
  import { fromArrayBuffer } from "@smithy/util-buffer-from";
3
3
  import { Readable } from "stream";
4
4
  import { TextDecoder } from "util";
5
+ import { sdkStreamMixin as sdkStreamMixinReadableStream } from "./sdk-stream-mixin.browser";
5
6
  const ERR_MSG_STREAM_HAS_BEEN_TRANSFORMED = "The stream has already been transformed.";
6
7
  export const sdkStreamMixin = (stream) => {
7
8
  if (!(stream instanceof Readable)) {
8
- const name = stream?.__proto__?.constructor?.name || stream;
9
- throw new Error(`Unexpected stream implementation, expect Stream.Readable instance, got ${name}`);
9
+ try {
10
+ return sdkStreamMixinReadableStream(stream);
11
+ }
12
+ catch (e) {
13
+ const name = stream?.__proto__?.constructor?.name || stream;
14
+ throw new Error(`Unexpected stream implementation, expect Stream.Readable instance, got ${name}`);
15
+ }
10
16
  }
11
17
  let transformed = false;
12
18
  const transformToByteArray = async () => {
@@ -5,4 +5,4 @@ import { Readable } from "stream";
5
5
  *
6
6
  * @internal
7
7
  */
8
- export declare const sdkStreamMixin: (stream: unknown) => SdkStream<Readable>;
8
+ export declare const sdkStreamMixin: (stream: unknown) => SdkStream<ReadableStream | Blob> | SdkStream<Readable>;
@@ -5,4 +5,4 @@ import { Readable } from "stream";
5
5
  *
6
6
  * @internal
7
7
  */
8
- export declare const sdkStreamMixin: (stream: unknown) => SdkStream<Readable>;
8
+ export declare const sdkStreamMixin: (stream: unknown) => SdkStream<ReadableStream | Blob> | SdkStream<Readable>;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-stream",
3
- "version": "2.2.0",
3
+ "version": "3.0.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 util-stream",
@@ -12,7 +12,7 @@
12
12
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
13
13
  "format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
14
14
  "extract:docs": "api-extractor run --local",
15
- "test": "yarn g:jest && karma start karma.conf.js",
15
+ "test": "yarn g:jest && yarn g:karma start karma.conf.js",
16
16
  "test:integration": "yarn g:jest --config jest.config.integ.js"
17
17
  },
18
18
  "main": "./dist-cjs/index.js",
@@ -24,41 +24,25 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@smithy/fetch-http-handler": "^2.5.0",
28
- "@smithy/node-http-handler": "^2.5.0",
29
- "@smithy/types": "^2.12.0",
30
- "@smithy/util-base64": "^2.3.0",
31
- "@smithy/util-buffer-from": "^2.2.0",
32
- "@smithy/util-hex-encoding": "^2.2.0",
33
- "@smithy/util-utf8": "^2.3.0",
27
+ "@smithy/fetch-http-handler": "^3.0.0",
28
+ "@smithy/node-http-handler": "^3.0.0",
29
+ "@smithy/types": "^3.0.0",
30
+ "@smithy/util-base64": "^3.0.0",
31
+ "@smithy/util-buffer-from": "^3.0.0",
32
+ "@smithy/util-hex-encoding": "^3.0.0",
33
+ "@smithy/util-utf8": "^3.0.0",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
37
- "@smithy/util-test": "^0.2.0",
38
- "@types/chai-as-promised": "^7.1.2",
39
- "@types/node": "^14.14.31",
40
- "chai": "^4.2.0",
41
- "chai-as-promised": "^7.1.1",
37
+ "@smithy/util-test": "^0.2.1",
38
+ "@types/node": "^16.18.96",
42
39
  "concurrently": "7.0.0",
43
40
  "downlevel-dts": "0.10.1",
44
- "karma": "6.4.0",
45
- "karma-chai": "0.1.0",
46
- "karma-chrome-launcher": "3.1.1",
47
- "karma-coverage": "2.2.1",
48
- "karma-env-preprocessor": "0.1.1",
49
- "karma-firefox-launcher": "2.1.3",
50
- "karma-jasmine": "5.1.0",
51
- "karma-mocha": "2.0.1",
52
- "karma-sourcemap-loader": "0.3.8",
53
- "karma-typescript": "5.5.3",
54
- "karma-webpack": "5.0.0",
55
41
  "rimraf": "3.0.2",
56
- "typedoc": "0.23.23",
57
- "webpack": "5.76.0",
58
- "webpack-cli": "4.10.0"
42
+ "typedoc": "0.23.23"
59
43
  },
60
44
  "engines": {
61
- "node": ">=14.0.0"
45
+ "node": ">=16.0.0"
62
46
  },
63
47
  "typesVersions": {
64
48
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-uri-escape",
3
- "version": "2.2.0",
3
+ "version": "3.0.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 util-uri-escape",
@@ -25,7 +25,7 @@
25
25
  "tslib": "^2.6.2"
26
26
  },
27
27
  "engines": {
28
- "node": ">=14.0.0"
28
+ "node": ">=16.0.0"
29
29
  },
30
30
  "typesVersions": {
31
31
  "<4.0": {
@@ -44,7 +44,6 @@
44
44
  "directory": "packages/util-uri-escape"
45
45
  },
46
46
  "devDependencies": {
47
- "@tsconfig/recommended": "1.0.1",
48
47
  "concurrently": "7.0.0",
49
48
  "downlevel-dts": "0.10.1",
50
49
  "rimraf": "3.0.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-utf8",
3
- "version": "2.3.0",
3
+ "version": "3.0.0",
4
4
  "description": "A UTF-8 string <-> UInt8Array converter",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -22,11 +22,10 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/util-buffer-from": "^2.2.0",
25
+ "@smithy/util-buffer-from": "^3.0.0",
26
26
  "tslib": "^2.6.2"
27
27
  },
28
28
  "devDependencies": {
29
- "@tsconfig/recommended": "1.0.1",
30
29
  "concurrently": "7.0.0",
31
30
  "downlevel-dts": "0.10.1",
32
31
  "rimraf": "3.0.2",
@@ -34,7 +33,7 @@
34
33
  },
35
34
  "types": "./dist-types/index.d.ts",
36
35
  "engines": {
37
- "node": ">=14.0.0"
36
+ "node": ">=16.0.0"
38
37
  },
39
38
  "typesVersions": {
40
39
  "<4.0": {
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@smithy/util-waiter",
3
- "version": "2.2.0",
3
+ "version": "3.0.0",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/abort-controller": "^2.2.0",
7
- "@smithy/types": "^2.12.0",
6
+ "@smithy/abort-controller": "^3.0.0",
7
+ "@smithy/types": "^3.0.0",
8
8
  "tslib": "^2.6.2"
9
9
  },
10
10
  "scripts": {
@@ -28,7 +28,7 @@
28
28
  "module": "./dist-es/index.js",
29
29
  "types": "./dist-types/index.d.ts",
30
30
  "engines": {
31
- "node": ">=14.0.0"
31
+ "node": ">=16.0.0"
32
32
  },
33
33
  "typesVersions": {
34
34
  "<4.0": {
@@ -47,7 +47,6 @@
47
47
  "directory": "packages/util-waiter"
48
48
  },
49
49
  "devDependencies": {
50
- "@tsconfig/recommended": "1.0.1",
51
50
  "concurrently": "7.0.0",
52
51
  "downlevel-dts": "0.10.1",
53
52
  "rimraf": "3.0.2",
package/package.json CHANGED
@@ -76,7 +76,7 @@
76
76
  "constructs": "^10.3.0"
77
77
  },
78
78
  "dependencies": {
79
- "@aws-sdk/client-cloudformation": "^3.574.0"
79
+ "@aws-sdk/client-cloudformation": "^3.575.0"
80
80
  },
81
81
  "bundledDependencies": [
82
82
  "@aws-sdk/client-cloudformation"
@@ -92,7 +92,7 @@
92
92
  "publishConfig": {
93
93
  "access": "public"
94
94
  },
95
- "version": "0.0.100",
95
+ "version": "0.0.101",
96
96
  "jest": {
97
97
  "testMatch": [
98
98
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",