@aws-sdk/client-elastic-load-balancing-v2 3.186.0 → 3.188.0
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/CHANGELOG.md +16 -0
- package/dist-cjs/models/models_0.js +14 -4
- package/dist-cjs/protocols/Aws_query.js +8 -4
- package/dist-es/ElasticLoadBalancingV2.js +138 -145
- package/dist-es/ElasticLoadBalancingV2Client.js +22 -28
- package/dist-es/commands/AddListenerCertificatesCommand.js +21 -28
- package/dist-es/commands/AddTagsCommand.js +21 -28
- package/dist-es/commands/CreateListenerCommand.js +21 -28
- package/dist-es/commands/CreateLoadBalancerCommand.js +21 -28
- package/dist-es/commands/CreateRuleCommand.js +21 -28
- package/dist-es/commands/CreateTargetGroupCommand.js +21 -28
- package/dist-es/commands/DeleteListenerCommand.js +21 -28
- package/dist-es/commands/DeleteLoadBalancerCommand.js +21 -28
- package/dist-es/commands/DeleteRuleCommand.js +21 -28
- package/dist-es/commands/DeleteTargetGroupCommand.js +21 -28
- package/dist-es/commands/DeregisterTargetsCommand.js +21 -28
- package/dist-es/commands/DescribeAccountLimitsCommand.js +21 -28
- package/dist-es/commands/DescribeListenerCertificatesCommand.js +21 -28
- package/dist-es/commands/DescribeListenersCommand.js +21 -28
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +21 -28
- package/dist-es/commands/DescribeLoadBalancersCommand.js +21 -28
- package/dist-es/commands/DescribeRulesCommand.js +21 -28
- package/dist-es/commands/DescribeSSLPoliciesCommand.js +21 -28
- package/dist-es/commands/DescribeTagsCommand.js +21 -28
- package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +21 -28
- package/dist-es/commands/DescribeTargetGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeTargetHealthCommand.js +21 -28
- package/dist-es/commands/ModifyListenerCommand.js +21 -28
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +21 -28
- package/dist-es/commands/ModifyRuleCommand.js +21 -28
- package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +21 -28
- package/dist-es/commands/ModifyTargetGroupCommand.js +21 -28
- package/dist-es/commands/RegisterTargetsCommand.js +21 -28
- package/dist-es/commands/RemoveListenerCertificatesCommand.js +21 -28
- package/dist-es/commands/RemoveTagsCommand.js +21 -28
- package/dist-es/commands/SetIpAddressTypeCommand.js +21 -28
- package/dist-es/commands/SetRulePrioritiesCommand.js +21 -28
- package/dist-es/commands/SetSecurityGroupsCommand.js +21 -28
- package/dist-es/commands/SetSubnetsCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/ElasticLoadBalancingV2ServiceException.js +5 -10
- package/dist-es/models/models_0.js +806 -587
- package/dist-es/pagination/DescribeListenersPaginator.js +24 -67
- package/dist-es/pagination/DescribeLoadBalancersPaginator.js +24 -67
- package/dist-es/pagination/DescribeTargetGroupsPaginator.js +24 -67
- package/dist-es/protocols/Aws_query.js +3076 -4092
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForLoadBalancerAvailable.js +52 -93
- package/dist-es/waiters/waitForLoadBalancerExists.js +23 -42
- package/dist-es/waiters/waitForLoadBalancersDeleted.js +38 -69
- package/dist-es/waiters/waitForTargetDeregistered.js +38 -69
- package/dist-es/waiters/waitForTargetInService.js +38 -69
- package/dist-types/ElasticLoadBalancingV2.d.ts +1 -2
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +37 -6
- package/dist-types/ts3.4/models/models_0.d.ts +9 -8
- package/package.json +35 -36
|
@@ -1,73 +1,42 @@
|
|
|
1
|
-
import { __assign, __awaiter, __generator, __read, __spreadArray, __values } from "tslib";
|
|
2
1
|
import { checkExceptions, createWaiter, WaiterState } from "@aws-sdk/util-waiter";
|
|
3
2
|
import { DescribeTargetHealthCommand } from "../commands/DescribeTargetHealthCommand";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
try {
|
|
25
|
-
for (_a = __values(returnComparator()), _b = _a.next(); !_b.done; _b = _a.next()) {
|
|
26
|
-
element_4 = _b.value;
|
|
27
|
-
allStringEq_5 = allStringEq_5 && element_4 == "healthy";
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
31
|
-
finally {
|
|
32
|
-
try {
|
|
33
|
-
if (_b && !_b.done && (_c = _a.return)) _c.call(_a);
|
|
34
|
-
}
|
|
35
|
-
finally { if (e_1) throw e_1.error; }
|
|
36
|
-
}
|
|
37
|
-
if (allStringEq_5) {
|
|
38
|
-
return [2, { state: WaiterState.SUCCESS, reason: reason }];
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
catch (e) { }
|
|
42
|
-
return [3, 3];
|
|
43
|
-
case 2:
|
|
44
|
-
exception_1 = _d.sent();
|
|
45
|
-
reason = exception_1;
|
|
46
|
-
if (exception_1.name && exception_1.name == "InvalidInstance") {
|
|
47
|
-
return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
48
|
-
}
|
|
49
|
-
return [3, 3];
|
|
50
|
-
case 3: return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
3
|
+
const checkState = async (client, input) => {
|
|
4
|
+
let reason;
|
|
5
|
+
try {
|
|
6
|
+
const result = await client.send(new DescribeTargetHealthCommand(input));
|
|
7
|
+
reason = result;
|
|
8
|
+
try {
|
|
9
|
+
const returnComparator = () => {
|
|
10
|
+
const flat_1 = [].concat(...result.TargetHealthDescriptions);
|
|
11
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
12
|
+
return element_2.TargetHealth.State;
|
|
13
|
+
});
|
|
14
|
+
return projection_3;
|
|
15
|
+
};
|
|
16
|
+
let allStringEq_5 = returnComparator().length > 0;
|
|
17
|
+
for (const element_4 of returnComparator()) {
|
|
18
|
+
allStringEq_5 = allStringEq_5 && element_4 == "healthy";
|
|
19
|
+
}
|
|
20
|
+
if (allStringEq_5) {
|
|
21
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
22
|
+
}
|
|
51
23
|
}
|
|
52
|
-
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
return [2, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
59
|
-
});
|
|
60
|
-
}); };
|
|
61
|
-
export var waitUntilTargetInService = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
62
|
-
var serviceDefaults, result;
|
|
63
|
-
return __generator(this, function (_a) {
|
|
64
|
-
switch (_a.label) {
|
|
65
|
-
case 0:
|
|
66
|
-
serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
67
|
-
return [4, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
68
|
-
case 1:
|
|
69
|
-
result = _a.sent();
|
|
70
|
-
return [2, checkExceptions(result)];
|
|
24
|
+
catch (e) { }
|
|
25
|
+
}
|
|
26
|
+
catch (exception) {
|
|
27
|
+
reason = exception;
|
|
28
|
+
if (exception.name && exception.name == "InvalidInstance") {
|
|
29
|
+
return { state: WaiterState.RETRY, reason };
|
|
71
30
|
}
|
|
72
|
-
}
|
|
73
|
-
|
|
31
|
+
}
|
|
32
|
+
return { state: WaiterState.RETRY, reason };
|
|
33
|
+
};
|
|
34
|
+
export const waitForTargetInService = async (params, input) => {
|
|
35
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
36
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
37
|
+
};
|
|
38
|
+
export const waitUntilTargetInService = async (params, input) => {
|
|
39
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
41
|
+
return checkExceptions(result);
|
|
42
|
+
};
|
|
@@ -483,8 +483,7 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
|
|
|
483
483
|
removeTags(args: RemoveTagsCommandInput, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
|
|
484
484
|
removeTags(args: RemoveTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
|
|
485
485
|
/**
|
|
486
|
-
* <p>Sets the type of IP addresses used by the subnets of the specified
|
|
487
|
-
* Balancer or Network Load Balancer.</p>
|
|
486
|
+
* <p>Sets the type of IP addresses used by the subnets of the specified load balancer.</p>
|
|
488
487
|
*/
|
|
489
488
|
setIpAddressType(args: SetIpAddressTypeCommandInput, options?: __HttpHandlerOptions): Promise<SetIpAddressTypeCommandOutput>;
|
|
490
489
|
setIpAddressType(args: SetIpAddressTypeCommandInput, cb: (err: any, data?: SetIpAddressTypeCommandOutput) => void): void;
|
|
@@ -7,8 +7,7 @@ export interface SetIpAddressTypeCommandInput extends SetIpAddressTypeInput {
|
|
|
7
7
|
export interface SetIpAddressTypeCommandOutput extends SetIpAddressTypeOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Sets the type of IP addresses used by the subnets of the specified
|
|
11
|
-
* Balancer or Network Load Balancer.</p>
|
|
10
|
+
* <p>Sets the type of IP addresses used by the subnets of the specified load balancer.</p>
|
|
12
11
|
* @example
|
|
13
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
13
|
* ```javascript
|
|
@@ -576,7 +576,15 @@ export interface Cipher {
|
|
|
576
576
|
*/
|
|
577
577
|
Priority?: number;
|
|
578
578
|
}
|
|
579
|
-
export declare
|
|
579
|
+
export declare enum ProtocolEnum {
|
|
580
|
+
GENEVE = "GENEVE",
|
|
581
|
+
HTTP = "HTTP",
|
|
582
|
+
HTTPS = "HTTPS",
|
|
583
|
+
TCP = "TCP",
|
|
584
|
+
TCP_UDP = "TCP_UDP",
|
|
585
|
+
TLS = "TLS",
|
|
586
|
+
UDP = "UDP"
|
|
587
|
+
}
|
|
580
588
|
export interface CreateListenerInput {
|
|
581
589
|
/**
|
|
582
590
|
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
@@ -2342,16 +2350,16 @@ export interface TargetGroupAttribute {
|
|
|
2342
2350
|
* <ul>
|
|
2343
2351
|
* <li>
|
|
2344
2352
|
* <p>
|
|
2345
|
-
* <code>lb_cookie</code> and <code>app_cookie</code> for Application Load Balancers
|
|
2353
|
+
* <code>lb_cookie</code> and <code>app_cookie</code> for Application Load Balancers.</p>
|
|
2346
2354
|
* </li>
|
|
2347
2355
|
* <li>
|
|
2348
2356
|
* <p>
|
|
2349
|
-
* <code>source_ip</code> for Network Load Balancers
|
|
2357
|
+
* <code>source_ip</code> for Network Load Balancers.</p>
|
|
2350
2358
|
* </li>
|
|
2351
2359
|
* <li>
|
|
2352
2360
|
* <p>
|
|
2353
2361
|
* <code>source_ip_dest_ip</code> and <code>source_ip_dest_ip_proto</code> for Gateway Load
|
|
2354
|
-
* Balancers
|
|
2362
|
+
* Balancers.</p>
|
|
2355
2363
|
* </li>
|
|
2356
2364
|
* </ul>
|
|
2357
2365
|
* </li>
|
|
@@ -2393,7 +2401,7 @@ export interface TargetGroupAttribute {
|
|
|
2393
2401
|
* <code>stickiness.lb_cookie.duration_seconds</code> - The time period, in seconds,
|
|
2394
2402
|
* during which requests from a client should be routed to the same target. After this time
|
|
2395
2403
|
* period expires, the load balancer-generated cookie is considered stale. The range is 1
|
|
2396
|
-
* second to 1 week (604800 seconds). The default value is 1 day (86400 seconds)
|
|
2404
|
+
* second to 1 week (604800 seconds). The default value is 1 day (86400 seconds). </p>
|
|
2397
2405
|
* </li>
|
|
2398
2406
|
* </ul>
|
|
2399
2407
|
*
|
|
@@ -2432,7 +2440,30 @@ export interface TargetGroupAttribute {
|
|
|
2432
2440
|
* <p>
|
|
2433
2441
|
* <code>proxy_protocol_v2.enabled</code> - Indicates whether Proxy Protocol version 2 is
|
|
2434
2442
|
* enabled. The value is <code>true</code> or <code>false</code>. The default is
|
|
2435
|
-
* <code>false</code
|
|
2443
|
+
* <code>false</code>. </p>
|
|
2444
|
+
* </li>
|
|
2445
|
+
* </ul>
|
|
2446
|
+
* <p>The following attributes are supported only by Gateway Load Balancers:</p>
|
|
2447
|
+
* <ul>
|
|
2448
|
+
* <li>
|
|
2449
|
+
* <p>
|
|
2450
|
+
* <code>target_failover.on_deregistration</code> - Indicates how the Gateway Load
|
|
2451
|
+
* Balancer handles existing flows when a target is deregistered. The possible values are
|
|
2452
|
+
* <code>rebalance</code> and <code>no_rebalance</code>. The default is
|
|
2453
|
+
* <code>no_rebalance</code>. The two attributes
|
|
2454
|
+
* (<code>target_failover.on_deregistration</code> and
|
|
2455
|
+
* <code>target_failover.on_unhealthy</code>) can't be set independently. The value you set
|
|
2456
|
+
* for both attributes must be the same. </p>
|
|
2457
|
+
* </li>
|
|
2458
|
+
* <li>
|
|
2459
|
+
* <p>
|
|
2460
|
+
* <code>target_failover.on_unhealthy</code> - Indicates how the Gateway Load Balancer
|
|
2461
|
+
* handles existing flows when a target is unhealthy. The possible values are
|
|
2462
|
+
* <code>rebalance</code> and <code>no_rebalance</code>. The default is
|
|
2463
|
+
* <code>no_rebalance</code>. The two attributes
|
|
2464
|
+
* (<code>target_failover.on_deregistration</code> and
|
|
2465
|
+
* <code>target_failover.on_unhealthy</code>) cannot be set independently. The value you
|
|
2466
|
+
* set for both attributes must be the same. </p>
|
|
2436
2467
|
* </li>
|
|
2437
2468
|
* </ul>
|
|
2438
2469
|
*/
|
|
@@ -214,14 +214,15 @@ export interface Cipher {
|
|
|
214
214
|
Name?: string;
|
|
215
215
|
Priority?: number;
|
|
216
216
|
}
|
|
217
|
-
export declare
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
217
|
+
export declare enum ProtocolEnum {
|
|
218
|
+
GENEVE = "GENEVE",
|
|
219
|
+
HTTP = "HTTP",
|
|
220
|
+
HTTPS = "HTTPS",
|
|
221
|
+
TCP = "TCP",
|
|
222
|
+
TCP_UDP = "TCP_UDP",
|
|
223
|
+
TLS = "TLS",
|
|
224
|
+
UDP = "UDP",
|
|
225
|
+
}
|
|
225
226
|
export interface CreateListenerInput {
|
|
226
227
|
LoadBalancerArn: string | undefined;
|
|
227
228
|
Protocol?: ProtocolEnum | string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elastic-load-balancing-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.188.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,44 +19,43 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
43
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-node": "3.
|
|
45
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
51
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
52
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
53
|
-
"@aws-sdk/util-waiter": "3.
|
|
54
|
-
"
|
|
55
|
-
"fast-xml-parser": "3.19.0",
|
|
22
|
+
"@aws-sdk/client-sts": "3.188.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.188.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.188.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.188.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.188.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.188.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.188.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.188.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.188.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.188.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.188.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.188.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.188.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.188.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.188.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.188.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.188.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.188.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.188.0",
|
|
41
|
+
"@aws-sdk/types": "3.188.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.188.0",
|
|
43
|
+
"@aws-sdk/util-base64-browser": "3.188.0",
|
|
44
|
+
"@aws-sdk/util-base64-node": "3.188.0",
|
|
45
|
+
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
46
|
+
"@aws-sdk/util-body-length-node": "3.188.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.188.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.188.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.188.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.188.0",
|
|
51
|
+
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
52
|
+
"@aws-sdk/util-utf8-node": "3.188.0",
|
|
53
|
+
"@aws-sdk/util-waiter": "3.188.0",
|
|
54
|
+
"fast-xml-parser": "4.0.11",
|
|
56
55
|
"tslib": "^2.3.1"
|
|
57
56
|
},
|
|
58
57
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.188.0",
|
|
60
59
|
"@tsconfig/recommended": "1.0.1",
|
|
61
60
|
"@types/node": "^12.7.5",
|
|
62
61
|
"concurrently": "7.0.0",
|