@cdk8s/awscdk-resolver 0.0.229 → 0.0.231

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 (57) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/package.json +7 -7
  4. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  5. package/node_modules/@aws-sdk/client-sso-oidc/package.json +6 -6
  6. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +7 -7
  7. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +5 -6
  8. package/node_modules/@aws-sdk/client-sts/package.json +6 -6
  9. package/node_modules/@aws-sdk/credential-provider-ini/package.json +3 -3
  10. package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  11. package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
  12. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  13. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -0
  14. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  15. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  16. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  17. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  18. package/node_modules/@smithy/abort-controller/package.json +2 -2
  19. package/node_modules/@smithy/config-resolver/package.json +4 -4
  20. package/node_modules/@smithy/core/dist-cjs/index.js +15 -6
  21. package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +9 -6
  22. package/node_modules/@smithy/core/package.json +6 -6
  23. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  24. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  25. package/node_modules/@smithy/hash-node/package.json +2 -2
  26. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  27. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  28. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  29. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  30. package/node_modules/@smithy/middleware-serde/package.json +2 -2
  31. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  32. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  33. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  34. package/node_modules/@smithy/property-provider/package.json +2 -2
  35. package/node_modules/@smithy/protocol-http/package.json +2 -2
  36. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  37. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  38. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  39. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  40. package/node_modules/@smithy/signature-v4/package.json +4 -4
  41. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +19 -1
  42. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +16 -1
  43. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +4 -0
  44. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +4 -0
  45. package/node_modules/@smithy/smithy-client/package.json +7 -7
  46. package/node_modules/@smithy/types/dist-types/pagination.d.ts +8 -1
  47. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +7 -0
  48. package/node_modules/@smithy/types/package.json +1 -1
  49. package/node_modules/@smithy/url-parser/package.json +3 -3
  50. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  51. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  52. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  53. package/node_modules/@smithy/util-middleware/package.json +2 -2
  54. package/node_modules/@smithy/util-retry/package.json +3 -3
  55. package/node_modules/@smithy/util-stream/package.json +4 -4
  56. package/node_modules/@smithy/util-waiter/package.json +3 -3
  57. package/package.json +6 -6
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-endpoint",
3
- "version": "4.0.0",
3
+ "version": "4.0.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 middleware-endpoint",
@@ -24,13 +24,13 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@smithy/core": "^3.0.0",
28
- "@smithy/middleware-serde": "^4.0.0",
29
- "@smithy/node-config-provider": "^4.0.0",
30
- "@smithy/shared-ini-file-loader": "^4.0.0",
31
- "@smithy/types": "^4.0.0",
32
- "@smithy/url-parser": "^4.0.0",
33
- "@smithy/util-middleware": "^4.0.0",
27
+ "@smithy/core": "^3.1.0",
28
+ "@smithy/middleware-serde": "^4.0.1",
29
+ "@smithy/node-config-provider": "^4.0.1",
30
+ "@smithy/shared-ini-file-loader": "^4.0.1",
31
+ "@smithy/types": "^4.1.0",
32
+ "@smithy/url-parser": "^4.0.1",
33
+ "@smithy/util-middleware": "^4.0.1",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-retry",
3
- "version": "4.0.0",
3
+ "version": "4.0.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 middleware-retry",
@@ -33,13 +33,13 @@
33
33
  },
34
34
  "license": "Apache-2.0",
35
35
  "dependencies": {
36
- "@smithy/node-config-provider": "^4.0.0",
37
- "@smithy/protocol-http": "^5.0.0",
38
- "@smithy/service-error-classification": "^4.0.0",
39
- "@smithy/smithy-client": "^4.0.0",
40
- "@smithy/types": "^4.0.0",
41
- "@smithy/util-middleware": "^4.0.0",
42
- "@smithy/util-retry": "^4.0.0",
36
+ "@smithy/node-config-provider": "^4.0.1",
37
+ "@smithy/protocol-http": "^5.0.1",
38
+ "@smithy/service-error-classification": "^4.0.1",
39
+ "@smithy/smithy-client": "^4.1.0",
40
+ "@smithy/types": "^4.1.0",
41
+ "@smithy/util-middleware": "^4.0.1",
42
+ "@smithy/util-retry": "^4.0.1",
43
43
  "tslib": "^2.6.2",
44
44
  "uuid": "^9.0.1"
45
45
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-serde",
3
- "version": "4.0.0",
3
+ "version": "4.0.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 middleware-serde",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@smithy/types": "^4.0.0",
28
+ "@smithy/types": "^4.1.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-stack",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Provides a means for composing multiple middleware functions into a single handler",
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
  "module": "./dist-es/index.js",
27
27
  "types": "./dist-types/index.d.ts",
28
28
  "dependencies": {
29
- "@smithy/types": "^4.0.0",
29
+ "@smithy/types": "^4.1.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/node-config-provider",
3
- "version": "4.0.0",
3
+ "version": "4.0.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'",
@@ -25,9 +25,9 @@
25
25
  "module": "./dist-es/index.js",
26
26
  "types": "./dist-types/index.d.ts",
27
27
  "dependencies": {
28
- "@smithy/property-provider": "^4.0.0",
29
- "@smithy/shared-ini-file-loader": "^4.0.0",
30
- "@smithy/types": "^4.0.0",
28
+ "@smithy/property-provider": "^4.0.1",
29
+ "@smithy/shared-ini-file-loader": "^4.0.1",
30
+ "@smithy/types": "^4.1.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/node-http-handler",
3
- "version": "4.0.0",
3
+ "version": "4.0.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'",
@@ -26,10 +26,10 @@
26
26
  "module": "./dist-es/index.js",
27
27
  "types": "./dist-types/index.d.ts",
28
28
  "dependencies": {
29
- "@smithy/abort-controller": "^4.0.0",
30
- "@smithy/protocol-http": "^5.0.0",
31
- "@smithy/querystring-builder": "^4.0.0",
32
- "@smithy/types": "^4.0.0",
29
+ "@smithy/abort-controller": "^4.0.1",
30
+ "@smithy/protocol-http": "^5.0.1",
31
+ "@smithy/querystring-builder": "^4.0.1",
32
+ "@smithy/types": "^4.1.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/property-provider",
3
- "version": "4.0.0",
3
+ "version": "4.0.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",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/types": "^4.0.0",
26
+ "@smithy/types": "^4.1.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/protocol-http",
3
- "version": "5.0.0",
3
+ "version": "5.0.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",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@smithy/types": "^4.0.0",
27
+ "@smithy/types": "^4.1.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/querystring-builder",
3
- "version": "4.0.0",
3
+ "version": "4.0.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",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/types": "^4.0.0",
25
+ "@smithy/types": "^4.1.0",
26
26
  "@smithy/util-uri-escape": "^4.0.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/querystring-parser",
3
- "version": "4.0.0",
3
+ "version": "4.0.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",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/types": "^4.0.0",
26
+ "@smithy/types": "^4.1.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/service-error-classification",
3
- "version": "4.0.0",
3
+ "version": "4.0.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",
@@ -54,6 +54,6 @@
54
54
  "directory": ".release/package"
55
55
  },
56
56
  "dependencies": {
57
- "@smithy/types": "^4.0.0"
57
+ "@smithy/types": "^4.1.0"
58
58
  }
59
59
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@smithy/shared-ini-file-loader",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "dependencies": {
5
- "@smithy/types": "^4.0.0",
5
+ "@smithy/types": "^4.1.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.0.0",
3
+ "version": "5.0.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",
@@ -26,10 +26,10 @@
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
28
  "@smithy/is-array-buffer": "^4.0.0",
29
- "@smithy/protocol-http": "^5.0.0",
30
- "@smithy/types": "^4.0.0",
29
+ "@smithy/protocol-http": "^5.0.1",
30
+ "@smithy/types": "^4.1.0",
31
31
  "@smithy/util-hex-encoding": "^4.0.0",
32
- "@smithy/util-middleware": "^4.0.0",
32
+ "@smithy/util-middleware": "^4.0.1",
33
33
  "@smithy/util-uri-escape": "^4.0.0",
34
34
  "@smithy/util-utf8": "^4.0.0",
35
35
  "tslib": "^2.6.2"
@@ -815,7 +815,7 @@ var ServiceException = class _ServiceException extends Error {
815
815
  }
816
816
  constructor(options) {
817
817
  super(options.message);
818
- Object.setPrototypeOf(this, _ServiceException.prototype);
818
+ Object.setPrototypeOf(this, Object.getPrototypeOf(this).constructor.prototype);
819
819
  this.name = options.name;
820
820
  this.$fault = options.$fault;
821
821
  this.$metadata = options.$metadata;
@@ -829,6 +829,24 @@ var ServiceException = class _ServiceException extends Error {
829
829
  const candidate = value;
830
830
  return Boolean(candidate.$fault) && Boolean(candidate.$metadata) && (candidate.$fault === "client" || candidate.$fault === "server");
831
831
  }
832
+ /**
833
+ * Custom instanceof check to support the operator for ServiceException base class
834
+ */
835
+ static [Symbol.hasInstance](instance) {
836
+ if (!instance)
837
+ return false;
838
+ const candidate = instance;
839
+ if (this === _ServiceException) {
840
+ return _ServiceException.isInstance(instance);
841
+ }
842
+ if (_ServiceException.isInstance(instance)) {
843
+ if (candidate.name && this.name) {
844
+ return this.prototype.isPrototypeOf(instance) || candidate.name === this.name;
845
+ }
846
+ return this.prototype.isPrototypeOf(instance);
847
+ }
848
+ return false;
849
+ }
832
850
  };
833
851
  var decorateServiceException = /* @__PURE__ */ __name((exception, additions = {}) => {
834
852
  Object.entries(additions).filter(([, v]) => v !== void 0).forEach(([k, v]) => {
@@ -1,7 +1,7 @@
1
1
  export class ServiceException extends Error {
2
2
  constructor(options) {
3
3
  super(options.message);
4
- Object.setPrototypeOf(this, ServiceException.prototype);
4
+ Object.setPrototypeOf(this, Object.getPrototypeOf(this).constructor.prototype);
5
5
  this.name = options.name;
6
6
  this.$fault = options.$fault;
7
7
  this.$metadata = options.$metadata;
@@ -14,6 +14,21 @@ export class ServiceException extends Error {
14
14
  Boolean(candidate.$metadata) &&
15
15
  (candidate.$fault === "client" || candidate.$fault === "server"));
16
16
  }
17
+ static [Symbol.hasInstance](instance) {
18
+ if (!instance)
19
+ return false;
20
+ const candidate = instance;
21
+ if (this === ServiceException) {
22
+ return ServiceException.isInstance(instance);
23
+ }
24
+ if (ServiceException.isInstance(instance)) {
25
+ if (candidate.name && this.name) {
26
+ return this.prototype.isPrototypeOf(instance) || candidate.name === this.name;
27
+ }
28
+ return this.prototype.isPrototypeOf(instance);
29
+ }
30
+ return false;
31
+ }
17
32
  }
18
33
  export const decorateServiceException = (exception, additions = {}) => {
19
34
  Object.entries(additions)
@@ -27,6 +27,10 @@ export declare class ServiceException extends Error implements SmithyException,
27
27
  * Checks if a value is an instance of ServiceException (duck typed)
28
28
  */
29
29
  static isInstance(value: unknown): value is ServiceException;
30
+ /**
31
+ * Custom instanceof check to support the operator for ServiceException base class
32
+ */
33
+ static [Symbol.hasInstance](instance: unknown): boolean;
30
34
  }
31
35
  /**
32
36
  * This method inject unmodeled member to a deserialized SDK exception,
@@ -27,6 +27,10 @@ export declare class ServiceException extends Error implements SmithyException,
27
27
  * Checks if a value is an instance of ServiceException (duck typed)
28
28
  */
29
29
  static isInstance(value: unknown): value is ServiceException;
30
+ /**
31
+ * Custom instanceof check to support the operator for ServiceException base class
32
+ */
33
+ static [Symbol.hasInstance](instance: unknown): boolean;
30
34
  }
31
35
  /**
32
36
  * This method inject unmodeled member to a deserialized SDK exception,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/smithy-client",
3
- "version": "4.0.0",
3
+ "version": "4.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 smithy-client",
@@ -24,12 +24,12 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@smithy/core": "^3.0.0",
28
- "@smithy/middleware-endpoint": "^4.0.0",
29
- "@smithy/middleware-stack": "^4.0.0",
30
- "@smithy/protocol-http": "^5.0.0",
31
- "@smithy/types": "^4.0.0",
32
- "@smithy/util-stream": "^4.0.0",
27
+ "@smithy/core": "^3.1.0",
28
+ "@smithy/middleware-endpoint": "^4.0.1",
29
+ "@smithy/middleware-stack": "^4.0.1",
30
+ "@smithy/protocol-http": "^5.0.1",
31
+ "@smithy/types": "^4.1.0",
32
+ "@smithy/util-stream": "^4.0.1",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "engines": {
@@ -1,4 +1,5 @@
1
- import { Client } from "./client";
1
+ import type { Client } from "./client";
2
+ import type { Command } from "./command";
2
3
  /**
3
4
  * @public
4
5
  *
@@ -23,4 +24,10 @@ export interface PaginationConfiguration {
23
24
  * instead of when it is not present.
24
25
  */
25
26
  stopOnSameToken?: boolean;
27
+ /**
28
+ * @param command - reference to the instantiated command. This callback is executed
29
+ * prior to sending the command with the paginator's client.
30
+ * @returns the original command or a replacement, defaulting to the original command object.
31
+ */
32
+ withCommand?: (command: Command<any, any, any, any, any>) => typeof command | undefined;
26
33
  }
@@ -1,4 +1,5 @@
1
1
  import { Client } from "./client";
2
+ import { Command } from "./command";
2
3
  /**
3
4
  * @public
4
5
  *
@@ -23,4 +24,10 @@ export interface PaginationConfiguration {
23
24
  * instead of when it is not present.
24
25
  */
25
26
  stopOnSameToken?: boolean;
27
+ /**
28
+ * @param command - reference to the instantiated command. This callback is executed
29
+ * prior to sending the command with the paginator's client.
30
+ * @returns the original command or a replacement, defaulting to the original command object.
31
+ */
32
+ withCommand?: (command: Command<any, any, any, any, any>) => typeof command | undefined;
26
33
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/types",
3
- "version": "4.0.0",
3
+ "version": "4.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 types",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/url-parser",
3
- "version": "4.0.0",
3
+ "version": "4.0.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",
@@ -23,8 +23,8 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/querystring-parser": "^4.0.0",
27
- "@smithy/types": "^4.0.0",
26
+ "@smithy/querystring-parser": "^4.0.1",
27
+ "@smithy/types": "^4.1.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "typesVersions": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-browser",
3
- "version": "4.0.0",
3
+ "version": "4.0.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",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/property-provider": "^4.0.0",
27
- "@smithy/smithy-client": "^4.0.0",
28
- "@smithy/types": "^4.0.0",
26
+ "@smithy/property-provider": "^4.0.1",
27
+ "@smithy/smithy-client": "^4.1.0",
28
+ "@smithy/types": "^4.1.0",
29
29
  "bowser": "^2.11.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-node",
3
- "version": "4.0.0",
3
+ "version": "4.0.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",
@@ -23,12 +23,12 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/config-resolver": "^4.0.0",
27
- "@smithy/credential-provider-imds": "^4.0.0",
28
- "@smithy/node-config-provider": "^4.0.0",
29
- "@smithy/property-provider": "^4.0.0",
30
- "@smithy/smithy-client": "^4.0.0",
31
- "@smithy/types": "^4.0.0",
26
+ "@smithy/config-resolver": "^4.0.1",
27
+ "@smithy/credential-provider-imds": "^4.0.1",
28
+ "@smithy/node-config-provider": "^4.0.1",
29
+ "@smithy/property-provider": "^4.0.1",
30
+ "@smithy/smithy-client": "^4.1.0",
31
+ "@smithy/types": "^4.1.0",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-endpoints",
3
- "version": "3.0.0",
3
+ "version": "3.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",
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@smithy/node-config-provider": "^4.0.0",
32
- "@smithy/types": "^4.0.0",
31
+ "@smithy/node-config-provider": "^4.0.1",
32
+ "@smithy/types": "^4.1.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-middleware",
3
- "version": "4.0.0",
3
+ "version": "4.0.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",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@smithy/types": "^4.0.0",
30
+ "@smithy/types": "^4.1.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-retry",
3
- "version": "4.0.0",
3
+ "version": "4.0.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",
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@smithy/service-error-classification": "^4.0.0",
32
- "@smithy/types": "^4.0.0",
31
+ "@smithy/service-error-classification": "^4.0.1",
32
+ "@smithy/types": "^4.1.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-stream",
3
- "version": "4.0.0",
3
+ "version": "4.0.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",
@@ -28,9 +28,9 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@smithy/fetch-http-handler": "^5.0.0",
32
- "@smithy/node-http-handler": "^4.0.0",
33
- "@smithy/types": "^4.0.0",
31
+ "@smithy/fetch-http-handler": "^5.0.1",
32
+ "@smithy/node-http-handler": "^4.0.1",
33
+ "@smithy/types": "^4.1.0",
34
34
  "@smithy/util-base64": "^4.0.0",
35
35
  "@smithy/util-buffer-from": "^4.0.0",
36
36
  "@smithy/util-hex-encoding": "^4.0.0",
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@smithy/util-waiter",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/abort-controller": "^4.0.0",
7
- "@smithy/types": "^4.0.0",
6
+ "@smithy/abort-controller": "^4.0.1",
7
+ "@smithy/types": "^4.1.0",
8
8
  "tslib": "^2.6.2"
9
9
  },
10
10
  "scripts": {
package/package.json CHANGED
@@ -49,10 +49,10 @@
49
49
  "@types/node": "16.18.78",
50
50
  "@typescript-eslint/eslint-plugin": "^8",
51
51
  "@typescript-eslint/parser": "^8",
52
- "aws-cdk": "^2.174.1",
52
+ "aws-cdk": "^2.175.0",
53
53
  "aws-cdk-lib": "2.109.0",
54
54
  "cdk8s": "2.68.91",
55
- "cdk8s-cli": "^2.198.295",
55
+ "cdk8s-cli": "^2.198.296",
56
56
  "commit-and-tag-version": "^12",
57
57
  "constructs": "10.3.0",
58
58
  "eslint": "^9",
@@ -60,13 +60,13 @@
60
60
  "eslint-plugin-import": "^2.31.0",
61
61
  "fs-extra": "^11.2.0",
62
62
  "jest": "^27",
63
- "jest-junit": "^15",
63
+ "jest-junit": "^16",
64
64
  "jsii": "^5",
65
65
  "jsii-diff": "^1.106.0",
66
66
  "jsii-docgen": "^10.5.0",
67
67
  "jsii-pacmak": "^1.106.0",
68
68
  "jsii-rosetta": "^5",
69
- "projen": "^0.91.5",
69
+ "projen": "^0.91.6",
70
70
  "ts-jest": "^27",
71
71
  "ts-node": "^10.9.2",
72
72
  "typescript": "^5.7.3"
@@ -77,7 +77,7 @@
77
77
  "constructs": "^10.3.0"
78
78
  },
79
79
  "dependencies": {
80
- "@aws-sdk/client-cloudformation": "^3.723.0"
80
+ "@aws-sdk/client-cloudformation": "^3.726.1"
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.229",
96
+ "version": "0.0.231",
97
97
  "jest": {
98
98
  "coverageProvider": "v8",
99
99
  "testMatch": [