@cdklabs/cdk-ecs-codedeploy 0.0.283 → 0.0.285

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 (122) hide show
  1. package/.jsii +4 -4
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/api-canary/index.js +1 -1
  4. package/lib/ecs-appspec/index.js +1 -1
  5. package/lib/ecs-deployment/index.js +1 -1
  6. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/index.js +2 -2
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-es/protocols/Aws_json1_1.js +2 -2
  9. package/node_modules/@aws-sdk/client-codedeploy/package.json +18 -18
  10. package/node_modules/@aws-sdk/client-sso/package.json +15 -15
  11. package/node_modules/@aws-sdk/client-sso-oidc/package.json +17 -17
  12. package/node_modules/@aws-sdk/client-sts/package.json +17 -17
  13. package/node_modules/@aws-sdk/core/package.json +3 -3
  14. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -2
  15. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +2 -2
  16. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  17. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +2 -2
  18. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +4 -4
  19. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +12 -9
  20. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +6 -5
  21. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +2 -2
  22. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +4 -4
  23. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +12 -9
  24. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +6 -5
  25. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +3 -1
  26. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
  27. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
  28. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
  29. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +2 -1
  30. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +1 -1
  31. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +1 -1
  32. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +3 -2
  33. package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  34. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +70 -20
  35. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +1 -1
  36. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +35 -14
  37. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +19 -6
  38. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +2 -2
  39. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +1 -1
  40. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +5 -2
  41. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +2 -2
  42. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +11 -2
  43. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +3 -2
  44. package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
  45. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +15 -11
  46. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +11 -8
  47. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +3 -3
  48. package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +2 -1
  49. package/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +2 -1
  50. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +2 -0
  51. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +2 -1
  52. package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
  53. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +8 -6
  54. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +2 -2
  55. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +6 -4
  56. package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +2 -2
  57. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +3 -2
  58. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  59. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +43 -21
  60. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +15 -7
  61. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +21 -6
  62. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +2 -2
  63. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  64. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  65. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +3 -1
  66. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -1
  67. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  68. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +4 -2
  69. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +1 -1
  70. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +4 -2
  71. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +1 -1
  72. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  73. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  74. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  75. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +2 -2
  76. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -1
  77. package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
  78. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  79. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  80. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  81. package/node_modules/@smithy/config-resolver/package.json +2 -2
  82. package/node_modules/@smithy/core/README.md +35 -2
  83. package/node_modules/@smithy/core/package.json +19 -6
  84. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +30 -22
  85. package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +17 -6
  86. package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +11 -9
  87. package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
  88. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  89. package/node_modules/@smithy/middleware-retry/package.json +3 -3
  90. package/node_modules/@smithy/node-config-provider/dist-cjs/getSelectorName.js +1 -0
  91. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +21 -3
  92. package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -2
  93. package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +2 -2
  94. package/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
  95. package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +2 -2
  96. package/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
  97. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +2 -2
  98. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +9 -0
  99. package/node_modules/@smithy/node-config-provider/package.json +3 -3
  100. package/node_modules/@smithy/property-provider/dist-cjs/index.js +28 -10
  101. package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +2 -3
  102. package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +15 -4
  103. package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +2 -3
  104. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +16 -3
  105. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +25 -3
  106. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +16 -3
  107. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +16 -3
  108. package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +25 -3
  109. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +16 -3
  110. package/node_modules/@smithy/property-provider/package.json +1 -1
  111. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +5 -1
  112. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +5 -1
  113. package/node_modules/@smithy/shared-ini-file-loader/package.json +1 -1
  114. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +3 -0
  115. package/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +1 -0
  116. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +5 -0
  117. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +5 -0
  118. package/node_modules/@smithy/smithy-client/package.json +2 -2
  119. package/node_modules/@smithy/util-defaults-mode-browser/package.json +3 -3
  120. package/node_modules/@smithy/util-defaults-mode-node/package.json +6 -6
  121. package/node_modules/@smithy/util-endpoints/package.json +2 -2
  122. package/package.json +7 -6
@@ -1,3 +1,11 @@
1
+ import { Logger } from "@smithy/types";
2
+ /**
3
+ * @public
4
+ */
5
+ export type ProviderErrorOptionsType = {
6
+ tryNextLink?: boolean | undefined;
7
+ logger?: Logger;
8
+ };
1
9
  /**
2
10
  * @public
3
11
  *
@@ -10,8 +18,22 @@
10
18
  * ensures the chain will stop if an entirely unexpected error is encountered.
11
19
  */
12
20
  export declare class ProviderError extends Error {
13
- readonly tryNextLink: boolean;
14
21
  name: string;
15
- constructor(message: string, tryNextLink?: boolean);
16
- static from(error: Error, tryNextLink?: boolean): ProviderError;
22
+ readonly tryNextLink: boolean;
23
+ /**
24
+ * @deprecated constructor should be given a logger.
25
+ */
26
+ constructor(message: string);
27
+ /**
28
+ * @deprecated constructor should be given a logger.
29
+ */
30
+ constructor(message: string, tryNextLink: boolean | undefined);
31
+ /**
32
+ * This signature is preferred for logging capability.
33
+ */
34
+ constructor(message: string, options: ProviderErrorOptionsType);
35
+ /**
36
+ * @deprecated use new operator.
37
+ */
38
+ static from(error: Error, options?: boolean | ProviderErrorOptionsType): ProviderError;
17
39
  }
@@ -1,4 +1,4 @@
1
- import { ProviderError } from "./ProviderError";
1
+ import { ProviderError, ProviderErrorOptionsType } from "./ProviderError";
2
2
  /**
3
3
  * @public
4
4
  *
@@ -11,7 +11,20 @@ import { ProviderError } from "./ProviderError";
11
11
  * ensures the chain will stop if an entirely unexpected error is encountered.
12
12
  */
13
13
  export declare class TokenProviderError extends ProviderError {
14
- readonly tryNextLink: boolean;
15
14
  name: string;
16
- constructor(message: string, tryNextLink?: boolean);
15
+ /**
16
+ * @override
17
+ * @deprecated constructor should be given a logger.
18
+ */
19
+ constructor(message: string);
20
+ /**
21
+ * @override
22
+ * @deprecated constructor should be given a logger.
23
+ */
24
+ constructor(message: string, tryNextLink: boolean | undefined);
25
+ /**
26
+ * @override
27
+ * This signature is preferred for logging capability.
28
+ */
29
+ constructor(message: string, options: ProviderErrorOptionsType);
17
30
  }
@@ -1,4 +1,4 @@
1
- import { ProviderError } from "./ProviderError";
1
+ import { ProviderError, ProviderErrorOptionsType } from "./ProviderError";
2
2
  /**
3
3
  * @public
4
4
  *
@@ -11,7 +11,20 @@ import { ProviderError } from "./ProviderError";
11
11
  * ensures the chain will stop if an entirely unexpected error is encountered.
12
12
  */
13
13
  export declare class CredentialsProviderError extends ProviderError {
14
- readonly tryNextLink: boolean;
15
14
  name: string;
16
- constructor(message: string, tryNextLink?: boolean);
15
+ /**
16
+ * @override
17
+ * @deprecated constructor should be given a logger.
18
+ */
19
+ constructor(message: string);
20
+ /**
21
+ * @override
22
+ * @deprecated constructor should be given a logger.
23
+ */
24
+ constructor(message: string, tryNextLink: boolean | undefined);
25
+ /**
26
+ * @override
27
+ * This signature is preferred for logging capability.
28
+ */
29
+ constructor(message: string, options: ProviderErrorOptionsType);
17
30
  }
@@ -1,3 +1,11 @@
1
+ import { Logger } from "@smithy/types";
2
+ /**
3
+ * @public
4
+ */
5
+ export type ProviderErrorOptionsType = {
6
+ tryNextLink?: boolean | undefined;
7
+ logger?: Logger;
8
+ };
1
9
  /**
2
10
  * @public
3
11
  *
@@ -10,8 +18,22 @@
10
18
  * ensures the chain will stop if an entirely unexpected error is encountered.
11
19
  */
12
20
  export declare class ProviderError extends Error {
13
- readonly tryNextLink: boolean;
14
21
  name: string;
15
- constructor(message: string, tryNextLink?: boolean);
16
- static from(error: Error, tryNextLink?: boolean): ProviderError;
22
+ readonly tryNextLink: boolean;
23
+ /**
24
+ * @deprecated constructor should be given a logger.
25
+ */
26
+ constructor(message: string);
27
+ /**
28
+ * @deprecated constructor should be given a logger.
29
+ */
30
+ constructor(message: string, tryNextLink: boolean | undefined);
31
+ /**
32
+ * This signature is preferred for logging capability.
33
+ */
34
+ constructor(message: string, options: ProviderErrorOptionsType);
35
+ /**
36
+ * @deprecated use new operator.
37
+ */
38
+ static from(error: Error, options?: boolean | ProviderErrorOptionsType): ProviderError;
17
39
  }
@@ -1,4 +1,4 @@
1
- import { ProviderError } from "./ProviderError";
1
+ import { ProviderError, ProviderErrorOptionsType } from "./ProviderError";
2
2
  /**
3
3
  * @public
4
4
  *
@@ -11,7 +11,20 @@ import { ProviderError } from "./ProviderError";
11
11
  * ensures the chain will stop if an entirely unexpected error is encountered.
12
12
  */
13
13
  export declare class TokenProviderError extends ProviderError {
14
- readonly tryNextLink: boolean;
15
14
  name: string;
16
- constructor(message: string, tryNextLink?: boolean);
15
+ /**
16
+ * @override
17
+ * @deprecated constructor should be given a logger.
18
+ */
19
+ constructor(message: string);
20
+ /**
21
+ * @override
22
+ * @deprecated constructor should be given a logger.
23
+ */
24
+ constructor(message: string, tryNextLink: boolean | undefined);
25
+ /**
26
+ * @override
27
+ * This signature is preferred for logging capability.
28
+ */
29
+ constructor(message: string, options: ProviderErrorOptionsType);
17
30
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/property-provider",
3
- "version": "3.0.0",
3
+ "version": "3.1.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 property-provider",
@@ -1,4 +1,4 @@
1
- import { SharedConfigFiles } from "@smithy/types";
1
+ import { Logger, SharedConfigFiles } from "@smithy/types";
2
2
  export interface SharedConfigInit {
3
3
  /**
4
4
  * The path at which to locate the ini credentials file. Defaults to the
@@ -17,6 +17,10 @@ export interface SharedConfigInit {
17
17
  * property is set, the provider will always reload any configuration files loaded before.
18
18
  */
19
19
  ignoreCache?: boolean;
20
+ /**
21
+ * For credential resolution trace logging.
22
+ */
23
+ logger?: Logger;
20
24
  }
21
25
  export declare const CONFIG_PREFIX_SEPARATOR = ".";
22
26
  export declare const loadSharedConfigFiles: (init?: SharedConfigInit) => Promise<SharedConfigFiles>;
@@ -1,4 +1,4 @@
1
- import { SharedConfigFiles } from "@smithy/types";
1
+ import { Logger, SharedConfigFiles } from "@smithy/types";
2
2
  export interface SharedConfigInit {
3
3
  /**
4
4
  * The path at which to locate the ini credentials file. Defaults to the
@@ -17,6 +17,10 @@ export interface SharedConfigInit {
17
17
  * property is set, the provider will always reload any configuration files loaded before.
18
18
  */
19
19
  ignoreCache?: boolean;
20
+ /**
21
+ * For credential resolution trace logging.
22
+ */
23
+ logger?: Logger;
20
24
  }
21
25
  export declare const CONFIG_PREFIX_SEPARATOR = ".";
22
26
  export declare const loadSharedConfigFiles: (init?: SharedConfigInit) => Promise<SharedConfigFiles>;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/shared-ini-file-loader",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "dependencies": {
5
5
  "@smithy/types": "^3.0.0",
6
6
  "tslib": "^2.6.2"
@@ -65,6 +65,7 @@ __export(src_exports, {
65
65
  parseRfc7231DateTime: () => parseRfc7231DateTime,
66
66
  resolveDefaultRuntimeConfig: () => resolveDefaultRuntimeConfig,
67
67
  resolvedPath: () => resolvedPath,
68
+ serializeDateTime: () => serializeDateTime,
68
69
  serializeFloat: () => serializeFloat,
69
70
  splitEvery: () => splitEvery,
70
71
  strictParseByte: () => strictParseByte,
@@ -1141,6 +1142,7 @@ var serializeFloat = /* @__PURE__ */ __name((value) => {
1141
1142
  return value;
1142
1143
  }
1143
1144
  }, "serializeFloat");
1145
+ var serializeDateTime = /* @__PURE__ */ __name((date) => date.toISOString().replace(".000Z", "Z"), "serializeDateTime");
1144
1146
 
1145
1147
  // src/serde-json.ts
1146
1148
  var _json = /* @__PURE__ */ __name((obj) => {
@@ -1250,6 +1252,7 @@ __name(splitEvery, "splitEvery");
1250
1252
  logger,
1251
1253
  resolvedPath,
1252
1254
  serializeFloat,
1255
+ serializeDateTime,
1253
1256
  _json,
1254
1257
  splitEvery
1255
1258
  });
@@ -11,3 +11,4 @@ export const serializeFloat = (value) => {
11
11
  return value;
12
12
  }
13
13
  };
14
+ export const serializeDateTime = (date) => date.toISOString().replace(".000Z", "Z");
@@ -7,3 +7,8 @@
7
7
  * @returns A number, or a string if the given number was non-numeric.
8
8
  */
9
9
  export declare const serializeFloat: (value: number) => string | number;
10
+ /**
11
+ * @param date - to be serialized.
12
+ * @returns https://smithy.io/2.0/spec/protocol-traits.html#timestampformat-trait date-time format.
13
+ */
14
+ export declare const serializeDateTime: (date: Date) => string;
@@ -7,3 +7,8 @@
7
7
  * @returns A number, or a string if the given number was non-numeric.
8
8
  */
9
9
  export declare const serializeFloat: (value: number) => string | number;
10
+ /**
11
+ * @param date - to be serialized.
12
+ * @returns https://smithy.io/2.0/spec/protocol-traits.html#timestampformat-trait date-time format.
13
+ */
14
+ export declare const serializeDateTime: (date: Date) => string;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/smithy-client",
3
- "version": "3.0.1",
3
+ "version": "3.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 smithy-client",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/middleware-endpoint": "^3.0.0",
26
+ "@smithy/middleware-endpoint": "^3.0.1",
27
27
  "@smithy/middleware-stack": "^3.0.0",
28
28
  "@smithy/protocol-http": "^4.0.0",
29
29
  "@smithy/types": "^3.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-browser",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
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",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/property-provider": "^3.0.0",
26
- "@smithy/smithy-client": "^3.0.1",
25
+ "@smithy/property-provider": "^3.1.0",
26
+ "@smithy/smithy-client": "^3.1.1",
27
27
  "@smithy/types": "^3.0.0",
28
28
  "bowser": "^2.11.0",
29
29
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-node",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
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",
@@ -22,11 +22,11 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/config-resolver": "^3.0.0",
26
- "@smithy/credential-provider-imds": "^3.0.0",
27
- "@smithy/node-config-provider": "^3.0.0",
28
- "@smithy/property-provider": "^3.0.0",
29
- "@smithy/smithy-client": "^3.0.1",
25
+ "@smithy/config-resolver": "^3.0.1",
26
+ "@smithy/credential-provider-imds": "^3.1.0",
27
+ "@smithy/node-config-provider": "^3.1.0",
28
+ "@smithy/property-provider": "^3.1.0",
29
+ "@smithy/smithy-client": "^3.1.1",
30
30
  "@smithy/types": "^3.0.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-endpoints",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Utilities to help with endpoint resolution.",
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
- "@smithy/node-config-provider": "^3.0.0",
29
+ "@smithy/node-config-provider": "^3.1.0",
30
30
  "@smithy/types": "^3.0.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
package/package.json CHANGED
@@ -83,10 +83,10 @@
83
83
  "aws-cdk-lib": "2.131.0",
84
84
  "aws-sdk-client-mock": "^4.0.0",
85
85
  "aws-sdk-client-mock-jest": "^4.0.0",
86
- "cdk-nag": "^2.28.121",
86
+ "cdk-nag": "^2.28.128",
87
87
  "cdklabs-projen-project-types": "^0.1.196",
88
88
  "constructs": "10.0.5",
89
- "esbuild": "^0.21.3",
89
+ "esbuild": "^0.21.4",
90
90
  "eslint": "^8",
91
91
  "eslint-import-resolver-typescript": "^3.6.1",
92
92
  "eslint-plugin-import": "^2.29.1",
@@ -96,9 +96,9 @@
96
96
  "jsii-diff": "^1.98.0",
97
97
  "jsii-docgen": "^7.2.9",
98
98
  "jsii-pacmak": "^1.98.0",
99
- "jsii-rosetta": "^5.4.19",
99
+ "jsii-rosetta": "^5.4.20",
100
100
  "lambda-tester": "^4.0.1",
101
- "projen": "0.81.15",
101
+ "projen": "0.82.2",
102
102
  "standard-version": "^9",
103
103
  "ts-jest": "^27",
104
104
  "ts-node": "^10.9.2",
@@ -109,7 +109,7 @@
109
109
  "constructs": "^10.0.5"
110
110
  },
111
111
  "dependencies": {
112
- "@aws-sdk/client-codedeploy": "^3.583.0",
112
+ "@aws-sdk/client-codedeploy": "^3.587.0",
113
113
  "jmespath": "^0.16.0"
114
114
  },
115
115
  "bundledDependencies": [
@@ -127,8 +127,9 @@
127
127
  "publishConfig": {
128
128
  "access": "public"
129
129
  },
130
- "version": "0.0.283",
130
+ "version": "0.0.285",
131
131
  "jest": {
132
+ "coverageProvider": "v8",
132
133
  "testMatch": [
133
134
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",
134
135
  "<rootDir>/@(test|src)/**/*(*.)@(spec|test).ts?(x)"