@aws-sdk/client-iotsitewise 3.216.0 → 3.222.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.
@@ -46,9 +46,9 @@ const serializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand = async (i
46
46
  };
47
47
  const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/timeseries/associate";
48
48
  const query = map({
49
- alias: [, input.alias],
50
- assetId: [, input.assetId],
51
- propertyId: [, input.propertyId],
49
+ alias: [, (0, smithy_client_1.expectNonNull)(input.alias, `alias`)],
50
+ assetId: [, (0, smithy_client_1.expectNonNull)(input.assetId, `assetId`)],
51
+ propertyId: [, (0, smithy_client_1.expectNonNull)(input.propertyId, `propertyId`)],
52
52
  });
53
53
  let body;
54
54
  body = JSON.stringify({
@@ -1160,9 +1160,9 @@ const serializeAws_restJson1DisassociateTimeSeriesFromAssetPropertyCommand = asy
1160
1160
  };
1161
1161
  const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/timeseries/disassociate";
1162
1162
  const query = map({
1163
- alias: [, input.alias],
1164
- assetId: [, input.assetId],
1165
- propertyId: [, input.propertyId],
1163
+ alias: [, (0, smithy_client_1.expectNonNull)(input.alias, `alias`)],
1164
+ assetId: [, (0, smithy_client_1.expectNonNull)(input.assetId, `assetId`)],
1165
+ propertyId: [, (0, smithy_client_1.expectNonNull)(input.propertyId, `propertyId`)],
1166
1166
  });
1167
1167
  let body;
1168
1168
  body = JSON.stringify({
@@ -1196,16 +1196,19 @@ const serializeAws_restJson1GetAssetPropertyAggregatesCommand = async (input, co
1196
1196
  propertyId: [, input.propertyId],
1197
1197
  propertyAlias: [, input.propertyAlias],
1198
1198
  aggregateTypes: [
1199
- () => input.aggregateTypes !== void 0,
1199
+ (0, smithy_client_1.expectNonNull)(input.aggregateTypes, `aggregateTypes`) != null,
1200
1200
  () => (input.aggregateTypes || []).map((_entry) => _entry),
1201
1201
  ],
1202
- resolution: [, input.resolution],
1202
+ resolution: [, (0, smithy_client_1.expectNonNull)(input.resolution, `resolution`)],
1203
1203
  qualities: [() => input.qualities !== void 0, () => (input.qualities || []).map((_entry) => _entry)],
1204
1204
  startDate: [
1205
- () => input.startDate !== void 0,
1205
+ (0, smithy_client_1.expectNonNull)(input.startDate, `startDate`) != null,
1206
1206
  () => (input.startDate.toISOString().split(".")[0] + "Z").toString(),
1207
1207
  ],
1208
- endDate: [() => input.endDate !== void 0, () => (input.endDate.toISOString().split(".")[0] + "Z").toString()],
1208
+ endDate: [
1209
+ (0, smithy_client_1.expectNonNull)(input.endDate, `endDate`) != null,
1210
+ () => (input.endDate.toISOString().split(".")[0] + "Z").toString(),
1211
+ ],
1209
1212
  timeOrdering: [, input.timeOrdering],
1210
1213
  nextToken: [, input.nextToken],
1211
1214
  maxResults: [() => input.maxResults !== void 0, () => input.maxResults.toString()],
@@ -1305,18 +1308,27 @@ const serializeAws_restJson1GetInterpolatedAssetPropertyValuesCommand = async (i
1305
1308
  assetId: [, input.assetId],
1306
1309
  propertyId: [, input.propertyId],
1307
1310
  propertyAlias: [, input.propertyAlias],
1308
- startTimeInSeconds: [() => input.startTimeInSeconds !== void 0, () => input.startTimeInSeconds.toString()],
1311
+ startTimeInSeconds: [
1312
+ (0, smithy_client_1.expectNonNull)(input.startTimeInSeconds, `startTimeInSeconds`) != null,
1313
+ () => input.startTimeInSeconds.toString(),
1314
+ ],
1309
1315
  startTimeOffsetInNanos: [
1310
1316
  () => input.startTimeOffsetInNanos !== void 0,
1311
1317
  () => input.startTimeOffsetInNanos.toString(),
1312
1318
  ],
1313
- endTimeInSeconds: [() => input.endTimeInSeconds !== void 0, () => input.endTimeInSeconds.toString()],
1319
+ endTimeInSeconds: [
1320
+ (0, smithy_client_1.expectNonNull)(input.endTimeInSeconds, `endTimeInSeconds`) != null,
1321
+ () => input.endTimeInSeconds.toString(),
1322
+ ],
1314
1323
  endTimeOffsetInNanos: [() => input.endTimeOffsetInNanos !== void 0, () => input.endTimeOffsetInNanos.toString()],
1315
- quality: [, input.quality],
1316
- intervalInSeconds: [() => input.intervalInSeconds !== void 0, () => input.intervalInSeconds.toString()],
1324
+ quality: [, (0, smithy_client_1.expectNonNull)(input.quality, `quality`)],
1325
+ intervalInSeconds: [
1326
+ (0, smithy_client_1.expectNonNull)(input.intervalInSeconds, `intervalInSeconds`) != null,
1327
+ () => input.intervalInSeconds.toString(),
1328
+ ],
1317
1329
  nextToken: [, input.nextToken],
1318
1330
  maxResults: [() => input.maxResults !== void 0, () => input.maxResults.toString()],
1319
- type: [, input.type],
1331
+ type: [, (0, smithy_client_1.expectNonNull)(input.type, `type`)],
1320
1332
  intervalWindowInSeconds: [
1321
1333
  () => input.intervalWindowInSeconds !== void 0,
1322
1334
  () => input.intervalWindowInSeconds.toString(),
@@ -1469,7 +1481,7 @@ const serializeAws_restJson1ListAssetRelationshipsCommand = async (input, contex
1469
1481
  let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/assets/{assetId}/assetRelationships";
1470
1482
  resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "assetId", () => input.assetId, "{assetId}", false);
1471
1483
  const query = map({
1472
- traversalType: [, input.traversalType],
1484
+ traversalType: [, (0, smithy_client_1.expectNonNull)(input.traversalType, `traversalType`)],
1473
1485
  nextToken: [, input.nextToken],
1474
1486
  maxResults: [() => input.maxResults !== void 0, () => input.maxResults.toString()],
1475
1487
  });
@@ -1588,7 +1600,7 @@ const serializeAws_restJson1ListDashboardsCommand = async (input, context) => {
1588
1600
  const headers = {};
1589
1601
  const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/dashboards";
1590
1602
  const query = map({
1591
- projectId: [, input.projectId],
1603
+ projectId: [, (0, smithy_client_1.expectNonNull)(input.projectId, `projectId`)],
1592
1604
  nextToken: [, input.nextToken],
1593
1605
  maxResults: [() => input.maxResults !== void 0, () => input.maxResults.toString()],
1594
1606
  });
@@ -1702,7 +1714,7 @@ const serializeAws_restJson1ListProjectsCommand = async (input, context) => {
1702
1714
  const headers = {};
1703
1715
  const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/projects";
1704
1716
  const query = map({
1705
- portalId: [, input.portalId],
1717
+ portalId: [, (0, smithy_client_1.expectNonNull)(input.portalId, `portalId`)],
1706
1718
  nextToken: [, input.nextToken],
1707
1719
  maxResults: [() => input.maxResults !== void 0, () => input.maxResults.toString()],
1708
1720
  });
@@ -1731,7 +1743,7 @@ const serializeAws_restJson1ListTagsForResourceCommand = async (input, context)
1731
1743
  const headers = {};
1732
1744
  const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/tags";
1733
1745
  const query = map({
1734
- resourceArn: [, input.resourceArn],
1746
+ resourceArn: [, (0, smithy_client_1.expectNonNull)(input.resourceArn, `resourceArn`)],
1735
1747
  });
1736
1748
  let body;
1737
1749
  let { hostname: resolvedHostname } = await context.endpoint();
@@ -1885,7 +1897,7 @@ const serializeAws_restJson1TagResourceCommand = async (input, context) => {
1885
1897
  };
1886
1898
  const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/tags";
1887
1899
  const query = map({
1888
- resourceArn: [, input.resourceArn],
1900
+ resourceArn: [, (0, smithy_client_1.expectNonNull)(input.resourceArn, `resourceArn`)],
1889
1901
  });
1890
1902
  let body;
1891
1903
  body = JSON.stringify({
@@ -1915,8 +1927,11 @@ const serializeAws_restJson1UntagResourceCommand = async (input, context) => {
1915
1927
  const headers = {};
1916
1928
  const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/tags";
1917
1929
  const query = map({
1918
- resourceArn: [, input.resourceArn],
1919
- tagKeys: [() => input.tagKeys !== void 0, () => (input.tagKeys || []).map((_entry) => _entry)],
1930
+ resourceArn: [, (0, smithy_client_1.expectNonNull)(input.resourceArn, `resourceArn`)],
1931
+ tagKeys: [
1932
+ (0, smithy_client_1.expectNonNull)(input.tagKeys, `tagKeys`) != null,
1933
+ () => (input.tagKeys || []).map((_entry) => _entry),
1934
+ ],
1920
1935
  });
1921
1936
  let body;
1922
1937
  let { hostname: resolvedHostname } = await context.endpoint();
@@ -40,9 +40,9 @@ export const serializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand = a
40
40
  };
41
41
  const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/timeseries/associate";
42
42
  const query = map({
43
- alias: [, input.alias],
44
- assetId: [, input.assetId],
45
- propertyId: [, input.propertyId],
43
+ alias: [, __expectNonNull(input.alias, `alias`)],
44
+ assetId: [, __expectNonNull(input.assetId, `assetId`)],
45
+ propertyId: [, __expectNonNull(input.propertyId, `propertyId`)],
46
46
  });
47
47
  let body;
48
48
  body = JSON.stringify({
@@ -1116,9 +1116,9 @@ export const serializeAws_restJson1DisassociateTimeSeriesFromAssetPropertyComman
1116
1116
  };
1117
1117
  const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/timeseries/disassociate";
1118
1118
  const query = map({
1119
- alias: [, input.alias],
1120
- assetId: [, input.assetId],
1121
- propertyId: [, input.propertyId],
1119
+ alias: [, __expectNonNull(input.alias, `alias`)],
1120
+ assetId: [, __expectNonNull(input.assetId, `assetId`)],
1121
+ propertyId: [, __expectNonNull(input.propertyId, `propertyId`)],
1122
1122
  });
1123
1123
  let body;
1124
1124
  body = JSON.stringify({
@@ -1151,16 +1151,19 @@ export const serializeAws_restJson1GetAssetPropertyAggregatesCommand = async (in
1151
1151
  propertyId: [, input.propertyId],
1152
1152
  propertyAlias: [, input.propertyAlias],
1153
1153
  aggregateTypes: [
1154
- () => input.aggregateTypes !== void 0,
1154
+ __expectNonNull(input.aggregateTypes, `aggregateTypes`) != null,
1155
1155
  () => (input.aggregateTypes || []).map((_entry) => _entry),
1156
1156
  ],
1157
- resolution: [, input.resolution],
1157
+ resolution: [, __expectNonNull(input.resolution, `resolution`)],
1158
1158
  qualities: [() => input.qualities !== void 0, () => (input.qualities || []).map((_entry) => _entry)],
1159
1159
  startDate: [
1160
- () => input.startDate !== void 0,
1160
+ __expectNonNull(input.startDate, `startDate`) != null,
1161
1161
  () => (input.startDate.toISOString().split(".")[0] + "Z").toString(),
1162
1162
  ],
1163
- endDate: [() => input.endDate !== void 0, () => (input.endDate.toISOString().split(".")[0] + "Z").toString()],
1163
+ endDate: [
1164
+ __expectNonNull(input.endDate, `endDate`) != null,
1165
+ () => (input.endDate.toISOString().split(".")[0] + "Z").toString(),
1166
+ ],
1164
1167
  timeOrdering: [, input.timeOrdering],
1165
1168
  nextToken: [, input.nextToken],
1166
1169
  maxResults: [() => input.maxResults !== void 0, () => input.maxResults.toString()],
@@ -1257,18 +1260,27 @@ export const serializeAws_restJson1GetInterpolatedAssetPropertyValuesCommand = a
1257
1260
  assetId: [, input.assetId],
1258
1261
  propertyId: [, input.propertyId],
1259
1262
  propertyAlias: [, input.propertyAlias],
1260
- startTimeInSeconds: [() => input.startTimeInSeconds !== void 0, () => input.startTimeInSeconds.toString()],
1263
+ startTimeInSeconds: [
1264
+ __expectNonNull(input.startTimeInSeconds, `startTimeInSeconds`) != null,
1265
+ () => input.startTimeInSeconds.toString(),
1266
+ ],
1261
1267
  startTimeOffsetInNanos: [
1262
1268
  () => input.startTimeOffsetInNanos !== void 0,
1263
1269
  () => input.startTimeOffsetInNanos.toString(),
1264
1270
  ],
1265
- endTimeInSeconds: [() => input.endTimeInSeconds !== void 0, () => input.endTimeInSeconds.toString()],
1271
+ endTimeInSeconds: [
1272
+ __expectNonNull(input.endTimeInSeconds, `endTimeInSeconds`) != null,
1273
+ () => input.endTimeInSeconds.toString(),
1274
+ ],
1266
1275
  endTimeOffsetInNanos: [() => input.endTimeOffsetInNanos !== void 0, () => input.endTimeOffsetInNanos.toString()],
1267
- quality: [, input.quality],
1268
- intervalInSeconds: [() => input.intervalInSeconds !== void 0, () => input.intervalInSeconds.toString()],
1276
+ quality: [, __expectNonNull(input.quality, `quality`)],
1277
+ intervalInSeconds: [
1278
+ __expectNonNull(input.intervalInSeconds, `intervalInSeconds`) != null,
1279
+ () => input.intervalInSeconds.toString(),
1280
+ ],
1269
1281
  nextToken: [, input.nextToken],
1270
1282
  maxResults: [() => input.maxResults !== void 0, () => input.maxResults.toString()],
1271
- type: [, input.type],
1283
+ type: [, __expectNonNull(input.type, `type`)],
1272
1284
  intervalWindowInSeconds: [
1273
1285
  () => input.intervalWindowInSeconds !== void 0,
1274
1286
  () => input.intervalWindowInSeconds.toString(),
@@ -1416,7 +1428,7 @@ export const serializeAws_restJson1ListAssetRelationshipsCommand = async (input,
1416
1428
  let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/assets/{assetId}/assetRelationships";
1417
1429
  resolvedPath = __resolvedPath(resolvedPath, input, "assetId", () => input.assetId, "{assetId}", false);
1418
1430
  const query = map({
1419
- traversalType: [, input.traversalType],
1431
+ traversalType: [, __expectNonNull(input.traversalType, `traversalType`)],
1420
1432
  nextToken: [, input.nextToken],
1421
1433
  maxResults: [() => input.maxResults !== void 0, () => input.maxResults.toString()],
1422
1434
  });
@@ -1531,7 +1543,7 @@ export const serializeAws_restJson1ListDashboardsCommand = async (input, context
1531
1543
  const headers = {};
1532
1544
  const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/dashboards";
1533
1545
  const query = map({
1534
- projectId: [, input.projectId],
1546
+ projectId: [, __expectNonNull(input.projectId, `projectId`)],
1535
1547
  nextToken: [, input.nextToken],
1536
1548
  maxResults: [() => input.maxResults !== void 0, () => input.maxResults.toString()],
1537
1549
  });
@@ -1641,7 +1653,7 @@ export const serializeAws_restJson1ListProjectsCommand = async (input, context)
1641
1653
  const headers = {};
1642
1654
  const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/projects";
1643
1655
  const query = map({
1644
- portalId: [, input.portalId],
1656
+ portalId: [, __expectNonNull(input.portalId, `portalId`)],
1645
1657
  nextToken: [, input.nextToken],
1646
1658
  maxResults: [() => input.maxResults !== void 0, () => input.maxResults.toString()],
1647
1659
  });
@@ -1669,7 +1681,7 @@ export const serializeAws_restJson1ListTagsForResourceCommand = async (input, co
1669
1681
  const headers = {};
1670
1682
  const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/tags";
1671
1683
  const query = map({
1672
- resourceArn: [, input.resourceArn],
1684
+ resourceArn: [, __expectNonNull(input.resourceArn, `resourceArn`)],
1673
1685
  });
1674
1686
  let body;
1675
1687
  let { hostname: resolvedHostname } = await context.endpoint();
@@ -1818,7 +1830,7 @@ export const serializeAws_restJson1TagResourceCommand = async (input, context) =
1818
1830
  };
1819
1831
  const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/tags";
1820
1832
  const query = map({
1821
- resourceArn: [, input.resourceArn],
1833
+ resourceArn: [, __expectNonNull(input.resourceArn, `resourceArn`)],
1822
1834
  });
1823
1835
  let body;
1824
1836
  body = JSON.stringify({
@@ -1847,8 +1859,11 @@ export const serializeAws_restJson1UntagResourceCommand = async (input, context)
1847
1859
  const headers = {};
1848
1860
  const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/tags";
1849
1861
  const query = map({
1850
- resourceArn: [, input.resourceArn],
1851
- tagKeys: [() => input.tagKeys !== void 0, () => (input.tagKeys || []).map((_entry) => _entry)],
1862
+ resourceArn: [, __expectNonNull(input.resourceArn, `resourceArn`)],
1863
+ tagKeys: [
1864
+ __expectNonNull(input.tagKeys, `tagKeys`) != null,
1865
+ () => (input.tagKeys || []).map((_entry) => _entry),
1866
+ ],
1852
1867
  });
1853
1868
  let body;
1854
1869
  let { hostname: resolvedHostname } = await context.endpoint();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iotsitewise",
3
3
  "description": "AWS SDK for JavaScript Iotsitewise Client for Node.js, Browser and React Native",
4
- "version": "3.216.0",
4
+ "version": "3.222.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,39 +19,40 @@
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.216.0",
23
- "@aws-sdk/config-resolver": "3.215.0",
24
- "@aws-sdk/credential-provider-node": "3.216.0",
25
- "@aws-sdk/fetch-http-handler": "3.215.0",
26
- "@aws-sdk/hash-node": "3.215.0",
27
- "@aws-sdk/invalid-dependency": "3.215.0",
28
- "@aws-sdk/middleware-content-length": "3.215.0",
29
- "@aws-sdk/middleware-endpoint": "3.215.0",
30
- "@aws-sdk/middleware-host-header": "3.215.0",
31
- "@aws-sdk/middleware-logger": "3.215.0",
32
- "@aws-sdk/middleware-recursion-detection": "3.215.0",
33
- "@aws-sdk/middleware-retry": "3.215.0",
34
- "@aws-sdk/middleware-serde": "3.215.0",
35
- "@aws-sdk/middleware-signing": "3.215.0",
36
- "@aws-sdk/middleware-stack": "3.215.0",
37
- "@aws-sdk/middleware-user-agent": "3.215.0",
38
- "@aws-sdk/node-config-provider": "3.215.0",
39
- "@aws-sdk/node-http-handler": "3.215.0",
40
- "@aws-sdk/protocol-http": "3.215.0",
41
- "@aws-sdk/smithy-client": "3.215.0",
42
- "@aws-sdk/types": "3.215.0",
43
- "@aws-sdk/url-parser": "3.215.0",
22
+ "@aws-sdk/client-sts": "3.222.0",
23
+ "@aws-sdk/config-resolver": "3.222.0",
24
+ "@aws-sdk/credential-provider-node": "3.222.0",
25
+ "@aws-sdk/fetch-http-handler": "3.222.0",
26
+ "@aws-sdk/hash-node": "3.222.0",
27
+ "@aws-sdk/invalid-dependency": "3.222.0",
28
+ "@aws-sdk/middleware-content-length": "3.222.0",
29
+ "@aws-sdk/middleware-endpoint": "3.222.0",
30
+ "@aws-sdk/middleware-host-header": "3.222.0",
31
+ "@aws-sdk/middleware-logger": "3.222.0",
32
+ "@aws-sdk/middleware-recursion-detection": "3.222.0",
33
+ "@aws-sdk/middleware-retry": "3.222.0",
34
+ "@aws-sdk/middleware-serde": "3.222.0",
35
+ "@aws-sdk/middleware-signing": "3.222.0",
36
+ "@aws-sdk/middleware-stack": "3.222.0",
37
+ "@aws-sdk/middleware-user-agent": "3.222.0",
38
+ "@aws-sdk/node-config-provider": "3.222.0",
39
+ "@aws-sdk/node-http-handler": "3.222.0",
40
+ "@aws-sdk/protocol-http": "3.222.0",
41
+ "@aws-sdk/smithy-client": "3.222.0",
42
+ "@aws-sdk/types": "3.222.0",
43
+ "@aws-sdk/url-parser": "3.222.0",
44
44
  "@aws-sdk/util-base64": "3.208.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.188.0",
46
46
  "@aws-sdk/util-body-length-node": "3.208.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.215.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.215.0",
49
- "@aws-sdk/util-endpoints": "3.216.0",
50
- "@aws-sdk/util-user-agent-browser": "3.215.0",
51
- "@aws-sdk/util-user-agent-node": "3.215.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.222.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.222.0",
49
+ "@aws-sdk/util-endpoints": "3.222.0",
50
+ "@aws-sdk/util-retry": "3.222.0",
51
+ "@aws-sdk/util-user-agent-browser": "3.222.0",
52
+ "@aws-sdk/util-user-agent-node": "3.222.0",
52
53
  "@aws-sdk/util-utf8-browser": "3.188.0",
53
54
  "@aws-sdk/util-utf8-node": "3.208.0",
54
- "@aws-sdk/util-waiter": "3.215.0",
55
+ "@aws-sdk/util-waiter": "3.222.0",
55
56
  "tslib": "^2.3.1",
56
57
  "uuid": "^8.3.2"
57
58
  },