@cdk8s/awscdk-resolver 0.0.36 → 0.0.38
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/README.md +70 -70
- package/node_modules/@aws-sdk/client-cloudformation/package.json +3 -3
- package/node_modules/@aws-sdk/client-sso/README.md +4 -4
- package/node_modules/@aws-sdk/client-sso/package.json +1 -1
- package/node_modules/@aws-sdk/client-sts/README.md +8 -8
- package/node_modules/@aws-sdk/client-sts/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
- 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/@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/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/README.md +41 -2
- package/node_modules/@smithy/types/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +2 -0
- package/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +26 -1
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +62 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +26 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +82 -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 +5 -5
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +5 -6
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/service-error-classification",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.7",
|
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",
|
@@ -54,6 +54,6 @@
|
|
54
54
|
"directory": ".release/package"
|
55
55
|
},
|
56
56
|
"dependencies": {
|
57
|
-
"@smithy/types": "^2.
|
57
|
+
"@smithy/types": "^2.6.0"
|
58
58
|
}
|
59
59
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/signature-v4",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.16",
|
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.14",
|
28
28
|
"@smithy/is-array-buffer": "^2.0.0",
|
29
|
-
"@smithy/types": "^2.
|
29
|
+
"@smithy/types": "^2.6.0",
|
30
30
|
"@smithy/util-hex-encoding": "^2.0.0",
|
31
|
-
"@smithy/util-middleware": "^2.0.
|
31
|
+
"@smithy/util-middleware": "^2.0.7",
|
32
32
|
"@smithy/util-uri-escape": "^2.0.0",
|
33
33
|
"@smithy/util-utf8": "^2.0.2",
|
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.10",
|
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.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",
|
@@ -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.8",
|
27
|
+
"@smithy/types": "^2.6.0",
|
28
|
+
"@smithy/util-stream": "^2.0.21",
|
29
29
|
"tslib": "^2.5.0"
|
30
30
|
},
|
31
31
|
"engines": {
|
@@ -8,10 +8,49 @@
|
|
8
8
|
This package is mostly used internally by generated clients.
|
9
9
|
Some public components have independent applications.
|
10
10
|
|
11
|
-
### Scenario: Narrowing a smithy-typescript generated client's output payload blob types
|
12
|
-
|
13
11
|
---
|
14
12
|
|
13
|
+
### Scenario: Removing `| undefined` from input and output structures
|
14
|
+
|
15
|
+
Generated shapes' members are unioned with `undefined` for
|
16
|
+
input shapes, and are `?` (optional) for output shapes.
|
17
|
+
|
18
|
+
- for inputs, this defers the validation to the service.
|
19
|
+
- for outputs, this strongly suggests that you should runtime-check the output data.
|
20
|
+
|
21
|
+
If you would like to skip these steps, use the `AssertiveClient` or
|
22
|
+
`UncheckedClient` type helpers.
|
23
|
+
|
24
|
+
Using AWS S3 as an example:
|
25
|
+
|
26
|
+
```ts
|
27
|
+
import { S3 } from "@aws-sdk/client-s3";
|
28
|
+
import type { AssertiveClient, UncheckedClient } from "@smithy/types";
|
29
|
+
|
30
|
+
const s3a = new S3({}) as AssertiveClient<S3>;
|
31
|
+
const s3b = new S3({}) as UncheckedClient<S3>;
|
32
|
+
|
33
|
+
// AssertiveClient enforces required inputs are not undefined
|
34
|
+
// and required outputs are not undefined.
|
35
|
+
const get = await s3a.getObject({
|
36
|
+
Bucket: "",
|
37
|
+
Key: "",
|
38
|
+
});
|
39
|
+
|
40
|
+
// UncheckedClient makes output fields non-nullable.
|
41
|
+
// You should still perform type checks as you deem
|
42
|
+
// necessary, but the SDK will no longer prompt you
|
43
|
+
// with nullability errors.
|
44
|
+
const body = await (
|
45
|
+
await s3b.getObject({
|
46
|
+
Bucket: "",
|
47
|
+
Key: "",
|
48
|
+
})
|
49
|
+
).Body.transformToString();
|
50
|
+
```
|
51
|
+
|
52
|
+
### Scenario: Narrowing a smithy-typescript generated client's output payload blob types
|
53
|
+
|
15
54
|
This is mostly relevant to operations with streaming bodies such as within
|
16
55
|
the S3Client in the AWS SDK for JavaScript v3.
|
17
56
|
|
@@ -31,6 +31,7 @@ tslib_1.__exportStar(require("./streaming-payload/streaming-blob-payload-input-t
|
|
31
31
|
tslib_1.__exportStar(require("./streaming-payload/streaming-blob-payload-output-types"), exports);
|
32
32
|
tslib_1.__exportStar(require("./transfer"), exports);
|
33
33
|
tslib_1.__exportStar(require("./transform/client-payload-blob-type-narrow"), exports);
|
34
|
+
tslib_1.__exportStar(require("./transform/no-undefined"), exports);
|
34
35
|
tslib_1.__exportStar(require("./transform/type-transform"), exports);
|
35
36
|
tslib_1.__exportStar(require("./uri"), exports);
|
36
37
|
tslib_1.__exportStar(require("./util"), exports);
|
@@ -28,6 +28,7 @@ export * from "./streaming-payload/streaming-blob-payload-input-types";
|
|
28
28
|
export * from "./streaming-payload/streaming-blob-payload-output-types";
|
29
29
|
export * from "./transfer";
|
30
30
|
export * from "./transform/client-payload-blob-type-narrow";
|
31
|
+
export * from "./transform/no-undefined";
|
31
32
|
export * from "./transform/type-transform";
|
32
33
|
export * from "./uri";
|
33
34
|
export * from "./util";
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -1,5 +1,17 @@
|
|
1
|
-
import { HttpRequest } from "../http";
|
1
|
+
import { HttpRequest, HttpResponse } from "../http";
|
2
2
|
import { Identity } from "../identity/identity";
|
3
|
+
/**
|
4
|
+
* @internal
|
5
|
+
*/
|
6
|
+
export interface ErrorHandler {
|
7
|
+
(signingProperties: Record<string, unknown>): <E extends Error>(error: E) => never;
|
8
|
+
}
|
9
|
+
/**
|
10
|
+
* @internal
|
11
|
+
*/
|
12
|
+
export interface SuccessHandler {
|
13
|
+
(httpResponse: HttpResponse | unknown, signingProperties: Record<string, unknown>): void;
|
14
|
+
}
|
3
15
|
/**
|
4
16
|
* Interface to sign identity and signing properties.
|
5
17
|
* @internal
|
@@ -13,4 +25,17 @@ export interface HttpSigner {
|
|
13
25
|
* @returns signed request in a promise
|
14
26
|
*/
|
15
27
|
sign(httpRequest: HttpRequest, identity: Identity, signingProperties: Record<string, unknown>): Promise<HttpRequest>;
|
28
|
+
/**
|
29
|
+
* Handler that executes after the {@link HttpSigner.sign} invocation and corresponding
|
30
|
+
* middleware throws an error.
|
31
|
+
* The error handler is expected to throw the error it receives, so the return type of the error handler is `never`.
|
32
|
+
* @internal
|
33
|
+
*/
|
34
|
+
errorHandler?: ErrorHandler;
|
35
|
+
/**
|
36
|
+
* Handler that executes after the {@link HttpSigner.sign} invocation and corresponding
|
37
|
+
* middleware succeeds.
|
38
|
+
* @internal
|
39
|
+
*/
|
40
|
+
successHandler?: SuccessHandler;
|
16
41
|
}
|
@@ -28,6 +28,7 @@ export * from "./streaming-payload/streaming-blob-payload-input-types";
|
|
28
28
|
export * from "./streaming-payload/streaming-blob-payload-output-types";
|
29
29
|
export * from "./transfer";
|
30
30
|
export * from "./transform/client-payload-blob-type-narrow";
|
31
|
+
export * from "./transform/no-undefined";
|
31
32
|
export * from "./transform/type-transform";
|
32
33
|
export * from "./uri";
|
33
34
|
export * from "./util";
|
@@ -0,0 +1,62 @@
|
|
1
|
+
import type { InvokeFunction, InvokeMethod } from "../client";
|
2
|
+
/**
|
3
|
+
* @public
|
4
|
+
*
|
5
|
+
* This type is intended as a type helper for generated clients.
|
6
|
+
* When initializing client, cast it to this type by passing
|
7
|
+
* the client constructor type as the type parameter.
|
8
|
+
*
|
9
|
+
* It will then recursively remove "undefined" as a union type from all
|
10
|
+
* input and output shapes' members. Note, this does not affect
|
11
|
+
* any member that is optional (?) such as outputs with no required members.
|
12
|
+
*
|
13
|
+
* @example
|
14
|
+
* ```ts
|
15
|
+
* const client = new Client({}) as AssertiveClient<Client>;
|
16
|
+
* ```
|
17
|
+
*/
|
18
|
+
export type AssertiveClient<Client extends object> = NarrowClientIOTypes<Client>;
|
19
|
+
/**
|
20
|
+
* @public
|
21
|
+
*
|
22
|
+
* This is similar to AssertiveClient but additionally changes all
|
23
|
+
* output types to (recursive) Required<T> so as to bypass all output nullability guards.
|
24
|
+
*/
|
25
|
+
export type UncheckedClient<Client extends object> = UncheckedClientOutputTypes<Client>;
|
26
|
+
/**
|
27
|
+
* @internal
|
28
|
+
*
|
29
|
+
* Excludes undefined recursively.
|
30
|
+
*/
|
31
|
+
export type NoUndefined<T> = T extends Function ? T : [T] extends [object] ? {
|
32
|
+
[key in keyof T]: NoUndefined<T[key]>;
|
33
|
+
} : Exclude<T, undefined>;
|
34
|
+
/**
|
35
|
+
* @internal
|
36
|
+
*
|
37
|
+
* Excludes undefined and optional recursively.
|
38
|
+
*/
|
39
|
+
export type RecursiveRequired<T> = T extends Function ? T : [T] extends [object] ? {
|
40
|
+
[key in keyof T]-?: RecursiveRequired<T[key]>;
|
41
|
+
} : Exclude<T, undefined>;
|
42
|
+
/**
|
43
|
+
* @internal
|
44
|
+
*
|
45
|
+
* Removes undefined from unions.
|
46
|
+
*/
|
47
|
+
type NarrowClientIOTypes<ClientType extends object> = {
|
48
|
+
[key in keyof ClientType]: [ClientType[key]] extends [
|
49
|
+
InvokeFunction<infer InputTypes, infer OutputTypes, infer ConfigType>
|
50
|
+
] ? InvokeFunction<NoUndefined<InputTypes>, NoUndefined<OutputTypes>, ConfigType> : [ClientType[key]] extends [InvokeMethod<infer FunctionInputTypes, infer FunctionOutputTypes>] ? InvokeMethod<NoUndefined<FunctionInputTypes>, NoUndefined<FunctionOutputTypes>> : ClientType[key];
|
51
|
+
};
|
52
|
+
/**
|
53
|
+
* @internal
|
54
|
+
*
|
55
|
+
* Removes undefined from unions and adds yolo output types.
|
56
|
+
*/
|
57
|
+
type UncheckedClientOutputTypes<ClientType extends object> = {
|
58
|
+
[key in keyof ClientType]: [ClientType[key]] extends [
|
59
|
+
InvokeFunction<infer InputTypes, infer OutputTypes, infer ConfigType>
|
60
|
+
] ? InvokeFunction<NoUndefined<InputTypes>, RecursiveRequired<OutputTypes>, ConfigType> : [ClientType[key]] extends [InvokeMethod<infer FunctionInputTypes, infer FunctionOutputTypes>] ? InvokeMethod<NoUndefined<FunctionInputTypes>, RecursiveRequired<FunctionOutputTypes>> : ClientType[key];
|
61
|
+
};
|
62
|
+
export {};
|
@@ -1,5 +1,17 @@
|
|
1
|
-
import { HttpRequest } from "../http";
|
1
|
+
import { HttpRequest, HttpResponse } from "../http";
|
2
2
|
import { Identity } from "../identity/identity";
|
3
|
+
/**
|
4
|
+
* @internal
|
5
|
+
*/
|
6
|
+
export interface ErrorHandler {
|
7
|
+
(signingProperties: Record<string, unknown>): <E extends Error>(error: E) => never;
|
8
|
+
}
|
9
|
+
/**
|
10
|
+
* @internal
|
11
|
+
*/
|
12
|
+
export interface SuccessHandler {
|
13
|
+
(httpResponse: HttpResponse | unknown, signingProperties: Record<string, unknown>): void;
|
14
|
+
}
|
3
15
|
/**
|
4
16
|
* Interface to sign identity and signing properties.
|
5
17
|
* @internal
|
@@ -13,4 +25,17 @@ export interface HttpSigner {
|
|
13
25
|
* @returns signed request in a promise
|
14
26
|
*/
|
15
27
|
sign(httpRequest: HttpRequest, identity: Identity, signingProperties: Record<string, unknown>): Promise<HttpRequest>;
|
28
|
+
/**
|
29
|
+
* Handler that executes after the {@link HttpSigner.sign} invocation and corresponding
|
30
|
+
* middleware throws an error.
|
31
|
+
* The error handler is expected to throw the error it receives, so the return type of the error handler is `never`.
|
32
|
+
* @internal
|
33
|
+
*/
|
34
|
+
errorHandler?: ErrorHandler;
|
35
|
+
/**
|
36
|
+
* Handler that executes after the {@link HttpSigner.sign} invocation and corresponding
|
37
|
+
* middleware succeeds.
|
38
|
+
* @internal
|
39
|
+
*/
|
40
|
+
successHandler?: SuccessHandler;
|
16
41
|
}
|
@@ -28,6 +28,7 @@ export * from "./streaming-payload/streaming-blob-payload-input-types";
|
|
28
28
|
export * from "./streaming-payload/streaming-blob-payload-output-types";
|
29
29
|
export * from "./transfer";
|
30
30
|
export * from "./transform/client-payload-blob-type-narrow";
|
31
|
+
export * from "./transform/no-undefined";
|
31
32
|
export * from "./transform/type-transform";
|
32
33
|
export * from "./uri";
|
33
34
|
export * from "./util";
|
@@ -0,0 +1,82 @@
|
|
1
|
+
import { InvokeFunction, InvokeMethod } from "../client";
|
2
|
+
/**
|
3
|
+
* @public
|
4
|
+
*
|
5
|
+
* This type is intended as a type helper for generated clients.
|
6
|
+
* When initializing client, cast it to this type by passing
|
7
|
+
* the client constructor type as the type parameter.
|
8
|
+
*
|
9
|
+
* It will then recursively remove "undefined" as a union type from all
|
10
|
+
* input and output shapes' members. Note, this does not affect
|
11
|
+
* any member that is optional (?) such as outputs with no required members.
|
12
|
+
*
|
13
|
+
* @example
|
14
|
+
* ```ts
|
15
|
+
* const client = new Client({}) as AssertiveClient<Client>;
|
16
|
+
* ```
|
17
|
+
*/
|
18
|
+
export type AssertiveClient<Client extends object> = NarrowClientIOTypes<Client>;
|
19
|
+
/**
|
20
|
+
* @public
|
21
|
+
*
|
22
|
+
* This is similar to AssertiveClient but additionally changes all
|
23
|
+
* output types to (recursive) Required<T> so as to bypass all output nullability guards.
|
24
|
+
*/
|
25
|
+
export type UncheckedClient<Client extends object> = UncheckedClientOutputTypes<Client>;
|
26
|
+
/**
|
27
|
+
* @internal
|
28
|
+
*
|
29
|
+
* Excludes undefined recursively.
|
30
|
+
*/
|
31
|
+
export type NoUndefined<T> = T extends Function ? T : [
|
32
|
+
T
|
33
|
+
] extends [
|
34
|
+
object
|
35
|
+
] ? {
|
36
|
+
[key in keyof T]: NoUndefined<T[key]>;
|
37
|
+
} : Exclude<T, undefined>;
|
38
|
+
/**
|
39
|
+
* @internal
|
40
|
+
*
|
41
|
+
* Excludes undefined and optional recursively.
|
42
|
+
*/
|
43
|
+
export type RecursiveRequired<T> = T extends Function ? T : [
|
44
|
+
T
|
45
|
+
] extends [
|
46
|
+
object
|
47
|
+
] ? {
|
48
|
+
[key in keyof T]-?: RecursiveRequired<T[key]>;
|
49
|
+
} : Exclude<T, undefined>;
|
50
|
+
/**
|
51
|
+
* @internal
|
52
|
+
*
|
53
|
+
* Removes undefined from unions.
|
54
|
+
*/
|
55
|
+
type NarrowClientIOTypes<ClientType extends object> = {
|
56
|
+
[key in keyof ClientType]: [
|
57
|
+
ClientType[key]
|
58
|
+
] extends [
|
59
|
+
InvokeFunction<infer InputTypes, infer OutputTypes, infer ConfigType>
|
60
|
+
] ? InvokeFunction<NoUndefined<InputTypes>, NoUndefined<OutputTypes>, ConfigType> : [
|
61
|
+
ClientType[key]
|
62
|
+
] extends [
|
63
|
+
InvokeMethod<infer FunctionInputTypes, infer FunctionOutputTypes>
|
64
|
+
] ? InvokeMethod<NoUndefined<FunctionInputTypes>, NoUndefined<FunctionOutputTypes>> : ClientType[key];
|
65
|
+
};
|
66
|
+
/**
|
67
|
+
* @internal
|
68
|
+
*
|
69
|
+
* Removes undefined from unions and adds yolo output types.
|
70
|
+
*/
|
71
|
+
type UncheckedClientOutputTypes<ClientType extends object> = {
|
72
|
+
[key in keyof ClientType]: [
|
73
|
+
ClientType[key]
|
74
|
+
] extends [
|
75
|
+
InvokeFunction<infer InputTypes, infer OutputTypes, infer ConfigType>
|
76
|
+
] ? InvokeFunction<NoUndefined<InputTypes>, RecursiveRequired<OutputTypes>, ConfigType> : [
|
77
|
+
ClientType[key]
|
78
|
+
] extends [
|
79
|
+
InvokeMethod<infer FunctionInputTypes, infer FunctionOutputTypes>
|
80
|
+
] ? InvokeMethod<NoUndefined<FunctionInputTypes>, RecursiveRequired<FunctionOutputTypes>> : ClientType[key];
|
81
|
+
};
|
82
|
+
export {};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/url-parser",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.14",
|
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.14",
|
26
|
+
"@smithy/types": "^2.6.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.20",
|
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.15",
|
26
|
+
"@smithy/smithy-client": "^2.1.16",
|
27
|
+
"@smithy/types": "^2.6.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.26",
|
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.1.
|
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.19",
|
26
|
+
"@smithy/credential-provider-imds": "^2.1.2",
|
27
|
+
"@smithy/node-config-provider": "^2.1.6",
|
28
|
+
"@smithy/property-provider": "^2.0.15",
|
29
|
+
"@smithy/smithy-client": "^2.1.16",
|
30
|
+
"@smithy/types": "^2.6.0",
|
31
31
|
"tslib": "^2.5.0"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/util-endpoints",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.5",
|
4
4
|
"description": "Utilities to help with endpoint resolution.",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -26,8 +26,8 @@
|
|
26
26
|
},
|
27
27
|
"license": "Apache-2.0",
|
28
28
|
"dependencies": {
|
29
|
-
"@smithy/node-config-provider": "^2.1.
|
30
|
-
"@smithy/types": "^2.
|
29
|
+
"@smithy/node-config-provider": "^2.1.6",
|
30
|
+
"@smithy/types": "^2.6.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.7",
|
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.6.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.7",
|
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.7",
|
31
|
+
"@smithy/types": "^2.6.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.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",
|
@@ -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.7",
|
28
|
+
"@smithy/node-http-handler": "^2.1.10",
|
29
|
+
"@smithy/types": "^2.6.0",
|
30
30
|
"@smithy/util-base64": "^2.0.1",
|
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.10",
|
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.14",
|
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.14",
|
7
|
+
"@smithy/types": "^2.6.0",
|
8
8
|
"tslib": "^2.5.0"
|
9
9
|
},
|
10
10
|
"scripts": {
|
package/package.json
CHANGED
@@ -42,16 +42,16 @@
|
|
42
42
|
"organization": false
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
|
-
"@cdk8s/projen-common": "0.0.
|
45
|
+
"@cdk8s/projen-common": "0.0.474",
|
46
46
|
"@types/fs-extra": "^11.0.4",
|
47
47
|
"@types/jest": "^27",
|
48
48
|
"@types/node": "^16",
|
49
49
|
"@typescript-eslint/eslint-plugin": "^6",
|
50
50
|
"@typescript-eslint/parser": "^6",
|
51
|
-
"aws-cdk": "^2.110.
|
51
|
+
"aws-cdk": "^2.110.1",
|
52
52
|
"aws-cdk-lib": "2.109.0",
|
53
53
|
"cdk8s": "2.68.4",
|
54
|
-
"cdk8s-cli": "^2.
|
54
|
+
"cdk8s-cli": "^2.189.0",
|
55
55
|
"constructs": "10.3.0",
|
56
56
|
"eslint": "^8",
|
57
57
|
"eslint-import-resolver-typescript": "^3.6.1",
|
@@ -64,8 +64,7 @@
|
|
64
64
|
"jsii-docgen": "^9.2.2",
|
65
65
|
"jsii-pacmak": "^1.92.0",
|
66
66
|
"jsii-rosetta": "^5",
|
67
|
-
"
|
68
|
-
"projen": "^0.77.1",
|
67
|
+
"projen": "^0.77.2",
|
69
68
|
"standard-version": "^9",
|
70
69
|
"ts-jest": "^27",
|
71
70
|
"ts-node": "^10.9.1",
|
@@ -93,7 +92,7 @@
|
|
93
92
|
"publishConfig": {
|
94
93
|
"access": "public"
|
95
94
|
},
|
96
|
-
"version": "0.0.
|
95
|
+
"version": "0.0.38",
|
97
96
|
"jest": {
|
98
97
|
"testMatch": [
|
99
98
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|