@injectivelabs/wallet-turnkey 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.
@@ -120,7 +120,7 @@ function generateGoogleUrl({ nonce, clientId, redirectUri, scope = "openid profi
120
120
  }
121
121
 
122
122
  //#endregion
123
- //#region \0@oxc-project+runtime@0.98.0/helpers/typeof.js
123
+ //#region \0@oxc-project+runtime@0.99.0/helpers/typeof.js
124
124
  function _typeof(o) {
125
125
  "@babel/helpers - typeof";
126
126
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
@@ -131,7 +131,7 @@ function _typeof(o) {
131
131
  }
132
132
 
133
133
  //#endregion
134
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPrimitive.js
134
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPrimitive.js
135
135
  function toPrimitive(t, r) {
136
136
  if ("object" != _typeof(t) || !t) return t;
137
137
  var e = t[Symbol.toPrimitive];
@@ -144,14 +144,14 @@ function toPrimitive(t, r) {
144
144
  }
145
145
 
146
146
  //#endregion
147
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPropertyKey.js
147
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPropertyKey.js
148
148
  function toPropertyKey(t) {
149
149
  var i = toPrimitive(t, "string");
150
150
  return "symbol" == _typeof(i) ? i : i + "";
151
151
  }
152
152
 
153
153
  //#endregion
154
- //#region \0@oxc-project+runtime@0.98.0/helpers/defineProperty.js
154
+ //#region \0@oxc-project+runtime@0.99.0/helpers/defineProperty.js
155
155
  function _defineProperty(e, r, t) {
156
156
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
157
157
  value: t,
package/dist/esm/index.js CHANGED
@@ -120,7 +120,7 @@ function generateGoogleUrl({ nonce, clientId, redirectUri, scope = "openid profi
120
120
  }
121
121
 
122
122
  //#endregion
123
- //#region \0@oxc-project+runtime@0.98.0/helpers/typeof.js
123
+ //#region \0@oxc-project+runtime@0.99.0/helpers/typeof.js
124
124
  function _typeof(o) {
125
125
  "@babel/helpers - typeof";
126
126
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
@@ -131,7 +131,7 @@ function _typeof(o) {
131
131
  }
132
132
 
133
133
  //#endregion
134
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPrimitive.js
134
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPrimitive.js
135
135
  function toPrimitive(t, r) {
136
136
  if ("object" != _typeof(t) || !t) return t;
137
137
  var e = t[Symbol.toPrimitive];
@@ -144,14 +144,14 @@ function toPrimitive(t, r) {
144
144
  }
145
145
 
146
146
  //#endregion
147
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPropertyKey.js
147
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPropertyKey.js
148
148
  function toPropertyKey(t) {
149
149
  var i = toPrimitive(t, "string");
150
150
  return "symbol" == _typeof(i) ? i : i + "";
151
151
  }
152
152
 
153
153
  //#endregion
154
- //#region \0@oxc-project+runtime@0.98.0/helpers/defineProperty.js
154
+ //#region \0@oxc-project+runtime@0.99.0/helpers/defineProperty.js
155
155
  function _defineProperty(e, r, t) {
156
156
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
157
157
  value: t,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@injectivelabs/wallet-turnkey",
3
- "version": "1.17.6",
3
+ "version": "1.17.8",
4
4
  "description": "Turnkey wallet strategy for use with @injectivelabs/wallet-core.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -45,11 +45,11 @@
45
45
  "@turnkey/sdk-browser": "5.2.3",
46
46
  "@turnkey/viem": "0.9.10",
47
47
  "viem": "^2.41.2",
48
- "@injectivelabs/exceptions": "1.17.6",
49
- "@injectivelabs/sdk-ts": "1.17.6",
50
- "@injectivelabs/utils": "1.17.6",
51
- "@injectivelabs/ts-types": "1.17.6",
52
- "@injectivelabs/wallet-base": "1.17.6"
48
+ "@injectivelabs/exceptions": "1.17.8",
49
+ "@injectivelabs/sdk-ts": "1.17.8",
50
+ "@injectivelabs/utils": "1.17.8",
51
+ "@injectivelabs/ts-types": "1.17.8",
52
+ "@injectivelabs/wallet-base": "1.17.8"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"