@aws-sdk/client-cognito-sync 3.523.0 → 3.529.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 (31) hide show
  1. package/dist-cjs/index.js +17 -57
  2. package/dist-es/protocols/Aws_restJson1.js +1 -40
  3. package/package.json +17 -17
  4. package/dist-cjs/CognitoSync.js +0 -1
  5. package/dist-cjs/CognitoSyncClient.js +0 -1
  6. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
  7. package/dist-cjs/commands/BulkPublishCommand.js +0 -1
  8. package/dist-cjs/commands/DeleteDatasetCommand.js +0 -1
  9. package/dist-cjs/commands/DescribeDatasetCommand.js +0 -1
  10. package/dist-cjs/commands/DescribeIdentityPoolUsageCommand.js +0 -1
  11. package/dist-cjs/commands/DescribeIdentityUsageCommand.js +0 -1
  12. package/dist-cjs/commands/GetBulkPublishDetailsCommand.js +0 -1
  13. package/dist-cjs/commands/GetCognitoEventsCommand.js +0 -1
  14. package/dist-cjs/commands/GetIdentityPoolConfigurationCommand.js +0 -1
  15. package/dist-cjs/commands/ListDatasetsCommand.js +0 -1
  16. package/dist-cjs/commands/ListIdentityPoolUsageCommand.js +0 -1
  17. package/dist-cjs/commands/ListRecordsCommand.js +0 -1
  18. package/dist-cjs/commands/RegisterDeviceCommand.js +0 -1
  19. package/dist-cjs/commands/SetCognitoEventsCommand.js +0 -1
  20. package/dist-cjs/commands/SetIdentityPoolConfigurationCommand.js +0 -1
  21. package/dist-cjs/commands/SubscribeToDatasetCommand.js +0 -1
  22. package/dist-cjs/commands/UnsubscribeFromDatasetCommand.js +0 -1
  23. package/dist-cjs/commands/UpdateRecordsCommand.js +0 -1
  24. package/dist-cjs/commands/index.js +0 -1
  25. package/dist-cjs/endpoint/EndpointParameters.js +0 -1
  26. package/dist-cjs/extensionConfiguration.js +0 -1
  27. package/dist-cjs/models/CognitoSyncServiceException.js +0 -1
  28. package/dist-cjs/models/index.js +0 -1
  29. package/dist-cjs/models/models_0.js +0 -1
  30. package/dist-cjs/protocols/Aws_restJson1.js +0 -1
  31. package/dist-cjs/runtimeExtensions.js +0 -1
package/dist-cjs/index.js CHANGED
@@ -215,6 +215,7 @@ var import_middleware_serde = require("@smithy/middleware-serde");
215
215
  var import_types = require("@smithy/types");
216
216
 
217
217
  // src/protocols/Aws_restJson1.ts
218
+ var import_core2 = require("@aws-sdk/core");
218
219
 
219
220
 
220
221
 
@@ -699,7 +700,7 @@ var de_BulkPublishCommand = /* @__PURE__ */ __name(async (output, context) => {
699
700
  const contents = (0, import_smithy_client.map)({
700
701
  $metadata: deserializeMetadata(output)
701
702
  });
702
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
703
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
703
704
  const doc = (0, import_smithy_client.take)(data, {
704
705
  IdentityPoolId: import_smithy_client.expectString
705
706
  });
@@ -713,7 +714,7 @@ var de_DeleteDatasetCommand = /* @__PURE__ */ __name(async (output, context) =>
713
714
  const contents = (0, import_smithy_client.map)({
714
715
  $metadata: deserializeMetadata(output)
715
716
  });
716
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
717
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
717
718
  const doc = (0, import_smithy_client.take)(data, {
718
719
  Dataset: (_) => de_Dataset(_, context)
719
720
  });
@@ -727,7 +728,7 @@ var de_DescribeDatasetCommand = /* @__PURE__ */ __name(async (output, context) =
727
728
  const contents = (0, import_smithy_client.map)({
728
729
  $metadata: deserializeMetadata(output)
729
730
  });
730
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
731
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
731
732
  const doc = (0, import_smithy_client.take)(data, {
732
733
  Dataset: (_) => de_Dataset(_, context)
733
734
  });
@@ -741,7 +742,7 @@ var de_DescribeIdentityPoolUsageCommand = /* @__PURE__ */ __name(async (output,
741
742
  const contents = (0, import_smithy_client.map)({
742
743
  $metadata: deserializeMetadata(output)
743
744
  });
744
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
745
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
745
746
  const doc = (0, import_smithy_client.take)(data, {
746
747
  IdentityPoolUsage: (_) => de_IdentityPoolUsage(_, context)
747
748
  });
@@ -755,7 +756,7 @@ var de_DescribeIdentityUsageCommand = /* @__PURE__ */ __name(async (output, cont
755
756
  const contents = (0, import_smithy_client.map)({
756
757
  $metadata: deserializeMetadata(output)
757
758
  });
758
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
759
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
759
760
  const doc = (0, import_smithy_client.take)(data, {
760
761
  IdentityUsage: (_) => de_IdentityUsage(_, context)
761
762
  });
@@ -769,7 +770,7 @@ var de_GetBulkPublishDetailsCommand = /* @__PURE__ */ __name(async (output, cont
769
770
  const contents = (0, import_smithy_client.map)({
770
771
  $metadata: deserializeMetadata(output)
771
772
  });
772
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
773
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
773
774
  const doc = (0, import_smithy_client.take)(data, {
774
775
  BulkPublishCompleteTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
775
776
  BulkPublishStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
@@ -787,7 +788,7 @@ var de_GetCognitoEventsCommand = /* @__PURE__ */ __name(async (output, context)
787
788
  const contents = (0, import_smithy_client.map)({
788
789
  $metadata: deserializeMetadata(output)
789
790
  });
790
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
791
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
791
792
  const doc = (0, import_smithy_client.take)(data, {
792
793
  Events: import_smithy_client._json
793
794
  });
@@ -801,7 +802,7 @@ var de_GetIdentityPoolConfigurationCommand = /* @__PURE__ */ __name(async (outpu
801
802
  const contents = (0, import_smithy_client.map)({
802
803
  $metadata: deserializeMetadata(output)
803
804
  });
804
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
805
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
805
806
  const doc = (0, import_smithy_client.take)(data, {
806
807
  CognitoStreams: import_smithy_client._json,
807
808
  IdentityPoolId: import_smithy_client.expectString,
@@ -817,7 +818,7 @@ var de_ListDatasetsCommand = /* @__PURE__ */ __name(async (output, context) => {
817
818
  const contents = (0, import_smithy_client.map)({
818
819
  $metadata: deserializeMetadata(output)
819
820
  });
820
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
821
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
821
822
  const doc = (0, import_smithy_client.take)(data, {
822
823
  Count: import_smithy_client.expectInt32,
823
824
  Datasets: (_) => de_DatasetList(_, context),
@@ -833,7 +834,7 @@ var de_ListIdentityPoolUsageCommand = /* @__PURE__ */ __name(async (output, cont
833
834
  const contents = (0, import_smithy_client.map)({
834
835
  $metadata: deserializeMetadata(output)
835
836
  });
836
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
837
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
837
838
  const doc = (0, import_smithy_client.take)(data, {
838
839
  Count: import_smithy_client.expectInt32,
839
840
  IdentityPoolUsages: (_) => de_IdentityPoolUsageList(_, context),
@@ -850,7 +851,7 @@ var de_ListRecordsCommand = /* @__PURE__ */ __name(async (output, context) => {
850
851
  const contents = (0, import_smithy_client.map)({
851
852
  $metadata: deserializeMetadata(output)
852
853
  });
853
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
854
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
854
855
  const doc = (0, import_smithy_client.take)(data, {
855
856
  Count: import_smithy_client.expectInt32,
856
857
  DatasetDeletedAfterRequestedSyncCount: import_smithy_client.expectBoolean,
@@ -872,7 +873,7 @@ var de_RegisterDeviceCommand = /* @__PURE__ */ __name(async (output, context) =>
872
873
  const contents = (0, import_smithy_client.map)({
873
874
  $metadata: deserializeMetadata(output)
874
875
  });
875
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
876
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
876
877
  const doc = (0, import_smithy_client.take)(data, {
877
878
  DeviceId: import_smithy_client.expectString
878
879
  });
@@ -896,7 +897,7 @@ var de_SetIdentityPoolConfigurationCommand = /* @__PURE__ */ __name(async (outpu
896
897
  const contents = (0, import_smithy_client.map)({
897
898
  $metadata: deserializeMetadata(output)
898
899
  });
899
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
900
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
900
901
  const doc = (0, import_smithy_client.take)(data, {
901
902
  CognitoStreams: import_smithy_client._json,
902
903
  IdentityPoolId: import_smithy_client.expectString,
@@ -932,7 +933,7 @@ var de_UpdateRecordsCommand = /* @__PURE__ */ __name(async (output, context) =>
932
933
  const contents = (0, import_smithy_client.map)({
933
934
  $metadata: deserializeMetadata(output)
934
935
  });
935
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
936
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
936
937
  const doc = (0, import_smithy_client.take)(data, {
937
938
  Records: (_) => de_RecordList(_, context)
938
939
  });
@@ -942,9 +943,9 @@ var de_UpdateRecordsCommand = /* @__PURE__ */ __name(async (output, context) =>
942
943
  var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
943
944
  const parsedOutput = {
944
945
  ...output,
945
- body: await parseErrorBody(output.body, context)
946
+ body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
946
947
  };
947
- const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
948
+ const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
948
949
  switch (errorCode) {
949
950
  case "AlreadyStreamedException":
950
951
  case "com.amazonaws.cognitosync#AlreadyStreamedException":
@@ -1240,7 +1241,6 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
1240
1241
  extendedRequestId: output.headers["x-amz-id-2"],
1241
1242
  cfId: output.headers["x-amz-cf-id"]
1242
1243
  }), "deserializeMetadata");
1243
- var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
1244
1244
  var isSerializableHeaderValue = /* @__PURE__ */ __name((value) => value !== void 0 && value !== null && value !== "" && (!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) && (!Object.getOwnPropertyNames(value).includes("size") || value.size != 0), "isSerializableHeaderValue");
1245
1245
  var _CC = "ClientContext";
1246
1246
  var _LSC = "LastSyncCount";
@@ -1252,46 +1252,6 @@ var _mR = "maxResults";
1252
1252
  var _nT = "nextToken";
1253
1253
  var _sST = "syncSessionToken";
1254
1254
  var _xacc = "x-amz-client-context";
1255
- var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
1256
- if (encoded.length) {
1257
- return JSON.parse(encoded);
1258
- }
1259
- return {};
1260
- }), "parseBody");
1261
- var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
1262
- const value = await parseBody(errorBody, context);
1263
- value.message = value.message ?? value.Message;
1264
- return value;
1265
- }, "parseErrorBody");
1266
- var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
1267
- const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
1268
- const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
1269
- let cleanValue = rawValue;
1270
- if (typeof cleanValue === "number") {
1271
- cleanValue = cleanValue.toString();
1272
- }
1273
- if (cleanValue.indexOf(",") >= 0) {
1274
- cleanValue = cleanValue.split(",")[0];
1275
- }
1276
- if (cleanValue.indexOf(":") >= 0) {
1277
- cleanValue = cleanValue.split(":")[0];
1278
- }
1279
- if (cleanValue.indexOf("#") >= 0) {
1280
- cleanValue = cleanValue.split("#")[1];
1281
- }
1282
- return cleanValue;
1283
- }, "sanitizeErrorCode");
1284
- const headerKey = findKey(output.headers, "x-amzn-errortype");
1285
- if (headerKey !== void 0) {
1286
- return sanitizeErrorCode(output.headers[headerKey]);
1287
- }
1288
- if (data.code !== void 0) {
1289
- return sanitizeErrorCode(data.code);
1290
- }
1291
- if (data["__type"] !== void 0) {
1292
- return sanitizeErrorCode(data["__type"]);
1293
- }
1294
- }, "loadRestJsonErrorCode");
1295
1255
 
1296
1256
  // src/commands/BulkPublishCommand.ts
1297
1257
  var _BulkPublishCommand = class _BulkPublishCommand extends import_smithy_client.Command.classBuilder().ep({
@@ -1,3 +1,4 @@
1
+ import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core";
1
2
  import { requestBuilder as rb } from "@smithy/core";
2
3
  import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
3
4
  import { CognitoSyncServiceException as __BaseException } from "../models/CognitoSyncServiceException";
@@ -782,43 +783,3 @@ const _mR = "maxResults";
782
783
  const _nT = "nextToken";
783
784
  const _sST = "syncSessionToken";
784
785
  const _xacc = "x-amz-client-context";
785
- const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
786
- if (encoded.length) {
787
- return JSON.parse(encoded);
788
- }
789
- return {};
790
- });
791
- const parseErrorBody = async (errorBody, context) => {
792
- const value = await parseBody(errorBody, context);
793
- value.message = value.message ?? value.Message;
794
- return value;
795
- };
796
- const loadRestJsonErrorCode = (output, data) => {
797
- const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
798
- const sanitizeErrorCode = (rawValue) => {
799
- let cleanValue = rawValue;
800
- if (typeof cleanValue === "number") {
801
- cleanValue = cleanValue.toString();
802
- }
803
- if (cleanValue.indexOf(",") >= 0) {
804
- cleanValue = cleanValue.split(",")[0];
805
- }
806
- if (cleanValue.indexOf(":") >= 0) {
807
- cleanValue = cleanValue.split(":")[0];
808
- }
809
- if (cleanValue.indexOf("#") >= 0) {
810
- cleanValue = cleanValue.split("#")[1];
811
- }
812
- return cleanValue;
813
- };
814
- const headerKey = findKey(output.headers, "x-amzn-errortype");
815
- if (headerKey !== undefined) {
816
- return sanitizeErrorCode(output.headers[headerKey]);
817
- }
818
- if (data.code !== undefined) {
819
- return sanitizeErrorCode(data.code);
820
- }
821
- if (data["__type"] !== undefined) {
822
- return sanitizeErrorCode(data["__type"]);
823
- }
824
- };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cognito-sync",
3
3
  "description": "AWS SDK for JavaScript Cognito Sync Client for Node.js, Browser and React Native",
4
- "version": "3.523.0",
4
+ "version": "3.529.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cognito-sync",
@@ -20,40 +20,40 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.523.0",
24
- "@aws-sdk/core": "3.523.0",
25
- "@aws-sdk/credential-provider-node": "3.523.0",
23
+ "@aws-sdk/client-sts": "3.529.0",
24
+ "@aws-sdk/core": "3.529.0",
25
+ "@aws-sdk/credential-provider-node": "3.529.0",
26
26
  "@aws-sdk/middleware-host-header": "3.523.0",
27
27
  "@aws-sdk/middleware-logger": "3.523.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.523.0",
29
- "@aws-sdk/middleware-user-agent": "3.523.0",
30
- "@aws-sdk/region-config-resolver": "3.523.0",
29
+ "@aws-sdk/middleware-user-agent": "3.525.0",
30
+ "@aws-sdk/region-config-resolver": "3.525.0",
31
31
  "@aws-sdk/types": "3.523.0",
32
- "@aws-sdk/util-endpoints": "3.523.0",
32
+ "@aws-sdk/util-endpoints": "3.525.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.523.0",
34
- "@aws-sdk/util-user-agent-node": "3.523.0",
35
- "@smithy/config-resolver": "^2.1.3",
36
- "@smithy/core": "^1.3.4",
34
+ "@aws-sdk/util-user-agent-node": "3.525.0",
35
+ "@smithy/config-resolver": "^2.1.4",
36
+ "@smithy/core": "^1.3.5",
37
37
  "@smithy/fetch-http-handler": "^2.4.3",
38
38
  "@smithy/hash-node": "^2.1.3",
39
39
  "@smithy/invalid-dependency": "^2.1.3",
40
40
  "@smithy/middleware-content-length": "^2.1.3",
41
- "@smithy/middleware-endpoint": "^2.4.3",
42
- "@smithy/middleware-retry": "^2.1.3",
41
+ "@smithy/middleware-endpoint": "^2.4.4",
42
+ "@smithy/middleware-retry": "^2.1.4",
43
43
  "@smithy/middleware-serde": "^2.1.3",
44
44
  "@smithy/middleware-stack": "^2.1.3",
45
- "@smithy/node-config-provider": "^2.2.3",
45
+ "@smithy/node-config-provider": "^2.2.4",
46
46
  "@smithy/node-http-handler": "^2.4.1",
47
47
  "@smithy/protocol-http": "^3.2.1",
48
- "@smithy/smithy-client": "^2.4.1",
48
+ "@smithy/smithy-client": "^2.4.2",
49
49
  "@smithy/types": "^2.10.1",
50
50
  "@smithy/url-parser": "^2.1.3",
51
51
  "@smithy/util-base64": "^2.1.1",
52
52
  "@smithy/util-body-length-browser": "^2.1.1",
53
53
  "@smithy/util-body-length-node": "^2.2.1",
54
- "@smithy/util-defaults-mode-browser": "^2.1.3",
55
- "@smithy/util-defaults-mode-node": "^2.2.2",
56
- "@smithy/util-endpoints": "^1.1.3",
54
+ "@smithy/util-defaults-mode-browser": "^2.1.4",
55
+ "@smithy/util-defaults-mode-node": "^2.2.3",
56
+ "@smithy/util-endpoints": "^1.1.4",
57
57
  "@smithy/util-middleware": "^2.1.3",
58
58
  "@smithy/util-retry": "^2.1.3",
59
59
  "@smithy/util-utf8": "^2.1.1",
@@ -1 +0,0 @@
1
- module.exports = require("./index.js");
@@ -1 +0,0 @@
1
- module.exports = require("./index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("./index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("./index.js");