@injectivelabs/wallet-wallet-connect 1.17.6 → 1.17.8

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.
@@ -7,7 +7,7 @@ let __reown_appkit_adapter_ethers = require("@reown/appkit-adapter-ethers");
7
7
  let __injectivelabs_exceptions = require("@injectivelabs/exceptions");
8
8
  let __injectivelabs_wallet_base = require("@injectivelabs/wallet-base");
9
9
 
10
- //#region \0@oxc-project+runtime@0.98.0/helpers/typeof.js
10
+ //#region \0@oxc-project+runtime@0.99.0/helpers/typeof.js
11
11
  function _typeof(o) {
12
12
  "@babel/helpers - typeof";
13
13
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
@@ -18,7 +18,7 @@ function _typeof(o) {
18
18
  }
19
19
 
20
20
  //#endregion
21
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPrimitive.js
21
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPrimitive.js
22
22
  function toPrimitive(t, r) {
23
23
  if ("object" != _typeof(t) || !t) return t;
24
24
  var e = t[Symbol.toPrimitive];
@@ -31,14 +31,14 @@ function toPrimitive(t, r) {
31
31
  }
32
32
 
33
33
  //#endregion
34
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPropertyKey.js
34
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPropertyKey.js
35
35
  function toPropertyKey(t) {
36
36
  var i = toPrimitive(t, "string");
37
37
  return "symbol" == _typeof(i) ? i : i + "";
38
38
  }
39
39
 
40
40
  //#endregion
41
- //#region \0@oxc-project+runtime@0.98.0/helpers/defineProperty.js
41
+ //#region \0@oxc-project+runtime@0.99.0/helpers/defineProperty.js
42
42
  function _defineProperty(e, r, t) {
43
43
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
44
44
  value: t,
package/dist/esm/index.js CHANGED
@@ -7,7 +7,7 @@ import { EthersAdapter } from "@reown/appkit-adapter-ethers";
7
7
  import { ErrorType, TransactionException, UnspecifiedErrorCode, WalletConnectException, WalletException } from "@injectivelabs/exceptions";
8
8
  import { BaseConcreteStrategy, WalletAction, WalletConnectStrategyEventType, WalletDeviceType, WalletEventListener } from "@injectivelabs/wallet-base";
9
9
 
10
- //#region \0@oxc-project+runtime@0.98.0/helpers/typeof.js
10
+ //#region \0@oxc-project+runtime@0.99.0/helpers/typeof.js
11
11
  function _typeof(o) {
12
12
  "@babel/helpers - typeof";
13
13
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
@@ -18,7 +18,7 @@ function _typeof(o) {
18
18
  }
19
19
 
20
20
  //#endregion
21
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPrimitive.js
21
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPrimitive.js
22
22
  function toPrimitive(t, r) {
23
23
  if ("object" != _typeof(t) || !t) return t;
24
24
  var e = t[Symbol.toPrimitive];
@@ -31,14 +31,14 @@ function toPrimitive(t, r) {
31
31
  }
32
32
 
33
33
  //#endregion
34
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPropertyKey.js
34
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPropertyKey.js
35
35
  function toPropertyKey(t) {
36
36
  var i = toPrimitive(t, "string");
37
37
  return "symbol" == _typeof(i) ? i : i + "";
38
38
  }
39
39
 
40
40
  //#endregion
41
- //#region \0@oxc-project+runtime@0.98.0/helpers/defineProperty.js
41
+ //#region \0@oxc-project+runtime@0.99.0/helpers/defineProperty.js
42
42
  function _defineProperty(e, r, t) {
43
43
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
44
44
  value: t,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@injectivelabs/wallet-wallet-connect",
3
- "version": "1.17.6",
3
+ "version": "1.17.8",
4
4
  "description": "Wallet connect strategy for use with @injectivelabs/wallet-core.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -44,10 +44,10 @@
44
44
  "dependencies": {
45
45
  "@reown/appkit": "1.8.15",
46
46
  "@reown/appkit-adapter-ethers": "1.8.15",
47
- "@injectivelabs/exceptions": "1.17.6",
48
- "@injectivelabs/sdk-ts": "1.17.6",
49
- "@injectivelabs/ts-types": "1.17.6",
50
- "@injectivelabs/wallet-base": "1.17.6"
47
+ "@injectivelabs/exceptions": "1.17.8",
48
+ "@injectivelabs/sdk-ts": "1.17.8",
49
+ "@injectivelabs/ts-types": "1.17.8",
50
+ "@injectivelabs/wallet-base": "1.17.8"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public"