@getpara/core-sdk 1.14.0 → 1.14.2
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/dist/cjs/ParaCore.js +0 -7
- package/dist/cjs/constants.js +1 -1
- package/dist/esm/ParaCore.js +0 -7
- package/dist/esm/constants.js +1 -1
- package/package.json +3 -3
package/dist/cjs/ParaCore.js
CHANGED
|
@@ -1838,13 +1838,6 @@ const _ParaCore = class _ParaCore {
|
|
|
1838
1838
|
*/
|
|
1839
1839
|
getOAuthURL(_0) {
|
|
1840
1840
|
return __async(this, arguments, function* ({ method, deeplinkUrl }) {
|
|
1841
|
-
if (deeplinkUrl) {
|
|
1842
|
-
try {
|
|
1843
|
-
new URL(deeplinkUrl);
|
|
1844
|
-
} catch (e) {
|
|
1845
|
-
throw new Error("Invalid deeplink URL");
|
|
1846
|
-
}
|
|
1847
|
-
}
|
|
1848
1841
|
yield this.logout();
|
|
1849
1842
|
const res = yield this.touchSession(true);
|
|
1850
1843
|
return (0, import_utils2.constructUrl)({
|
package/dist/cjs/constants.js
CHANGED
|
@@ -37,7 +37,7 @@ __export(constants_exports, {
|
|
|
37
37
|
SHORT_POLLING_INTERVAL_MS: () => SHORT_POLLING_INTERVAL_MS
|
|
38
38
|
});
|
|
39
39
|
module.exports = __toCommonJS(constants_exports);
|
|
40
|
-
const PARA_CORE_VERSION = "1.14.
|
|
40
|
+
const PARA_CORE_VERSION = "1.14.2";
|
|
41
41
|
const PREFIX = "@CAPSULE/";
|
|
42
42
|
const LOCAL_STORAGE_EMAIL = `${PREFIX}e-mail`;
|
|
43
43
|
const LOCAL_STORAGE_PHONE = `${PREFIX}phone`;
|
package/dist/esm/ParaCore.js
CHANGED
|
@@ -1788,13 +1788,6 @@ const _ParaCore = class _ParaCore {
|
|
|
1788
1788
|
*/
|
|
1789
1789
|
getOAuthURL(_0) {
|
|
1790
1790
|
return __async(this, arguments, function* ({ method, deeplinkUrl }) {
|
|
1791
|
-
if (deeplinkUrl) {
|
|
1792
|
-
try {
|
|
1793
|
-
new URL(deeplinkUrl);
|
|
1794
|
-
} catch (e) {
|
|
1795
|
-
throw new Error("Invalid deeplink URL");
|
|
1796
|
-
}
|
|
1797
|
-
}
|
|
1798
1791
|
yield this.logout();
|
|
1799
1792
|
const res = yield this.touchSession(true);
|
|
1800
1793
|
return constructUrl({
|
package/dist/esm/constants.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getpara/core-sdk",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.2",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@celo/utils": "^8.0.2",
|
|
11
11
|
"@cosmjs/encoding": "^0.32.4",
|
|
12
12
|
"@ethereumjs/util": "^9.1.0",
|
|
13
|
-
"@getpara/user-management-client": "1.14.
|
|
13
|
+
"@getpara/user-management-client": "1.14.2",
|
|
14
14
|
"@noble/hashes": "^1.5.0",
|
|
15
15
|
"base64url": "^3.0.1",
|
|
16
16
|
"libphonenumber-js": "1.11.2",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"require": "./dist/cjs/index.js"
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "514fa08e3df97f2053676fb4ecf47f7e9df5497e"
|
|
44
44
|
}
|