@cdk8s/awscdk-resolver 0.0.17 → 0.0.19
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 +32 -32
- package/node_modules/@aws-sdk/client-sso/package.json +28 -28
- package/node_modules/@aws-sdk/client-sts/package.json +31 -31
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-signing/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/region-config-resolver/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +27 -27
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- 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 +4 -4
- package/node_modules/@smithy/middleware-endpoint/package.json +7 -7
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- 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/dist-cjs/parseIni.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +5 -5
- package/node_modules/@smithy/smithy-client/package.json +4 -4
- package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +18 -4
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +24 -4
- 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-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +5 -5
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +4 -4
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/signature-v4",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.12",
|
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",
|
@@ -24,18 +24,18 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@smithy/eventstream-codec": "^2.0.
|
27
|
+
"@smithy/eventstream-codec": "^2.0.12",
|
28
28
|
"@smithy/is-array-buffer": "^2.0.0",
|
29
|
-
"@smithy/types": "^2.
|
29
|
+
"@smithy/types": "^2.4.0",
|
30
30
|
"@smithy/util-hex-encoding": "^2.0.0",
|
31
|
-
"@smithy/util-middleware": "^2.0.
|
31
|
+
"@smithy/util-middleware": "^2.0.5",
|
32
32
|
"@smithy/util-uri-escape": "^2.0.0",
|
33
33
|
"@smithy/util-utf8": "^2.0.0",
|
34
34
|
"tslib": "^2.5.0"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
37
|
"@aws-crypto/sha256-js": "3.0.0",
|
38
|
-
"@smithy/protocol-http": "^3.0.
|
38
|
+
"@smithy/protocol-http": "^3.0.8",
|
39
39
|
"@tsconfig/recommended": "1.0.1",
|
40
40
|
"concurrently": "7.0.0",
|
41
41
|
"downlevel-dts": "0.10.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/smithy-client",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.12",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
@@ -23,9 +23,9 @@
|
|
23
23
|
},
|
24
24
|
"license": "Apache-2.0",
|
25
25
|
"dependencies": {
|
26
|
-
"@smithy/middleware-stack": "^2.0.
|
27
|
-
"@smithy/types": "^2.
|
28
|
-
"@smithy/util-stream": "^2.0.
|
26
|
+
"@smithy/middleware-stack": "^2.0.6",
|
27
|
+
"@smithy/types": "^2.4.0",
|
28
|
+
"@smithy/util-stream": "^2.0.17",
|
29
29
|
"tslib": "^2.5.0"
|
30
30
|
},
|
31
31
|
"engines": {
|
package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts
CHANGED
@@ -5,7 +5,9 @@ import type { ClientHttp2Stream } from "http2";
|
|
5
5
|
import type { InvokeFunction, InvokeMethod } from "../client";
|
6
6
|
import type { HttpHandlerOptions } from "../http";
|
7
7
|
import type { SdkStream } from "../serde";
|
8
|
+
import type { BrowserRuntimeStreamingBlobPayloadInputTypes, NodeJsRuntimeStreamingBlobPayloadInputTypes, StreamingBlobPayloadInputTypes } from "../streaming-payload/streaming-blob-payload-input-types";
|
8
9
|
import type { NarrowedInvokeFunction, NarrowedInvokeMethod } from "./client-method-transforms";
|
10
|
+
import type { Transform } from "./type-transform";
|
9
11
|
/**
|
10
12
|
* @public
|
11
13
|
*
|
@@ -20,12 +22,12 @@ import type { NarrowedInvokeFunction, NarrowedInvokeMethod } from "./client-meth
|
|
20
22
|
* const client = new YourClient({}) as NodeJsClient<YourClient>;
|
21
23
|
* ```
|
22
24
|
*/
|
23
|
-
export type NodeJsClient<ClientType extends object> =
|
25
|
+
export type NodeJsClient<ClientType extends object> = NarrowPayloadBlobTypes<NodeJsRuntimeStreamingBlobPayloadInputTypes, SdkStream<IncomingMessage>, ClientType>;
|
24
26
|
/**
|
25
27
|
* @public
|
26
28
|
* Variant of NodeJsClient for node:http2.
|
27
29
|
*/
|
28
|
-
export type NodeJsHttp2Client<ClientType extends object> =
|
30
|
+
export type NodeJsHttp2Client<ClientType extends object> = NarrowPayloadBlobTypes<NodeJsRuntimeStreamingBlobPayloadInputTypes, SdkStream<ClientHttp2Stream>, ClientType>;
|
29
31
|
/**
|
30
32
|
* @public
|
31
33
|
*
|
@@ -40,16 +42,18 @@ export type NodeJsHttp2Client<ClientType extends object> = NarrowPayloadBlobOutp
|
|
40
42
|
* const client = new YourClient({}) as BrowserClient<YourClient>;
|
41
43
|
* ```
|
42
44
|
*/
|
43
|
-
export type BrowserClient<ClientType extends object> =
|
45
|
+
export type BrowserClient<ClientType extends object> = NarrowPayloadBlobTypes<BrowserRuntimeStreamingBlobPayloadInputTypes, SdkStream<ReadableStream>, ClientType>;
|
44
46
|
/**
|
45
47
|
* @public
|
46
48
|
*
|
47
49
|
* Variant of BrowserClient for XMLHttpRequest.
|
48
50
|
*/
|
49
|
-
export type BrowserXhrClient<ClientType extends object> =
|
51
|
+
export type BrowserXhrClient<ClientType extends object> = NarrowPayloadBlobTypes<BrowserRuntimeStreamingBlobPayloadInputTypes, SdkStream<ReadableStream | Blob>, ClientType>;
|
50
52
|
/**
|
51
53
|
* @public
|
52
54
|
*
|
55
|
+
* @deprecated use NarrowPayloadBlobTypes<I, O, ClientType>.
|
56
|
+
*
|
53
57
|
* Narrow a given Client's blob payload outputs to the given type T.
|
54
58
|
*/
|
55
59
|
export type NarrowPayloadBlobOutputType<T, ClientType extends object> = {
|
@@ -57,3 +61,13 @@ export type NarrowPayloadBlobOutputType<T, ClientType extends object> = {
|
|
57
61
|
InvokeFunction<infer InputTypes, infer OutputTypes, infer ConfigType>
|
58
62
|
] ? NarrowedInvokeFunction<T, HttpHandlerOptions, InputTypes, OutputTypes, ConfigType> : [ClientType[key]] extends [InvokeMethod<infer FunctionInputTypes, infer FunctionOutputTypes>] ? NarrowedInvokeMethod<T, HttpHandlerOptions, FunctionInputTypes, FunctionOutputTypes> : ClientType[key];
|
59
63
|
};
|
64
|
+
/**
|
65
|
+
* @public
|
66
|
+
*
|
67
|
+
* Narrow a Client's blob payload input and output types to I and O.
|
68
|
+
*/
|
69
|
+
export type NarrowPayloadBlobTypes<I, O, ClientType extends object> = {
|
70
|
+
[key in keyof ClientType]: [ClientType[key]] extends [
|
71
|
+
InvokeFunction<infer InputTypes, infer OutputTypes, infer ConfigType>
|
72
|
+
] ? NarrowedInvokeFunction<O, HttpHandlerOptions, Transform<InputTypes, StreamingBlobPayloadInputTypes | undefined, I>, OutputTypes, ConfigType> : [ClientType[key]] extends [InvokeMethod<infer FunctionInputTypes, infer FunctionOutputTypes>] ? NarrowedInvokeMethod<O, HttpHandlerOptions, Transform<FunctionInputTypes, StreamingBlobPayloadInputTypes | undefined, I>, FunctionOutputTypes> : ClientType[key];
|
73
|
+
};
|
package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts
CHANGED
@@ -4,7 +4,9 @@ import { ClientHttp2Stream } from "http2";
|
|
4
4
|
import { InvokeFunction, InvokeMethod } from "../client";
|
5
5
|
import { HttpHandlerOptions } from "../http";
|
6
6
|
import { SdkStream } from "../serde";
|
7
|
+
import { BrowserRuntimeStreamingBlobPayloadInputTypes, NodeJsRuntimeStreamingBlobPayloadInputTypes, StreamingBlobPayloadInputTypes } from "../streaming-payload/streaming-blob-payload-input-types";
|
7
8
|
import { NarrowedInvokeFunction, NarrowedInvokeMethod } from "./client-method-transforms";
|
9
|
+
import { Transform } from "./type-transform";
|
8
10
|
/**
|
9
11
|
* @public
|
10
12
|
*
|
@@ -19,12 +21,12 @@ import { NarrowedInvokeFunction, NarrowedInvokeMethod } from "./client-method-tr
|
|
19
21
|
* const client = new YourClient({}) as NodeJsClient<YourClient>;
|
20
22
|
* ```
|
21
23
|
*/
|
22
|
-
export type NodeJsClient<ClientType extends object> =
|
24
|
+
export type NodeJsClient<ClientType extends object> = NarrowPayloadBlobTypes<NodeJsRuntimeStreamingBlobPayloadInputTypes, SdkStream<IncomingMessage>, ClientType>;
|
23
25
|
/**
|
24
26
|
* @public
|
25
27
|
* Variant of NodeJsClient for node:http2.
|
26
28
|
*/
|
27
|
-
export type NodeJsHttp2Client<ClientType extends object> =
|
29
|
+
export type NodeJsHttp2Client<ClientType extends object> = NarrowPayloadBlobTypes<NodeJsRuntimeStreamingBlobPayloadInputTypes, SdkStream<ClientHttp2Stream>, ClientType>;
|
28
30
|
/**
|
29
31
|
* @public
|
30
32
|
*
|
@@ -39,16 +41,18 @@ export type NodeJsHttp2Client<ClientType extends object> = NarrowPayloadBlobOutp
|
|
39
41
|
* const client = new YourClient({}) as BrowserClient<YourClient>;
|
40
42
|
* ```
|
41
43
|
*/
|
42
|
-
export type BrowserClient<ClientType extends object> =
|
44
|
+
export type BrowserClient<ClientType extends object> = NarrowPayloadBlobTypes<BrowserRuntimeStreamingBlobPayloadInputTypes, SdkStream<ReadableStream>, ClientType>;
|
43
45
|
/**
|
44
46
|
* @public
|
45
47
|
*
|
46
48
|
* Variant of BrowserClient for XMLHttpRequest.
|
47
49
|
*/
|
48
|
-
export type BrowserXhrClient<ClientType extends object> =
|
50
|
+
export type BrowserXhrClient<ClientType extends object> = NarrowPayloadBlobTypes<BrowserRuntimeStreamingBlobPayloadInputTypes, SdkStream<ReadableStream | Blob>, ClientType>;
|
49
51
|
/**
|
50
52
|
* @public
|
51
53
|
*
|
54
|
+
* @deprecated use NarrowPayloadBlobTypes<I, O, ClientType>.
|
55
|
+
*
|
52
56
|
* Narrow a given Client's blob payload outputs to the given type T.
|
53
57
|
*/
|
54
58
|
export type NarrowPayloadBlobOutputType<T, ClientType extends object> = {
|
@@ -62,3 +66,19 @@ export type NarrowPayloadBlobOutputType<T, ClientType extends object> = {
|
|
62
66
|
InvokeMethod<infer FunctionInputTypes, infer FunctionOutputTypes>
|
63
67
|
] ? NarrowedInvokeMethod<T, HttpHandlerOptions, FunctionInputTypes, FunctionOutputTypes> : ClientType[key];
|
64
68
|
};
|
69
|
+
/**
|
70
|
+
* @public
|
71
|
+
*
|
72
|
+
* Narrow a Client's blob payload input and output types to I and O.
|
73
|
+
*/
|
74
|
+
export type NarrowPayloadBlobTypes<I, O, ClientType extends object> = {
|
75
|
+
[key in keyof ClientType]: [
|
76
|
+
ClientType[key]
|
77
|
+
] extends [
|
78
|
+
InvokeFunction<infer InputTypes, infer OutputTypes, infer ConfigType>
|
79
|
+
] ? NarrowedInvokeFunction<O, HttpHandlerOptions, Transform<InputTypes, StreamingBlobPayloadInputTypes | undefined, I>, OutputTypes, ConfigType> : [
|
80
|
+
ClientType[key]
|
81
|
+
] extends [
|
82
|
+
InvokeMethod<infer FunctionInputTypes, infer FunctionOutputTypes>
|
83
|
+
] ? NarrowedInvokeMethod<O, HttpHandlerOptions, Transform<FunctionInputTypes, StreamingBlobPayloadInputTypes | undefined, I>, FunctionOutputTypes> : ClientType[key];
|
84
|
+
};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/url-parser",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.12",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
@@ -22,8 +22,8 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@smithy/querystring-parser": "^2.0.
|
26
|
-
"@smithy/types": "^2.
|
25
|
+
"@smithy/querystring-parser": "^2.0.12",
|
26
|
+
"@smithy/types": "^2.4.0",
|
27
27
|
"tslib": "^2.5.0"
|
28
28
|
},
|
29
29
|
"typesVersions": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/util-defaults-mode-browser",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.16",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
@@ -22,9 +22,9 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@smithy/property-provider": "^2.0.
|
26
|
-
"@smithy/smithy-client": "^2.1.
|
27
|
-
"@smithy/types": "^2.
|
25
|
+
"@smithy/property-provider": "^2.0.13",
|
26
|
+
"@smithy/smithy-client": "^2.1.12",
|
27
|
+
"@smithy/types": "^2.4.0",
|
28
28
|
"bowser": "^2.11.0",
|
29
29
|
"tslib": "^2.5.0"
|
30
30
|
},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/util-defaults-mode-node",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.21",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
@@ -22,12 +22,12 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@smithy/config-resolver": "^2.0.
|
26
|
-
"@smithy/credential-provider-imds": "^2.0.
|
27
|
-
"@smithy/node-config-provider": "^2.1.
|
28
|
-
"@smithy/property-provider": "^2.0.
|
29
|
-
"@smithy/smithy-client": "^2.1.
|
30
|
-
"@smithy/types": "^2.
|
25
|
+
"@smithy/config-resolver": "^2.0.16",
|
26
|
+
"@smithy/credential-provider-imds": "^2.0.18",
|
27
|
+
"@smithy/node-config-provider": "^2.1.3",
|
28
|
+
"@smithy/property-provider": "^2.0.13",
|
29
|
+
"@smithy/smithy-client": "^2.1.12",
|
30
|
+
"@smithy/types": "^2.4.0",
|
31
31
|
"tslib": "^2.5.0"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/util-middleware",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.5",
|
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,7 +26,7 @@
|
|
26
26
|
},
|
27
27
|
"license": "Apache-2.0",
|
28
28
|
"dependencies": {
|
29
|
-
"@smithy/types": "^2.
|
29
|
+
"@smithy/types": "^2.4.0",
|
30
30
|
"tslib": "^2.5.0"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/util-retry",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.5",
|
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,8 +27,8 @@
|
|
27
27
|
},
|
28
28
|
"license": "Apache-2.0",
|
29
29
|
"dependencies": {
|
30
|
-
"@smithy/service-error-classification": "^2.0.
|
31
|
-
"@smithy/types": "^2.
|
30
|
+
"@smithy/service-error-classification": "^2.0.5",
|
31
|
+
"@smithy/types": "^2.4.0",
|
32
32
|
"tslib": "^2.5.0"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/util-stream",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.17",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
@@ -24,9 +24,9 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@smithy/fetch-http-handler": "^2.2.
|
28
|
-
"@smithy/node-http-handler": "^2.1.
|
29
|
-
"@smithy/types": "^2.
|
27
|
+
"@smithy/fetch-http-handler": "^2.2.4",
|
28
|
+
"@smithy/node-http-handler": "^2.1.8",
|
29
|
+
"@smithy/types": "^2.4.0",
|
30
30
|
"@smithy/util-base64": "^2.0.0",
|
31
31
|
"@smithy/util-buffer-from": "^2.0.0",
|
32
32
|
"@smithy/util-hex-encoding": "^2.0.0",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"tslib": "^2.5.0"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
|
-
"@smithy/util-test": "^0.1.
|
37
|
+
"@smithy/util-test": "^0.1.8",
|
38
38
|
"@types/chai-as-promised": "^7.1.2",
|
39
39
|
"@types/node": "^14.14.31",
|
40
40
|
"chai": "^4.2.0",
|
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/util-waiter",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.12",
|
4
4
|
"description": "Shared utilities for client waiters for the AWS SDK",
|
5
5
|
"dependencies": {
|
6
|
-
"@smithy/abort-controller": "^2.0.
|
7
|
-
"@smithy/types": "^2.
|
6
|
+
"@smithy/abort-controller": "^2.0.12",
|
7
|
+
"@smithy/types": "^2.4.0",
|
8
8
|
"tslib": "^2.5.0"
|
9
9
|
},
|
10
10
|
"scripts": {
|
package/package.json
CHANGED
@@ -50,8 +50,8 @@
|
|
50
50
|
"@typescript-eslint/parser": "^6",
|
51
51
|
"aws-cdk": "^2.102.0",
|
52
52
|
"aws-cdk-lib": "2.102.0",
|
53
|
-
"cdk8s": "2.67.
|
54
|
-
"cdk8s-cli": "^2.
|
53
|
+
"cdk8s": "2.67.1",
|
54
|
+
"cdk8s-cli": "^2.150.0",
|
55
55
|
"constructs": "10.3.0",
|
56
56
|
"eslint": "^8",
|
57
57
|
"eslint-import-resolver-node": "^0.3.9",
|
@@ -74,7 +74,7 @@
|
|
74
74
|
},
|
75
75
|
"peerDependencies": {
|
76
76
|
"aws-cdk-lib": "^2.102.0",
|
77
|
-
"cdk8s": "^2.67.
|
77
|
+
"cdk8s": "^2.67.1",
|
78
78
|
"constructs": "^10.3.0"
|
79
79
|
},
|
80
80
|
"dependencies": {
|
@@ -94,7 +94,7 @@
|
|
94
94
|
"publishConfig": {
|
95
95
|
"access": "public"
|
96
96
|
},
|
97
|
-
"version": "0.0.
|
97
|
+
"version": "0.0.19",
|
98
98
|
"jest": {
|
99
99
|
"testMatch": [
|
100
100
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|