@cdk8s/awscdk-resolver 0.0.335 → 0.0.336
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 +34 -34
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/core/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- 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-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/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/submodules/cbor/index.js +77 -38
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +88 -85
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +12 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +6 -51
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +95 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +7 -95
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
- package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +9 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +3 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +9 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +3 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@smithy/core/package.json +9 -7
- 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 +9 -9
- 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 +4 -4
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -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 +3 -3
@@ -26,7 +26,9 @@ export declare abstract class HttpProtocol implements ClientProtocol<IHttpReques
|
|
26
26
|
protected abstract handleError(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: IHttpResponse, dataObject: any, metadata: ResponseMetadata): Promise<never>;
|
27
27
|
protected deserializeMetadata(output: IHttpResponse): ResponseMetadata;
|
28
28
|
/**
|
29
|
-
*
|
29
|
+
* For HTTP binding protocols, this method is overridden in {@link HttpBindingProtocol}.
|
30
|
+
*
|
31
|
+
* @deprecated only use this for HTTP binding protocols.
|
30
32
|
*/
|
31
33
|
protected deserializeHttpMessage(schema: Schema, context: HandlerExecutionContext & SerdeFunctions, response: IHttpResponse, headerBindings: Set<string>, dataObject: any): Promise<string[]>;
|
32
34
|
protected deserializeHttpMessage(schema: Schema, context: HandlerExecutionContext & SerdeFunctions, response: IHttpResponse, dataObject: any): Promise<string[]>;
|
package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts
CHANGED
@@ -66,6 +66,11 @@ export declare class NormalizedSchema implements INormalizedSchema {
|
|
66
66
|
isBigIntegerSchema(): boolean;
|
67
67
|
isBigDecimalSchema(): boolean;
|
68
68
|
isStreaming(): boolean;
|
69
|
+
/**
|
70
|
+
* This is a shortcut to avoid calling `getMergedTraits().idempotencyToken` on every string.
|
71
|
+
* @returns whether the schema has the idempotencyToken trait.
|
72
|
+
*/
|
73
|
+
isIdempotencyToken(): boolean;
|
69
74
|
/**
|
70
75
|
* @returns own traits merged with member traits, where member traits of the same trait key take priority.
|
71
76
|
* This method is cached.
|
package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
import { SchemaRef } from "@smithy/types";
|
2
2
|
/**
|
3
3
|
* @internal
|
4
|
+
* @deprecated the former functionality has been internalized to the CborCodec.
|
4
5
|
*/
|
5
6
|
export declare const copyDocumentWithTransform: (source: any, schemaRef: SchemaRef, transform?: (_: any, schemaRef: SchemaRef) => any) => any;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/core",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.8.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "node ../../scripts/inline core",
|
@@ -70,15 +70,17 @@
|
|
70
70
|
"license": "Apache-2.0",
|
71
71
|
"sideEffects": false,
|
72
72
|
"dependencies": {
|
73
|
-
"@smithy/middleware-serde": "^4.0.
|
74
|
-
"@smithy/protocol-http": "^5.1.
|
75
|
-
"@smithy/types": "^4.3.
|
73
|
+
"@smithy/middleware-serde": "^4.0.9",
|
74
|
+
"@smithy/protocol-http": "^5.1.3",
|
75
|
+
"@smithy/types": "^4.3.2",
|
76
76
|
"@smithy/util-base64": "^4.0.0",
|
77
77
|
"@smithy/util-body-length-browser": "^4.0.0",
|
78
|
-
"@smithy/util-middleware": "^4.0.
|
79
|
-
"@smithy/util-stream": "^4.2.
|
78
|
+
"@smithy/util-middleware": "^4.0.5",
|
79
|
+
"@smithy/util-stream": "^4.2.4",
|
80
80
|
"@smithy/util-utf8": "^4.0.0",
|
81
|
-
"
|
81
|
+
"@types/uuid": "^9.0.1",
|
82
|
+
"tslib": "^2.6.2",
|
83
|
+
"uuid": "^9.0.1"
|
82
84
|
},
|
83
85
|
"engines": {
|
84
86
|
"node": ">=18.0.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/credential-provider-imds",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.7",
|
4
4
|
"description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -27,10 +27,10 @@
|
|
27
27
|
},
|
28
28
|
"license": "Apache-2.0",
|
29
29
|
"dependencies": {
|
30
|
-
"@smithy/node-config-provider": "^4.1.
|
31
|
-
"@smithy/property-provider": "^4.0.
|
32
|
-
"@smithy/types": "^4.3.
|
33
|
-
"@smithy/url-parser": "^4.0.
|
30
|
+
"@smithy/node-config-provider": "^4.1.4",
|
31
|
+
"@smithy/property-provider": "^4.0.5",
|
32
|
+
"@smithy/types": "^4.3.2",
|
33
|
+
"@smithy/url-parser": "^4.0.5",
|
34
34
|
"tslib": "^2.6.2"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/fetch-http-handler",
|
3
|
-
"version": "5.1.
|
3
|
+
"version": "5.1.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'",
|
@@ -27,14 +27,14 @@
|
|
27
27
|
"module": "./dist-es/index.js",
|
28
28
|
"types": "./dist-types/index.d.ts",
|
29
29
|
"dependencies": {
|
30
|
-
"@smithy/protocol-http": "^5.1.
|
31
|
-
"@smithy/querystring-builder": "^4.0.
|
32
|
-
"@smithy/types": "^4.3.
|
30
|
+
"@smithy/protocol-http": "^5.1.3",
|
31
|
+
"@smithy/querystring-builder": "^4.0.5",
|
32
|
+
"@smithy/types": "^4.3.2",
|
33
33
|
"@smithy/util-base64": "^4.0.0",
|
34
34
|
"tslib": "^2.6.2"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
|
-
"@smithy/abort-controller": "^4.0.
|
37
|
+
"@smithy/abort-controller": "^4.0.5",
|
38
38
|
"concurrently": "7.0.0",
|
39
39
|
"downlevel-dts": "0.10.1",
|
40
40
|
"rimraf": "3.0.2",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/hash-node",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.5",
|
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 hash-node",
|
@@ -31,7 +31,7 @@
|
|
31
31
|
"typedoc": "0.23.23"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@smithy/types": "^4.3.
|
34
|
+
"@smithy/types": "^4.3.2",
|
35
35
|
"@smithy/util-buffer-from": "^4.0.0",
|
36
36
|
"@smithy/util-utf8": "^4.0.0",
|
37
37
|
"tslib": "^2.6.2"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/invalid-dependency",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.5",
|
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 invalid-dependency",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
},
|
24
24
|
"license": "Apache-2.0",
|
25
25
|
"dependencies": {
|
26
|
-
"@smithy/types": "^4.3.
|
26
|
+
"@smithy/types": "^4.3.2",
|
27
27
|
"tslib": "^2.6.2"
|
28
28
|
},
|
29
29
|
"typesVersions": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/middleware-content-length",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.5",
|
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-content-length",
|
@@ -24,8 +24,8 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@smithy/protocol-http": "^5.1.
|
28
|
-
"@smithy/types": "^4.3.
|
27
|
+
"@smithy/protocol-http": "^5.1.3",
|
28
|
+
"@smithy/types": "^4.3.2",
|
29
29
|
"tslib": "^2.6.2"
|
30
30
|
},
|
31
31
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/middleware-endpoint",
|
3
|
-
"version": "4.1.
|
3
|
+
"version": "4.1.18",
|
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.
|
28
|
-
"@smithy/middleware-serde": "^4.0.
|
29
|
-
"@smithy/node-config-provider": "^4.1.
|
30
|
-
"@smithy/shared-ini-file-loader": "^4.0.
|
31
|
-
"@smithy/types": "^4.3.
|
32
|
-
"@smithy/url-parser": "^4.0.
|
33
|
-
"@smithy/util-middleware": "^4.0.
|
27
|
+
"@smithy/core": "^3.8.0",
|
28
|
+
"@smithy/middleware-serde": "^4.0.9",
|
29
|
+
"@smithy/node-config-provider": "^4.1.4",
|
30
|
+
"@smithy/shared-ini-file-loader": "^4.0.5",
|
31
|
+
"@smithy/types": "^4.3.2",
|
32
|
+
"@smithy/url-parser": "^4.0.5",
|
33
|
+
"@smithy/util-middleware": "^4.0.5",
|
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.1.
|
3
|
+
"version": "4.1.19",
|
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,19 +33,19 @@
|
|
33
33
|
},
|
34
34
|
"license": "Apache-2.0",
|
35
35
|
"dependencies": {
|
36
|
-
"@smithy/node-config-provider": "^4.1.
|
37
|
-
"@smithy/protocol-http": "^5.1.
|
38
|
-
"@smithy/service-error-classification": "^4.0.
|
39
|
-
"@smithy/smithy-client": "^4.4.
|
40
|
-
"@smithy/types": "^4.3.
|
41
|
-
"@smithy/util-middleware": "^4.0.
|
42
|
-
"@smithy/util-retry": "^4.0.
|
36
|
+
"@smithy/node-config-provider": "^4.1.4",
|
37
|
+
"@smithy/protocol-http": "^5.1.3",
|
38
|
+
"@smithy/service-error-classification": "^4.0.7",
|
39
|
+
"@smithy/smithy-client": "^4.4.10",
|
40
|
+
"@smithy/types": "^4.3.2",
|
41
|
+
"@smithy/util-middleware": "^4.0.5",
|
42
|
+
"@smithy/util-retry": "^4.0.7",
|
43
|
+
"@types/uuid": "^9.0.1",
|
43
44
|
"tslib": "^2.6.2",
|
44
45
|
"uuid": "^9.0.1"
|
45
46
|
},
|
46
47
|
"devDependencies": {
|
47
48
|
"@smithy/util-test": "^0.2.8",
|
48
|
-
"@types/uuid": "^8.3.0",
|
49
49
|
"concurrently": "7.0.0",
|
50
50
|
"downlevel-dts": "0.10.1",
|
51
51
|
"rimraf": "3.0.2",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/middleware-serde",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.9",
|
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,8 +25,8 @@
|
|
25
25
|
},
|
26
26
|
"license": "Apache-2.0",
|
27
27
|
"dependencies": {
|
28
|
-
"@smithy/protocol-http": "^5.1.
|
29
|
-
"@smithy/types": "^4.3.
|
28
|
+
"@smithy/protocol-http": "^5.1.3",
|
29
|
+
"@smithy/types": "^4.3.2",
|
30
30
|
"tslib": "^2.6.2"
|
31
31
|
},
|
32
32
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/middleware-stack",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.5",
|
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.3.
|
29
|
+
"@smithy/types": "^4.3.2",
|
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.1.
|
3
|
+
"version": "4.1.4",
|
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.3.
|
28
|
+
"@smithy/property-provider": "^4.0.5",
|
29
|
+
"@smithy/shared-ini-file-loader": "^4.0.5",
|
30
|
+
"@smithy/types": "^4.3.2",
|
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.1.
|
3
|
+
"version": "4.1.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.1.
|
31
|
-
"@smithy/querystring-builder": "^4.0.
|
32
|
-
"@smithy/types": "^4.3.
|
29
|
+
"@smithy/abort-controller": "^4.0.5",
|
30
|
+
"@smithy/protocol-http": "^5.1.3",
|
31
|
+
"@smithy/querystring-builder": "^4.0.5",
|
32
|
+
"@smithy/types": "^4.3.2",
|
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.5",
|
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.3.
|
26
|
+
"@smithy/types": "^4.3.2",
|
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.1.
|
3
|
+
"version": "5.1.3",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "node ../../scripts/inline protocol-http",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@smithy/types": "^4.3.
|
27
|
+
"@smithy/types": "^4.3.2",
|
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.5",
|
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.3.
|
25
|
+
"@smithy/types": "^4.3.2",
|
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.5",
|
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.3.
|
26
|
+
"@smithy/types": "^4.3.2",
|
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.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": "node ../../scripts/inline service-error-classification",
|
@@ -54,6 +54,6 @@
|
|
54
54
|
"directory": ".release/package"
|
55
55
|
},
|
56
56
|
"dependencies": {
|
57
|
-
"@smithy/types": "^4.3.
|
57
|
+
"@smithy/types": "^4.3.2"
|
58
58
|
}
|
59
59
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/signature-v4",
|
3
|
-
"version": "5.1.
|
3
|
+
"version": "5.1.3",
|
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.1.
|
30
|
-
"@smithy/types": "^4.3.
|
29
|
+
"@smithy/protocol-http": "^5.1.3",
|
30
|
+
"@smithy/types": "^4.3.2",
|
31
31
|
"@smithy/util-hex-encoding": "^4.0.0",
|
32
|
-
"@smithy/util-middleware": "^4.0.
|
32
|
+
"@smithy/util-middleware": "^4.0.5",
|
33
33
|
"@smithy/util-uri-escape": "^4.0.0",
|
34
34
|
"@smithy/util-utf8": "^4.0.0",
|
35
35
|
"tslib": "^2.6.2"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/smithy-client",
|
3
|
-
"version": "4.4.
|
3
|
+
"version": "4.4.10",
|
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.1.
|
29
|
-
"@smithy/middleware-stack": "^4.0.
|
30
|
-
"@smithy/protocol-http": "^5.1.
|
31
|
-
"@smithy/types": "^4.3.
|
32
|
-
"@smithy/util-stream": "^4.2.
|
27
|
+
"@smithy/core": "^3.8.0",
|
28
|
+
"@smithy/middleware-endpoint": "^4.1.18",
|
29
|
+
"@smithy/middleware-stack": "^4.0.5",
|
30
|
+
"@smithy/protocol-http": "^5.1.3",
|
31
|
+
"@smithy/types": "^4.3.2",
|
32
|
+
"@smithy/util-stream": "^4.2.4",
|
33
33
|
"tslib": "^2.6.2"
|
34
34
|
},
|
35
35
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/url-parser",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.5",
|
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.3.
|
26
|
+
"@smithy/querystring-parser": "^4.0.5",
|
27
|
+
"@smithy/types": "^4.3.2",
|
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.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": "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.4.
|
28
|
-
"@smithy/types": "^4.3.
|
26
|
+
"@smithy/property-provider": "^4.0.5",
|
27
|
+
"@smithy/smithy-client": "^4.4.10",
|
28
|
+
"@smithy/types": "^4.3.2",
|
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.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": "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.1.
|
27
|
-
"@smithy/credential-provider-imds": "^4.0.
|
28
|
-
"@smithy/node-config-provider": "^4.1.
|
29
|
-
"@smithy/property-provider": "^4.0.
|
30
|
-
"@smithy/smithy-client": "^4.4.
|
31
|
-
"@smithy/types": "^4.3.
|
26
|
+
"@smithy/config-resolver": "^4.1.5",
|
27
|
+
"@smithy/credential-provider-imds": "^4.0.7",
|
28
|
+
"@smithy/node-config-provider": "^4.1.4",
|
29
|
+
"@smithy/property-provider": "^4.0.5",
|
30
|
+
"@smithy/smithy-client": "^4.4.10",
|
31
|
+
"@smithy/types": "^4.3.2",
|
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.7",
|
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.1.
|
32
|
-
"@smithy/types": "^4.3.
|
31
|
+
"@smithy/node-config-provider": "^4.1.4",
|
32
|
+
"@smithy/types": "^4.3.2",
|
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.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",
|
@@ -27,7 +27,7 @@
|
|
27
27
|
},
|
28
28
|
"license": "Apache-2.0",
|
29
29
|
"dependencies": {
|
30
|
-
"@smithy/types": "^4.3.
|
30
|
+
"@smithy/types": "^4.3.2",
|
31
31
|
"tslib": "^2.6.2"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|