@injectivelabs/wallet-strategy 1.17.6 → 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.
@@ -57,7 +57,7 @@ const loadWalletConnectStrategy = async () => {
57
57
  };
58
58
 
59
59
  //#endregion
60
- //#region \0@oxc-project+runtime@0.98.0/helpers/typeof.js
60
+ //#region \0@oxc-project+runtime@0.99.0/helpers/typeof.js
61
61
  function _typeof(o) {
62
62
  "@babel/helpers - typeof";
63
63
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
@@ -68,7 +68,7 @@ function _typeof(o) {
68
68
  }
69
69
 
70
70
  //#endregion
71
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPrimitive.js
71
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPrimitive.js
72
72
  function toPrimitive(t, r) {
73
73
  if ("object" != _typeof(t) || !t) return t;
74
74
  var e = t[Symbol.toPrimitive];
@@ -81,14 +81,14 @@ function toPrimitive(t, r) {
81
81
  }
82
82
 
83
83
  //#endregion
84
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPropertyKey.js
84
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPropertyKey.js
85
85
  function toPropertyKey(t) {
86
86
  var i = toPrimitive(t, "string");
87
87
  return "symbol" == _typeof(i) ? i : i + "";
88
88
  }
89
89
 
90
90
  //#endregion
91
- //#region \0@oxc-project+runtime@0.98.0/helpers/defineProperty.js
91
+ //#region \0@oxc-project+runtime@0.99.0/helpers/defineProperty.js
92
92
  function _defineProperty(e, r, t) {
93
93
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
94
94
  value: t,
package/dist/esm/index.js CHANGED
@@ -57,7 +57,7 @@ const loadWalletConnectStrategy = async () => {
57
57
  };
58
58
 
59
59
  //#endregion
60
- //#region \0@oxc-project+runtime@0.98.0/helpers/typeof.js
60
+ //#region \0@oxc-project+runtime@0.99.0/helpers/typeof.js
61
61
  function _typeof(o) {
62
62
  "@babel/helpers - typeof";
63
63
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
@@ -68,7 +68,7 @@ function _typeof(o) {
68
68
  }
69
69
 
70
70
  //#endregion
71
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPrimitive.js
71
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPrimitive.js
72
72
  function toPrimitive(t, r) {
73
73
  if ("object" != _typeof(t) || !t) return t;
74
74
  var e = t[Symbol.toPrimitive];
@@ -81,14 +81,14 @@ function toPrimitive(t, r) {
81
81
  }
82
82
 
83
83
  //#endregion
84
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPropertyKey.js
84
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPropertyKey.js
85
85
  function toPropertyKey(t) {
86
86
  var i = toPrimitive(t, "string");
87
87
  return "symbol" == _typeof(i) ? i : i + "";
88
88
  }
89
89
 
90
90
  //#endregion
91
- //#region \0@oxc-project+runtime@0.98.0/helpers/defineProperty.js
91
+ //#region \0@oxc-project+runtime@0.99.0/helpers/defineProperty.js
92
92
  function _defineProperty(e, r, t) {
93
93
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
94
94
  value: t,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@injectivelabs/wallet-strategy",
3
- "version": "1.17.6",
3
+ "version": "1.17.7",
4
4
  "description": "Wallet strategy with instantiated wallets",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -42,17 +42,17 @@
42
42
  "dist"
43
43
  ],
44
44
  "dependencies": {
45
- "@injectivelabs/exceptions": "1.17.6",
46
- "@injectivelabs/wallet-base": "1.17.6",
47
- "@injectivelabs/wallet-core": "1.17.6",
48
- "@injectivelabs/wallet-cosmos": "1.17.6",
49
- "@injectivelabs/wallet-evm": "1.17.6",
50
- "@injectivelabs/wallet-ledger": "1.17.6",
51
- "@injectivelabs/wallet-magic": "1.17.6",
52
- "@injectivelabs/wallet-private-key": "1.17.6",
53
- "@injectivelabs/wallet-trezor": "1.17.6",
54
- "@injectivelabs/wallet-wallet-connect": "1.17.6",
55
- "@injectivelabs/wallet-turnkey": "1.17.6"
45
+ "@injectivelabs/exceptions": "1.17.7",
46
+ "@injectivelabs/wallet-base": "1.17.7",
47
+ "@injectivelabs/wallet-core": "1.17.7",
48
+ "@injectivelabs/wallet-evm": "1.17.7",
49
+ "@injectivelabs/wallet-cosmos": "1.17.7",
50
+ "@injectivelabs/wallet-ledger": "1.17.7",
51
+ "@injectivelabs/wallet-magic": "1.17.7",
52
+ "@injectivelabs/wallet-private-key": "1.17.7",
53
+ "@injectivelabs/wallet-trezor": "1.17.7",
54
+ "@injectivelabs/wallet-wallet-connect": "1.17.7",
55
+ "@injectivelabs/wallet-turnkey": "1.17.7"
56
56
  },
57
57
  "publishConfig": {
58
58
  "access": "public"