@getpara/core-sdk 0.2.1 → 0.2.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.
@@ -73,7 +73,8 @@ const recovery_js_1 = require("./shares/recovery.js");
73
73
  const libphonenumber_js_1 = __importDefault(require("libphonenumber-js"));
74
74
  const formattingUtils_js_1 = require("./utils/formattingUtils.js");
75
75
  const errors_js_1 = require("./errors.js");
76
- const PARA_CORE_VERSION = '0.2.1';
76
+ // TODO: update backend to use @getpara/core-sdk version
77
+ const PARA_CORE_VERSION = '2.20.0'; // '0.2.2';
77
78
  function dispatchEvent(type, data, error) {
78
79
  typeof window !== 'undefined' &&
79
80
  !!window.dispatchEvent &&
@@ -44,7 +44,8 @@ import { sendRecoveryForShare } from './shares/recovery.js';
44
44
  import parsePhoneNumberFromString from 'libphonenumber-js';
45
45
  import { getCosmosAddress, truncateAddress } from './utils/formattingUtils.js';
46
46
  import { TransactionReviewDenied, TransactionReviewError, TransactionReviewTimeout } from './errors.js';
47
- const PARA_CORE_VERSION = '0.2.1';
47
+ // TODO: update backend to use @getpara/core-sdk version
48
+ const PARA_CORE_VERSION = '2.20.0'; // '0.2.2';
48
49
  function dispatchEvent(type, data, error) {
49
50
  typeof window !== 'undefined' &&
50
51
  !!window.dispatchEvent &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getpara/core-sdk",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -40,5 +40,5 @@
40
40
  "types": "./dist/types/index.d.ts"
41
41
  }
42
42
  },
43
- "gitHead": "dd8c9463981f7dd563f6c925c370c7054ca74adf"
43
+ "gitHead": "89c777434a4854d895d96246fa2443a40b1c071d"
44
44
  }