@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.
@@ -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)({
@@ -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.0";
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`;
@@ -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({
@@ -1,5 +1,5 @@
1
1
  import "./chunk-7B52C2XE.js";
2
- const PARA_CORE_VERSION = "1.14.0";
2
+ const PARA_CORE_VERSION = "1.14.2";
3
3
  const PREFIX = "@CAPSULE/";
4
4
  const LOCAL_STORAGE_EMAIL = `${PREFIX}e-mail`;
5
5
  const LOCAL_STORAGE_PHONE = `${PREFIX}phone`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getpara/core-sdk",
3
- "version": "1.14.0",
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.0",
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": "59356d1016fc56d378c669a98798cdc0b7d82e4c"
43
+ "gitHead": "514fa08e3df97f2053676fb4ecf47f7e9df5497e"
44
44
  }