60p82u21t54k 1.1.4 → 1.1.6

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.
@@ -10740,7 +10740,10 @@ const socialLoginApi = (loginToken, loginEmail, loginMethod) => __async(void 0,
10740
10740
  email: loginEmail,
10741
10741
  social_type: loginMethod
10742
10742
  };
10743
- const request = yield customPost("/graph/socialLogin", payload);
10743
+ const request = yield customPost(
10744
+ "/graph/socialLogin",
10745
+ payload
10746
+ );
10744
10747
  const output = request.data;
10745
10748
  result.data = {
10746
10749
  status: output.status == 1,
@@ -1 +1 @@
1
- {"version":3,"file":"socialLoginApi.d.ts","sourceRoot":"","sources":["../../../src/api/socialLogin/socialLoginApi.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,QAAQ,CAAA;AAa5C,eAAO,MAAM,cAAc,eACb,MAAM,cACN,MAAM,eACL,MAAM,KAClB,OAAO,CAAC,mBAAmB,CAmC7B,CAAA"}
1
+ {"version":3,"file":"socialLoginApi.d.ts","sourceRoot":"","sources":["../../../src/api/socialLogin/socialLoginApi.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,QAAQ,CAAA;AAa5C,eAAO,MAAM,cAAc,eACb,MAAM,cACN,MAAM,eACL,MAAM,KAClB,OAAO,CAAC,mBAAmB,CAsC7B,CAAA"}
package/dist/main.d.ts CHANGED
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=main.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "60p82u21t54k",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "description": "A description of your library",
5
5
  "main": "dist/60p82u21t54k.umd.js",
6
6
  "module": "dist/60p82u21t54k.es.js",