@cdk8s/awscdk-resolver 0.0.38 → 0.0.40
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/dist-cjs/waiters/waitForStackCreateComplete.js +136 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackCreateComplete.js +136 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/package.json +35 -37
- package/node_modules/@aws-sdk/client-sso/package.json +31 -33
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/package.json +34 -36
- package/node_modules/@aws-sdk/core/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/core/package.json +2 -6
- package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -7
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +7 -11
- package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -12
- package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -7
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -9
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -7
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -8
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -7
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -8
- package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +4 -8
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthMiddleware.js +17 -5
- package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthMiddleware.js +17 -5
- package/node_modules/@aws-sdk/middleware-signing/package.json +5 -9
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -9
- package/node_modules/@aws-sdk/region-config-resolver/package.json +4 -8
- package/node_modules/@aws-sdk/token-providers/package.json +30 -34
- package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -14
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +1 -5
- package/node_modules/@aws-sdk/types/package.json +2 -6
- package/node_modules/@aws-sdk/util-endpoints/package.json +3 -7
- package/node_modules/@aws-sdk/util-locate-window/package.json +1 -5
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -7
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -8
- package/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@smithy/eventstream-codec/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +8 -22
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +8 -22
- package/node_modules/@smithy/fetch-http-handler/package.json +6 -6
- package/node_modules/@smithy/hash-node/package.json +3 -3
- package/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@smithy/middleware-content-length/package.json +5 -5
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +5 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +10 -2
- package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +3 -0
- package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +9 -2
- package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/package.json +17 -9
- package/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +6 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +6 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +6 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +7 -30
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +5 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +7 -29
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +5 -0
- package/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@smithy/querystring-builder/package.json +3 -3
- package/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +6 -5
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +6 -5
- package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -3
- package/node_modules/@smithy/signature-v4/README.md +7 -0
- package/node_modules/@smithy/signature-v4/package.json +6 -6
- package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +1 -1
- package/node_modules/@smithy/smithy-client/dist-es/serde-json.js +1 -1
- package/node_modules/@smithy/smithy-client/package.json +5 -5
- package/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +65 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +64 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +4 -0
- package/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +4 -0
- package/node_modules/@smithy/util-body-length-browser/package.json +7 -9
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@smithy/util-stream/package.json +6 -6
- package/node_modules/@smithy/util-waiter/package.json +4 -4
- package/package.json +7 -7
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/signature-v4",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.17",
|
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",
|
@@ -12,7 +12,7 @@
|
|
12
12
|
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
13
13
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
14
14
|
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
15
|
-
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
15
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
16
16
|
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
17
17
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
18
18
|
"extract:docs": "api-extractor run --local",
|
@@ -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.15",
|
28
28
|
"@smithy/is-array-buffer": "^2.0.0",
|
29
|
-
"@smithy/types": "^2.
|
29
|
+
"@smithy/types": "^2.7.0",
|
30
30
|
"@smithy/util-hex-encoding": "^2.0.0",
|
31
|
-
"@smithy/util-middleware": "^2.0.
|
31
|
+
"@smithy/util-middleware": "^2.0.8",
|
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.11",
|
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.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": "yarn g:tsc -p tsconfig.cjs.json",
|
@@ -8,7 +8,7 @@
|
|
8
8
|
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
9
9
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
10
10
|
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
11
|
-
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
11
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
12
12
|
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
13
13
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
14
14
|
"extract:docs": "api-extractor run --local",
|
@@ -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.9",
|
27
|
+
"@smithy/types": "^2.7.0",
|
28
|
+
"@smithy/util-stream": "^2.0.23",
|
29
29
|
"tslib": "^2.5.0"
|
30
30
|
},
|
31
31
|
"engines": {
|
@@ -15,6 +15,7 @@ tslib_1.__exportStar(require("./endpoints"), exports);
|
|
15
15
|
tslib_1.__exportStar(require("./eventStream"), exports);
|
16
16
|
tslib_1.__exportStar(require("./extensions"), exports);
|
17
17
|
tslib_1.__exportStar(require("./http"), exports);
|
18
|
+
tslib_1.__exportStar(require("./http/httpHandlerInitialization"), exports);
|
18
19
|
tslib_1.__exportStar(require("./identity"), exports);
|
19
20
|
tslib_1.__exportStar(require("./logger"), exports);
|
20
21
|
tslib_1.__exportStar(require("./middleware"), exports);
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -12,6 +12,7 @@ export * from "./endpoints";
|
|
12
12
|
export * from "./eventStream";
|
13
13
|
export * from "./extensions";
|
14
14
|
export * from "./http";
|
15
|
+
export * from "./http/httpHandlerInitialization";
|
15
16
|
export * from "./identity";
|
16
17
|
export * from "./logger";
|
17
18
|
export * from "./middleware";
|
@@ -0,0 +1,65 @@
|
|
1
|
+
/// <reference types="node" />
|
2
|
+
/// <reference types="node" />
|
3
|
+
import type { Agent as hAgent } from "http";
|
4
|
+
import type { Agent as hsAgent } from "https";
|
5
|
+
/**
|
6
|
+
*
|
7
|
+
* This type represents an alternate client constructor option for the entry
|
8
|
+
* "requestHandler". Instead of providing an instance of a requestHandler, the user
|
9
|
+
* may provide the requestHandler's constructor options for either the
|
10
|
+
* NodeHttpHandler or FetchHttpHandler.
|
11
|
+
*
|
12
|
+
* For other RequestHandlers like HTTP2 or WebSocket,
|
13
|
+
* constructor parameter passthrough is not currently available.
|
14
|
+
*
|
15
|
+
* @public
|
16
|
+
*/
|
17
|
+
export type RequestHandlerParams = NodeHttpHandlerOptions | FetchHttpHandlerOptions;
|
18
|
+
/**
|
19
|
+
* Represents the http options that can be passed to a node http client.
|
20
|
+
* @public
|
21
|
+
*/
|
22
|
+
export interface NodeHttpHandlerOptions {
|
23
|
+
/**
|
24
|
+
* The maximum time in milliseconds that the connection phase of a request
|
25
|
+
* may take before the connection attempt is abandoned.
|
26
|
+
*
|
27
|
+
* Defaults to 0, which disables the timeout.
|
28
|
+
*/
|
29
|
+
connectionTimeout?: number;
|
30
|
+
/**
|
31
|
+
* The number of milliseconds a request can take before automatically being terminated.
|
32
|
+
* Defaults to 0, which disables the timeout.
|
33
|
+
*/
|
34
|
+
requestTimeout?: number;
|
35
|
+
/**
|
36
|
+
* @deprecated Use {@link requestTimeout}
|
37
|
+
*
|
38
|
+
* The maximum time in milliseconds that a socket may remain idle before it
|
39
|
+
* is closed.
|
40
|
+
*/
|
41
|
+
socketTimeout?: number;
|
42
|
+
httpAgent?: hAgent;
|
43
|
+
httpsAgent?: hsAgent;
|
44
|
+
}
|
45
|
+
/**
|
46
|
+
* Represents the http options that can be passed to a browser http client.
|
47
|
+
* @public
|
48
|
+
*/
|
49
|
+
export interface FetchHttpHandlerOptions {
|
50
|
+
/**
|
51
|
+
* The number of milliseconds a request can take before being automatically
|
52
|
+
* terminated.
|
53
|
+
*/
|
54
|
+
requestTimeout?: number;
|
55
|
+
/**
|
56
|
+
* Whether to allow the request to outlive the page. Default value is false.
|
57
|
+
*
|
58
|
+
* There may be limitations to the payload size, number of concurrent requests,
|
59
|
+
* request duration etc. when using keepalive in browsers.
|
60
|
+
*
|
61
|
+
* These may change over time, so look for up to date information about
|
62
|
+
* these limitations before enabling keepalive.
|
63
|
+
*/
|
64
|
+
keepAlive?: boolean;
|
65
|
+
}
|
@@ -12,6 +12,7 @@ export * from "./endpoints";
|
|
12
12
|
export * from "./eventStream";
|
13
13
|
export * from "./extensions";
|
14
14
|
export * from "./http";
|
15
|
+
export * from "./http/httpHandlerInitialization";
|
15
16
|
export * from "./identity";
|
16
17
|
export * from "./logger";
|
17
18
|
export * from "./middleware";
|
@@ -0,0 +1,64 @@
|
|
1
|
+
/// <reference types="node" />
|
2
|
+
import { Agent as hAgent } from "http";
|
3
|
+
import { Agent as hsAgent } from "https";
|
4
|
+
/**
|
5
|
+
*
|
6
|
+
* This type represents an alternate client constructor option for the entry
|
7
|
+
* "requestHandler". Instead of providing an instance of a requestHandler, the user
|
8
|
+
* may provide the requestHandler's constructor options for either the
|
9
|
+
* NodeHttpHandler or FetchHttpHandler.
|
10
|
+
*
|
11
|
+
* For other RequestHandlers like HTTP2 or WebSocket,
|
12
|
+
* constructor parameter passthrough is not currently available.
|
13
|
+
*
|
14
|
+
* @public
|
15
|
+
*/
|
16
|
+
export type RequestHandlerParams = NodeHttpHandlerOptions | FetchHttpHandlerOptions;
|
17
|
+
/**
|
18
|
+
* Represents the http options that can be passed to a node http client.
|
19
|
+
* @public
|
20
|
+
*/
|
21
|
+
export interface NodeHttpHandlerOptions {
|
22
|
+
/**
|
23
|
+
* The maximum time in milliseconds that the connection phase of a request
|
24
|
+
* may take before the connection attempt is abandoned.
|
25
|
+
*
|
26
|
+
* Defaults to 0, which disables the timeout.
|
27
|
+
*/
|
28
|
+
connectionTimeout?: number;
|
29
|
+
/**
|
30
|
+
* The number of milliseconds a request can take before automatically being terminated.
|
31
|
+
* Defaults to 0, which disables the timeout.
|
32
|
+
*/
|
33
|
+
requestTimeout?: number;
|
34
|
+
/**
|
35
|
+
* @deprecated Use {@link requestTimeout}
|
36
|
+
*
|
37
|
+
* The maximum time in milliseconds that a socket may remain idle before it
|
38
|
+
* is closed.
|
39
|
+
*/
|
40
|
+
socketTimeout?: number;
|
41
|
+
httpAgent?: hAgent;
|
42
|
+
httpsAgent?: hsAgent;
|
43
|
+
}
|
44
|
+
/**
|
45
|
+
* Represents the http options that can be passed to a browser http client.
|
46
|
+
* @public
|
47
|
+
*/
|
48
|
+
export interface FetchHttpHandlerOptions {
|
49
|
+
/**
|
50
|
+
* The number of milliseconds a request can take before being automatically
|
51
|
+
* terminated.
|
52
|
+
*/
|
53
|
+
requestTimeout?: number;
|
54
|
+
/**
|
55
|
+
* Whether to allow the request to outlive the page. Default value is false.
|
56
|
+
*
|
57
|
+
* There may be limitations to the payload size, number of concurrent requests,
|
58
|
+
* request duration etc. when using keepalive in browsers.
|
59
|
+
*
|
60
|
+
* These may change over time, so look for up to date information about
|
61
|
+
* these limitations before enabling keepalive.
|
62
|
+
*/
|
63
|
+
keepAlive?: boolean;
|
64
|
+
}
|
@@ -12,6 +12,7 @@ export * from "./endpoints";
|
|
12
12
|
export * from "./eventStream";
|
13
13
|
export * from "./extensions";
|
14
14
|
export * from "./http";
|
15
|
+
export * from "./http/httpHandlerInitialization";
|
15
16
|
export * from "./identity";
|
16
17
|
export * from "./logger";
|
17
18
|
export * from "./middleware";
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/types",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.7.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": "yarn g:tsc -p tsconfig.cjs.json",
|
@@ -8,7 +8,7 @@
|
|
8
8
|
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
9
9
|
"build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4 && node scripts/downlevel",
|
10
10
|
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
11
|
-
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
11
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
12
12
|
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
13
13
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
14
14
|
"test": "yarn g:tsc -p tsconfig.test.json",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/url-parser",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.15",
|
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",
|
@@ -8,7 +8,7 @@
|
|
8
8
|
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
9
9
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
10
10
|
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
11
|
-
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
11
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
12
12
|
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
13
13
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
14
14
|
"test": "yarn g:jest"
|
@@ -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.15",
|
26
|
+
"@smithy/types": "^2.7.0",
|
27
27
|
"tslib": "^2.5.0"
|
28
28
|
},
|
29
29
|
"typesVersions": {
|
@@ -1,8 +1,12 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.calculateBodyLength = void 0;
|
4
|
+
const TEXT_ENCODER = typeof TextEncoder == "function" ? new TextEncoder() : null;
|
4
5
|
const calculateBodyLength = (body) => {
|
5
6
|
if (typeof body === "string") {
|
7
|
+
if (TEXT_ENCODER) {
|
8
|
+
return TEXT_ENCODER.encode(body).byteLength;
|
9
|
+
}
|
6
10
|
let len = body.length;
|
7
11
|
for (let i = len - 1; i >= 0; i--) {
|
8
12
|
const code = body.charCodeAt(i);
|
@@ -1,5 +1,9 @@
|
|
1
|
+
const TEXT_ENCODER = typeof TextEncoder == "function" ? new TextEncoder() : null;
|
1
2
|
export const calculateBodyLength = (body) => {
|
2
3
|
if (typeof body === "string") {
|
4
|
+
if (TEXT_ENCODER) {
|
5
|
+
return TEXT_ENCODER.encode(body).byteLength;
|
6
|
+
}
|
3
7
|
let len = body.length;
|
4
8
|
for (let i = len - 1; i >= 0; i--) {
|
5
9
|
const code = body.charCodeAt(i);
|
@@ -1,18 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/util-body-length-browser",
|
3
3
|
"description": "Determines the length of a request body in browsers",
|
4
|
-
"version": "2.0.
|
4
|
+
"version": "2.0.1",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
7
|
-
"build:cjs": "tsc -p tsconfig.cjs.json",
|
8
|
-
"build:es": "tsc -p tsconfig.es.json",
|
9
|
-
"build:types": "tsc -p tsconfig.types.json",
|
7
|
+
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
8
|
+
"build:es": "yarn g:tsc -p tsconfig.es.json",
|
9
|
+
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
10
10
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
11
11
|
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
12
|
-
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
12
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
13
13
|
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
14
14
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
15
|
-
"test": "jest"
|
15
|
+
"test": "yarn g:jest"
|
16
16
|
},
|
17
17
|
"main": "./dist-cjs/index.js",
|
18
18
|
"module": "./dist-es/index.js",
|
@@ -45,10 +45,8 @@
|
|
45
45
|
"@tsconfig/recommended": "1.0.1",
|
46
46
|
"concurrently": "7.0.0",
|
47
47
|
"downlevel-dts": "0.10.1",
|
48
|
-
"jest": "28.1.1",
|
49
48
|
"rimraf": "3.0.2",
|
50
|
-
"typedoc": "0.23.23"
|
51
|
-
"typescript": "~4.9.5"
|
49
|
+
"typedoc": "0.23.23"
|
52
50
|
},
|
53
51
|
"typedoc": {
|
54
52
|
"entryPoint": "src/index.ts"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/util-defaults-mode-browser",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.22",
|
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",
|
@@ -8,7 +8,7 @@
|
|
8
8
|
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
9
9
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
10
10
|
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
11
|
-
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
11
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
12
12
|
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
13
13
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
14
14
|
"test": "yarn g:jest"
|
@@ -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.16",
|
26
|
+
"@smithy/smithy-client": "^2.1.18",
|
27
|
+
"@smithy/types": "^2.7.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.29",
|
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",
|
@@ -8,7 +8,7 @@
|
|
8
8
|
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
9
9
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
10
10
|
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
11
|
-
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
11
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
12
12
|
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
13
13
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
14
14
|
"test": "yarn g:jest"
|
@@ -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.21",
|
26
|
+
"@smithy/credential-provider-imds": "^2.1.4",
|
27
|
+
"@smithy/node-config-provider": "^2.1.8",
|
28
|
+
"@smithy/property-provider": "^2.0.16",
|
29
|
+
"@smithy/smithy-client": "^2.1.18",
|
30
|
+
"@smithy/types": "^2.7.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.7",
|
4
4
|
"description": "Utilities to help with endpoint resolution.",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
13
13
|
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
14
|
-
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
14
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
15
15
|
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
16
16
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
17
17
|
"test": "yarn g:jest",
|
@@ -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.8",
|
30
|
+
"@smithy/types": "^2.7.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.8",
|
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",
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
13
13
|
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
14
|
-
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
14
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
15
15
|
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
16
16
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
17
17
|
"test": "yarn g:jest"
|
@@ -26,7 +26,7 @@
|
|
26
26
|
},
|
27
27
|
"license": "Apache-2.0",
|
28
28
|
"dependencies": {
|
29
|
-
"@smithy/types": "^2.
|
29
|
+
"@smithy/types": "^2.7.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.8",
|
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",
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
13
13
|
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
14
|
-
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
14
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
15
15
|
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
16
16
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
17
17
|
"extract:docs": "api-extractor run --local",
|
@@ -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.8",
|
31
|
+
"@smithy/types": "^2.7.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.23",
|
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",
|
@@ -8,7 +8,7 @@
|
|
8
8
|
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
9
9
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
10
10
|
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
11
|
-
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
11
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
12
12
|
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
13
13
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
14
14
|
"extract:docs": "api-extractor run --local",
|
@@ -24,9 +24,9 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@smithy/fetch-http-handler": "^2.
|
28
|
-
"@smithy/node-http-handler": "^2.1
|
29
|
-
"@smithy/types": "^2.
|
27
|
+
"@smithy/fetch-http-handler": "^2.3.1",
|
28
|
+
"@smithy/node-http-handler": "^2.2.1",
|
29
|
+
"@smithy/types": "^2.7.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.11",
|
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.15",
|
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.15",
|
7
|
+
"@smithy/types": "^2.7.0",
|
8
8
|
"tslib": "^2.5.0"
|
9
9
|
},
|
10
10
|
"scripts": {
|
@@ -14,7 +14,7 @@
|
|
14
14
|
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
15
15
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
16
16
|
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
17
|
-
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
17
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
18
18
|
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
19
19
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
20
20
|
"test": "yarn g:jest"
|
package/package.json
CHANGED
@@ -42,21 +42,21 @@
|
|
42
42
|
"organization": false
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
|
-
"@cdk8s/projen-common": "0.0.
|
45
|
+
"@cdk8s/projen-common": "0.0.475",
|
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.
|
51
|
+
"aws-cdk": "^2.114.1",
|
52
52
|
"aws-cdk-lib": "2.109.0",
|
53
53
|
"cdk8s": "2.68.4",
|
54
|
-
"cdk8s-cli": "^2.
|
54
|
+
"cdk8s-cli": "^2.198.3",
|
55
55
|
"constructs": "10.3.0",
|
56
56
|
"eslint": "^8",
|
57
57
|
"eslint-import-resolver-typescript": "^3.6.1",
|
58
58
|
"eslint-plugin-import": "^2.29.0",
|
59
|
-
"fs-extra": "^11.
|
59
|
+
"fs-extra": "^11.2.0",
|
60
60
|
"jest": "^27",
|
61
61
|
"jest-junit": "^15",
|
62
62
|
"jsii": "^5",
|
@@ -64,11 +64,11 @@
|
|
64
64
|
"jsii-docgen": "^9.2.2",
|
65
65
|
"jsii-pacmak": "^1.92.0",
|
66
66
|
"jsii-rosetta": "^5",
|
67
|
-
"projen": "^0.77.
|
67
|
+
"projen": "^0.77.5",
|
68
68
|
"standard-version": "^9",
|
69
69
|
"ts-jest": "^27",
|
70
70
|
"ts-node": "^10.9.1",
|
71
|
-
"typescript": "^5.3.
|
71
|
+
"typescript": "^5.3.3"
|
72
72
|
},
|
73
73
|
"peerDependencies": {
|
74
74
|
"aws-cdk-lib": "^2.106.1",
|
@@ -92,7 +92,7 @@
|
|
92
92
|
"publishConfig": {
|
93
93
|
"access": "public"
|
94
94
|
},
|
95
|
-
"version": "0.0.
|
95
|
+
"version": "0.0.40",
|
96
96
|
"jest": {
|
97
97
|
"testMatch": [
|
98
98
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|