@injectivelabs/wallet-core 1.17.5 → 1.17.7

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.
@@ -16,7 +16,7 @@ const checkIfTxRunOutOfGas = (e) => {
16
16
  };
17
17
 
18
18
  //#endregion
19
- //#region \0@oxc-project+runtime@0.98.0/helpers/typeof.js
19
+ //#region \0@oxc-project+runtime@0.99.0/helpers/typeof.js
20
20
  function _typeof(o) {
21
21
  "@babel/helpers - typeof";
22
22
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
@@ -27,7 +27,7 @@ function _typeof(o) {
27
27
  }
28
28
 
29
29
  //#endregion
30
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPrimitive.js
30
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPrimitive.js
31
31
  function toPrimitive(t, r) {
32
32
  if ("object" != _typeof(t) || !t) return t;
33
33
  var e = t[Symbol.toPrimitive];
@@ -40,14 +40,14 @@ function toPrimitive(t, r) {
40
40
  }
41
41
 
42
42
  //#endregion
43
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPropertyKey.js
43
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPropertyKey.js
44
44
  function toPropertyKey(t) {
45
45
  var i = toPrimitive(t, "string");
46
46
  return "symbol" == _typeof(i) ? i : i + "";
47
47
  }
48
48
 
49
49
  //#endregion
50
- //#region \0@oxc-project+runtime@0.98.0/helpers/defineProperty.js
50
+ //#region \0@oxc-project+runtime@0.99.0/helpers/defineProperty.js
51
51
  function _defineProperty(e, r, t) {
52
52
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
53
53
  value: t,
package/dist/esm/index.js CHANGED
@@ -16,7 +16,7 @@ const checkIfTxRunOutOfGas = (e) => {
16
16
  };
17
17
 
18
18
  //#endregion
19
- //#region \0@oxc-project+runtime@0.98.0/helpers/typeof.js
19
+ //#region \0@oxc-project+runtime@0.99.0/helpers/typeof.js
20
20
  function _typeof(o) {
21
21
  "@babel/helpers - typeof";
22
22
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
@@ -27,7 +27,7 @@ function _typeof(o) {
27
27
  }
28
28
 
29
29
  //#endregion
30
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPrimitive.js
30
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPrimitive.js
31
31
  function toPrimitive(t, r) {
32
32
  if ("object" != _typeof(t) || !t) return t;
33
33
  var e = t[Symbol.toPrimitive];
@@ -40,14 +40,14 @@ function toPrimitive(t, r) {
40
40
  }
41
41
 
42
42
  //#endregion
43
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPropertyKey.js
43
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPropertyKey.js
44
44
  function toPropertyKey(t) {
45
45
  var i = toPrimitive(t, "string");
46
46
  return "symbol" == _typeof(i) ? i : i + "";
47
47
  }
48
48
 
49
49
  //#endregion
50
- //#region \0@oxc-project+runtime@0.98.0/helpers/defineProperty.js
50
+ //#region \0@oxc-project+runtime@0.99.0/helpers/defineProperty.js
51
51
  function _defineProperty(e, r, t) {
52
52
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
53
53
  value: t,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@injectivelabs/wallet-core",
3
- "version": "1.17.5",
3
+ "version": "1.17.7",
4
4
  "description": "Core wallet strategy",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -44,12 +44,12 @@
44
44
  "dependencies": {
45
45
  "@keplr-wallet/types": "^0.12.296",
46
46
  "eventemitter3": "^5.0.1",
47
- "@injectivelabs/exceptions": "1.17.5",
48
- "@injectivelabs/networks": "1.17.5",
49
- "@injectivelabs/sdk-ts": "1.17.5",
50
- "@injectivelabs/ts-types": "1.17.5",
51
- "@injectivelabs/utils": "1.17.5",
52
- "@injectivelabs/wallet-base": "1.17.5"
47
+ "@injectivelabs/exceptions": "1.17.7",
48
+ "@injectivelabs/sdk-ts": "1.17.7",
49
+ "@injectivelabs/ts-types": "1.17.7",
50
+ "@injectivelabs/utils": "1.17.7",
51
+ "@injectivelabs/wallet-base": "1.17.7",
52
+ "@injectivelabs/networks": "1.17.7"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"