@aws-sdk/client-cloudwatch 3.37.0 → 3.41.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.
Files changed (68) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/commands/index.js +39 -0
  3. package/dist-cjs/endpoints.js +137 -23
  4. package/dist-cjs/index.js +5 -48
  5. package/dist-cjs/pagination/index.js +11 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-cjs/waiters/index.js +5 -0
  9. package/dist-es/commands/index.js +36 -0
  10. package/dist-es/endpoints.js +137 -23
  11. package/dist-es/index.js +5 -48
  12. package/dist-es/pagination/index.js +8 -0
  13. package/dist-es/runtimeConfig.browser.js +3 -2
  14. package/dist-es/runtimeConfig.js +3 -3
  15. package/dist-es/waiters/index.js +2 -0
  16. package/dist-types/CloudWatchClient.d.ts +8 -0
  17. package/dist-types/commands/DeleteAlarmsCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteDashboardsCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteInsightRulesCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteMetricStreamCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeAlarmsCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeInsightRulesCommand.d.ts +1 -1
  27. package/dist-types/commands/DisableAlarmActionsCommand.d.ts +1 -1
  28. package/dist-types/commands/DisableInsightRulesCommand.d.ts +1 -1
  29. package/dist-types/commands/EnableAlarmActionsCommand.d.ts +1 -1
  30. package/dist-types/commands/EnableInsightRulesCommand.d.ts +1 -1
  31. package/dist-types/commands/GetDashboardCommand.d.ts +1 -1
  32. package/dist-types/commands/GetInsightRuleReportCommand.d.ts +1 -1
  33. package/dist-types/commands/GetMetricDataCommand.d.ts +1 -1
  34. package/dist-types/commands/GetMetricStatisticsCommand.d.ts +1 -1
  35. package/dist-types/commands/GetMetricStreamCommand.d.ts +1 -1
  36. package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +1 -1
  37. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListMetricStreamsCommand.d.ts +1 -1
  39. package/dist-types/commands/ListMetricsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  41. package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +1 -1
  42. package/dist-types/commands/PutCompositeAlarmCommand.d.ts +1 -1
  43. package/dist-types/commands/PutDashboardCommand.d.ts +1 -1
  44. package/dist-types/commands/PutInsightRuleCommand.d.ts +1 -1
  45. package/dist-types/commands/PutMetricAlarmCommand.d.ts +1 -1
  46. package/dist-types/commands/PutMetricDataCommand.d.ts +1 -1
  47. package/dist-types/commands/PutMetricStreamCommand.d.ts +1 -1
  48. package/dist-types/commands/SetAlarmStateCommand.d.ts +1 -1
  49. package/dist-types/commands/StartMetricStreamsCommand.d.ts +1 -1
  50. package/dist-types/commands/StopMetricStreamsCommand.d.ts +1 -1
  51. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  52. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  53. package/dist-types/commands/index.d.ts +36 -0
  54. package/dist-types/index.d.ts +5 -48
  55. package/dist-types/pagination/index.d.ts +8 -0
  56. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  57. package/dist-types/runtimeConfig.d.ts +2 -0
  58. package/dist-types/runtimeConfig.native.d.ts +2 -0
  59. package/dist-types/ts3.4/CloudWatchClient.d.ts +4 -0
  60. package/dist-types/ts3.4/commands/index.d.ts +36 -0
  61. package/dist-types/ts3.4/index.d.ts +5 -48
  62. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  66. package/dist-types/ts3.4/waiters/index.d.ts +2 -0
  67. package/dist-types/waiters/index.d.ts +2 -0
  68. package/package.json +27 -27
@@ -1,49 +1,6 @@
1
- export * from "./CloudWatchClient";
2
1
  export * from "./CloudWatch";
3
- export * from "./commands/DeleteAlarmsCommand";
4
- export * from "./commands/DeleteAnomalyDetectorCommand";
5
- export * from "./commands/DeleteDashboardsCommand";
6
- export * from "./commands/DeleteInsightRulesCommand";
7
- export * from "./commands/DeleteMetricStreamCommand";
8
- export * from "./commands/DescribeAlarmHistoryCommand";
9
- export * from "./pagination/DescribeAlarmHistoryPaginator";
10
- export * from "./commands/DescribeAlarmsCommand";
11
- export * from "./pagination/DescribeAlarmsPaginator";
12
- export * from "./waiters/waitForAlarmExists";
13
- export * from "./waiters/waitForCompositeAlarmExists";
14
- export * from "./commands/DescribeAlarmsForMetricCommand";
15
- export * from "./commands/DescribeAnomalyDetectorsCommand";
16
- export * from "./commands/DescribeInsightRulesCommand";
17
- export * from "./pagination/DescribeInsightRulesPaginator";
18
- export * from "./commands/DisableAlarmActionsCommand";
19
- export * from "./commands/DisableInsightRulesCommand";
20
- export * from "./commands/EnableAlarmActionsCommand";
21
- export * from "./commands/EnableInsightRulesCommand";
22
- export * from "./commands/GetDashboardCommand";
23
- export * from "./commands/GetInsightRuleReportCommand";
24
- export * from "./commands/GetMetricDataCommand";
25
- export * from "./pagination/GetMetricDataPaginator";
26
- export * from "./commands/GetMetricStatisticsCommand";
27
- export * from "./commands/GetMetricStreamCommand";
28
- export * from "./commands/GetMetricWidgetImageCommand";
29
- export * from "./commands/ListDashboardsCommand";
30
- export * from "./pagination/ListDashboardsPaginator";
31
- export * from "./commands/ListMetricsCommand";
32
- export * from "./pagination/ListMetricsPaginator";
33
- export * from "./commands/ListMetricStreamsCommand";
34
- export * from "./pagination/ListMetricStreamsPaginator";
35
- export * from "./commands/ListTagsForResourceCommand";
36
- export * from "./commands/PutAnomalyDetectorCommand";
37
- export * from "./commands/PutCompositeAlarmCommand";
38
- export * from "./commands/PutDashboardCommand";
39
- export * from "./commands/PutInsightRuleCommand";
40
- export * from "./commands/PutMetricAlarmCommand";
41
- export * from "./commands/PutMetricDataCommand";
42
- export * from "./commands/PutMetricStreamCommand";
43
- export * from "./commands/SetAlarmStateCommand";
44
- export * from "./commands/StartMetricStreamsCommand";
45
- export * from "./commands/StopMetricStreamsCommand";
46
- export * from "./commands/TagResourceCommand";
47
- export * from "./commands/UntagResourceCommand";
48
- export * from "./pagination/Interfaces";
49
- export * from "./models/index";
2
+ export * from "./CloudWatchClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
@@ -0,0 +1,8 @@
1
+ export * from "./DescribeAlarmHistoryPaginator";
2
+ export * from "./DescribeAlarmsPaginator";
3
+ export * from "./DescribeInsightRulesPaginator";
4
+ export * from "./GetMetricDataPaginator";
5
+ export * from "./Interfaces";
6
+ export * from "./ListDashboardsPaginator";
7
+ export * from "./ListMetricStreamsPaginator";
8
+ export * from "./ListMetricsPaginator";
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
18
18
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
19
  retryMode: string | import("@aws-sdk/types").Provider<string>;
20
20
  logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
23
  serviceId: string;
22
24
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -74,6 +74,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
74
74
 
75
75
  logger?: __Logger;
76
76
 
77
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
78
+
79
+ useFipsEndpoint?: boolean | __Provider<boolean>;
80
+
77
81
  serviceId?: string;
78
82
 
79
83
  region?: string | __Provider<string>;
@@ -0,0 +1,36 @@
1
+ export * from "./DeleteAlarmsCommand";
2
+ export * from "./DeleteAnomalyDetectorCommand";
3
+ export * from "./DeleteDashboardsCommand";
4
+ export * from "./DeleteInsightRulesCommand";
5
+ export * from "./DeleteMetricStreamCommand";
6
+ export * from "./DescribeAlarmHistoryCommand";
7
+ export * from "./DescribeAlarmsCommand";
8
+ export * from "./DescribeAlarmsForMetricCommand";
9
+ export * from "./DescribeAnomalyDetectorsCommand";
10
+ export * from "./DescribeInsightRulesCommand";
11
+ export * from "./DisableAlarmActionsCommand";
12
+ export * from "./DisableInsightRulesCommand";
13
+ export * from "./EnableAlarmActionsCommand";
14
+ export * from "./EnableInsightRulesCommand";
15
+ export * from "./GetDashboardCommand";
16
+ export * from "./GetInsightRuleReportCommand";
17
+ export * from "./GetMetricDataCommand";
18
+ export * from "./GetMetricStatisticsCommand";
19
+ export * from "./GetMetricStreamCommand";
20
+ export * from "./GetMetricWidgetImageCommand";
21
+ export * from "./ListDashboardsCommand";
22
+ export * from "./ListMetricStreamsCommand";
23
+ export * from "./ListMetricsCommand";
24
+ export * from "./ListTagsForResourceCommand";
25
+ export * from "./PutAnomalyDetectorCommand";
26
+ export * from "./PutCompositeAlarmCommand";
27
+ export * from "./PutDashboardCommand";
28
+ export * from "./PutInsightRuleCommand";
29
+ export * from "./PutMetricAlarmCommand";
30
+ export * from "./PutMetricDataCommand";
31
+ export * from "./PutMetricStreamCommand";
32
+ export * from "./SetAlarmStateCommand";
33
+ export * from "./StartMetricStreamsCommand";
34
+ export * from "./StopMetricStreamsCommand";
35
+ export * from "./TagResourceCommand";
36
+ export * from "./UntagResourceCommand";
@@ -1,49 +1,6 @@
1
- export * from "./CloudWatchClient";
2
1
  export * from "./CloudWatch";
3
- export * from "./commands/DeleteAlarmsCommand";
4
- export * from "./commands/DeleteAnomalyDetectorCommand";
5
- export * from "./commands/DeleteDashboardsCommand";
6
- export * from "./commands/DeleteInsightRulesCommand";
7
- export * from "./commands/DeleteMetricStreamCommand";
8
- export * from "./commands/DescribeAlarmHistoryCommand";
9
- export * from "./pagination/DescribeAlarmHistoryPaginator";
10
- export * from "./commands/DescribeAlarmsCommand";
11
- export * from "./pagination/DescribeAlarmsPaginator";
12
- export * from "./waiters/waitForAlarmExists";
13
- export * from "./waiters/waitForCompositeAlarmExists";
14
- export * from "./commands/DescribeAlarmsForMetricCommand";
15
- export * from "./commands/DescribeAnomalyDetectorsCommand";
16
- export * from "./commands/DescribeInsightRulesCommand";
17
- export * from "./pagination/DescribeInsightRulesPaginator";
18
- export * from "./commands/DisableAlarmActionsCommand";
19
- export * from "./commands/DisableInsightRulesCommand";
20
- export * from "./commands/EnableAlarmActionsCommand";
21
- export * from "./commands/EnableInsightRulesCommand";
22
- export * from "./commands/GetDashboardCommand";
23
- export * from "./commands/GetInsightRuleReportCommand";
24
- export * from "./commands/GetMetricDataCommand";
25
- export * from "./pagination/GetMetricDataPaginator";
26
- export * from "./commands/GetMetricStatisticsCommand";
27
- export * from "./commands/GetMetricStreamCommand";
28
- export * from "./commands/GetMetricWidgetImageCommand";
29
- export * from "./commands/ListDashboardsCommand";
30
- export * from "./pagination/ListDashboardsPaginator";
31
- export * from "./commands/ListMetricsCommand";
32
- export * from "./pagination/ListMetricsPaginator";
33
- export * from "./commands/ListMetricStreamsCommand";
34
- export * from "./pagination/ListMetricStreamsPaginator";
35
- export * from "./commands/ListTagsForResourceCommand";
36
- export * from "./commands/PutAnomalyDetectorCommand";
37
- export * from "./commands/PutCompositeAlarmCommand";
38
- export * from "./commands/PutDashboardCommand";
39
- export * from "./commands/PutInsightRuleCommand";
40
- export * from "./commands/PutMetricAlarmCommand";
41
- export * from "./commands/PutMetricDataCommand";
42
- export * from "./commands/PutMetricStreamCommand";
43
- export * from "./commands/SetAlarmStateCommand";
44
- export * from "./commands/StartMetricStreamsCommand";
45
- export * from "./commands/StopMetricStreamsCommand";
46
- export * from "./commands/TagResourceCommand";
47
- export * from "./commands/UntagResourceCommand";
48
- export * from "./pagination/Interfaces";
49
- export * from "./models/index";
2
+ export * from "./CloudWatchClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
@@ -0,0 +1,8 @@
1
+ export * from "./DescribeAlarmHistoryPaginator";
2
+ export * from "./DescribeAlarmsPaginator";
3
+ export * from "./DescribeInsightRulesPaginator";
4
+ export * from "./GetMetricDataPaginator";
5
+ export * from "./Interfaces";
6
+ export * from "./ListDashboardsPaginator";
7
+ export * from "./ListMetricStreamsPaginator";
8
+ export * from "./ListMetricsPaginator";
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
16
16
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
18
18
  logger: import("@aws-sdk/types").Logger;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  serviceId: string;
20
22
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
21
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -0,0 +1,2 @@
1
+ export * from "./waitForAlarmExists";
2
+ export * from "./waitForCompositeAlarmExists";
@@ -0,0 +1,2 @@
1
+ export * from "./waitForAlarmExists";
2
+ export * from "./waitForCompositeAlarmExists";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudwatch",
3
3
  "description": "AWS SDK for JavaScript Cloudwatch Client for Node.js, Browser and React Native",
4
- "version": "3.37.0",
4
+ "version": "3.41.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -19,43 +19,43 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-crypto/sha256-browser": "^1.0.0",
23
- "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.37.0",
25
- "@aws-sdk/config-resolver": "3.37.0",
26
- "@aws-sdk/credential-provider-node": "3.37.0",
27
- "@aws-sdk/fetch-http-handler": "3.37.0",
28
- "@aws-sdk/hash-node": "3.37.0",
29
- "@aws-sdk/invalid-dependency": "3.37.0",
30
- "@aws-sdk/middleware-content-length": "3.37.0",
31
- "@aws-sdk/middleware-host-header": "3.37.0",
32
- "@aws-sdk/middleware-logger": "3.37.0",
33
- "@aws-sdk/middleware-retry": "3.37.0",
34
- "@aws-sdk/middleware-serde": "3.37.0",
35
- "@aws-sdk/middleware-signing": "3.37.0",
36
- "@aws-sdk/middleware-stack": "3.37.0",
37
- "@aws-sdk/middleware-user-agent": "3.37.0",
38
- "@aws-sdk/node-config-provider": "3.37.0",
39
- "@aws-sdk/node-http-handler": "3.37.0",
40
- "@aws-sdk/protocol-http": "3.37.0",
41
- "@aws-sdk/smithy-client": "3.37.0",
42
- "@aws-sdk/types": "3.37.0",
43
- "@aws-sdk/url-parser": "3.37.0",
22
+ "@aws-crypto/sha256-browser": "2.0.0",
23
+ "@aws-crypto/sha256-js": "2.0.0",
24
+ "@aws-sdk/client-sts": "3.41.0",
25
+ "@aws-sdk/config-resolver": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
+ "@aws-sdk/fetch-http-handler": "3.40.0",
28
+ "@aws-sdk/hash-node": "3.40.0",
29
+ "@aws-sdk/invalid-dependency": "3.40.0",
30
+ "@aws-sdk/middleware-content-length": "3.40.0",
31
+ "@aws-sdk/middleware-host-header": "3.40.0",
32
+ "@aws-sdk/middleware-logger": "3.40.0",
33
+ "@aws-sdk/middleware-retry": "3.40.0",
34
+ "@aws-sdk/middleware-serde": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.40.0",
36
+ "@aws-sdk/middleware-stack": "3.40.0",
37
+ "@aws-sdk/middleware-user-agent": "3.40.0",
38
+ "@aws-sdk/node-config-provider": "3.40.0",
39
+ "@aws-sdk/node-http-handler": "3.40.0",
40
+ "@aws-sdk/protocol-http": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
+ "@aws-sdk/types": "3.40.0",
43
+ "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.37.0",
49
- "@aws-sdk/util-user-agent-node": "3.37.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.40.0",
49
+ "@aws-sdk/util-user-agent-node": "3.40.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
- "@aws-sdk/util-waiter": "3.37.0",
52
+ "@aws-sdk/util-waiter": "3.40.0",
53
53
  "entities": "2.2.0",
54
54
  "fast-xml-parser": "3.19.0",
55
55
  "tslib": "^2.3.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@aws-sdk/client-documentation-generator": "3.37.0",
58
+ "@aws-sdk/service-client-documentation-generator": "3.38.0",
59
59
  "@types/node": "^12.7.5",
60
60
  "downlevel-dts": "0.7.0",
61
61
  "jest": "^26.1.0",