@cdk8s/awscdk-resolver 0.0.228 → 0.0.230
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.
- package/.jsii +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +7 -7
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +6 -6
- package/node_modules/@aws-sdk/client-sts/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@smithy/core/dist-cjs/index.js +15 -6
- package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +9 -6
- package/node_modules/@smithy/core/package.json +6 -6
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +2 -2
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +19 -1
- package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +16 -1
- package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +4 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +4 -0
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/pagination.d.ts +8 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +7 -0
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +6 -6
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/middleware-serde",
|
3
|
-
"version": "4.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.
|
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.
|
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.
|
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.
|
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.
|
29
|
-
"@smithy/shared-ini-file-loader": "^4.0.
|
30
|
-
"@smithy/types": "^4.
|
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.
|
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.
|
30
|
-
"@smithy/protocol-http": "^5.0.
|
31
|
-
"@smithy/querystring-builder": "^4.0.
|
32
|
-
"@smithy/types": "^4.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
57
|
+
"@smithy/types": "^4.1.0"
|
58
58
|
}
|
59
59
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/signature-v4",
|
3
|
-
"version": "5.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.
|
30
|
-
"@smithy/types": "^4.
|
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.
|
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,
|
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,
|
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.
|
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.
|
28
|
-
"@smithy/middleware-endpoint": "^4.0.
|
29
|
-
"@smithy/middleware-stack": "^4.0.
|
30
|
-
"@smithy/protocol-http": "^5.0.
|
31
|
-
"@smithy/types": "^4.
|
32
|
-
"@smithy/util-stream": "^4.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/url-parser",
|
3
|
-
"version": "4.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.
|
27
|
-
"@smithy/types": "^4.
|
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.
|
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.
|
27
|
-
"@smithy/smithy-client": "^4.
|
28
|
-
"@smithy/types": "^4.
|
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.
|
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.
|
27
|
-
"@smithy/credential-provider-imds": "^4.0.
|
28
|
-
"@smithy/node-config-provider": "^4.0.
|
29
|
-
"@smithy/property-provider": "^4.0.
|
30
|
-
"@smithy/smithy-client": "^4.
|
31
|
-
"@smithy/types": "^4.
|
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.
|
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.
|
32
|
-
"@smithy/types": "^4.
|
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.
|
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.
|
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.
|
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.
|
32
|
-
"@smithy/types": "^4.
|
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.
|
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.
|
32
|
-
"@smithy/node-http-handler": "^4.0.
|
33
|
-
"@smithy/types": "^4.
|
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.
|
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.
|
7
|
-
"@smithy/types": "^4.
|
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
@@ -52,7 +52,7 @@
|
|
52
52
|
"aws-cdk": "^2.174.1",
|
53
53
|
"aws-cdk-lib": "2.109.0",
|
54
54
|
"cdk8s": "2.68.91",
|
55
|
-
"cdk8s-cli": "^2.198.
|
55
|
+
"cdk8s-cli": "^2.198.295",
|
56
56
|
"commit-and-tag-version": "^12",
|
57
57
|
"constructs": "10.3.0",
|
58
58
|
"eslint": "^9",
|
@@ -60,16 +60,16 @@
|
|
60
60
|
"eslint-plugin-import": "^2.31.0",
|
61
61
|
"fs-extra": "^11.2.0",
|
62
62
|
"jest": "^27",
|
63
|
-
"jest-junit": "^
|
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.
|
69
|
+
"projen": "^0.91.6",
|
70
70
|
"ts-jest": "^27",
|
71
71
|
"ts-node": "^10.9.2",
|
72
|
-
"typescript": "^5.7.
|
72
|
+
"typescript": "^5.7.3"
|
73
73
|
},
|
74
74
|
"peerDependencies": {
|
75
75
|
"aws-cdk-lib": "^2.106.1",
|
@@ -77,7 +77,7 @@
|
|
77
77
|
"constructs": "^10.3.0"
|
78
78
|
},
|
79
79
|
"dependencies": {
|
80
|
-
"@aws-sdk/client-cloudformation": "^3.
|
80
|
+
"@aws-sdk/client-cloudformation": "^3.726.0"
|
81
81
|
},
|
82
82
|
"bundledDependencies": [
|
83
83
|
"@aws-sdk/client-cloudformation"
|
@@ -93,7 +93,7 @@
|
|
93
93
|
"publishConfig": {
|
94
94
|
"access": "public"
|
95
95
|
},
|
96
|
-
"version": "0.0.
|
96
|
+
"version": "0.0.230",
|
97
97
|
"jest": {
|
98
98
|
"coverageProvider": "v8",
|
99
99
|
"testMatch": [
|