@injectivelabs/wallet-base 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.
- package/dist/cjs/index.cjs +4 -4
- package/dist/esm/index.js +4 -4
- package/package.json +4 -4
package/dist/cjs/index.cjs
CHANGED
|
@@ -266,7 +266,7 @@ const DEFAULT_NUM_ADDRESSES_TO_FETCH = 5;
|
|
|
266
266
|
const DEFAULT_ADDRESS_SEARCH_LIMIT = 100;
|
|
267
267
|
|
|
268
268
|
//#endregion
|
|
269
|
-
//#region \0@oxc-project+runtime@0.
|
|
269
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/typeof.js
|
|
270
270
|
function _typeof(o) {
|
|
271
271
|
"@babel/helpers - typeof";
|
|
272
272
|
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
|
|
@@ -277,7 +277,7 @@ function _typeof(o) {
|
|
|
277
277
|
}
|
|
278
278
|
|
|
279
279
|
//#endregion
|
|
280
|
-
//#region \0@oxc-project+runtime@0.
|
|
280
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/toPrimitive.js
|
|
281
281
|
function toPrimitive(t, r) {
|
|
282
282
|
if ("object" != _typeof(t) || !t) return t;
|
|
283
283
|
var e = t[Symbol.toPrimitive];
|
|
@@ -290,14 +290,14 @@ function toPrimitive(t, r) {
|
|
|
290
290
|
}
|
|
291
291
|
|
|
292
292
|
//#endregion
|
|
293
|
-
//#region \0@oxc-project+runtime@0.
|
|
293
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/toPropertyKey.js
|
|
294
294
|
function toPropertyKey(t) {
|
|
295
295
|
var i = toPrimitive(t, "string");
|
|
296
296
|
return "symbol" == _typeof(i) ? i : i + "";
|
|
297
297
|
}
|
|
298
298
|
|
|
299
299
|
//#endregion
|
|
300
|
-
//#region \0@oxc-project+runtime@0.
|
|
300
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/defineProperty.js
|
|
301
301
|
function _defineProperty(e, r, t) {
|
|
302
302
|
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
303
303
|
value: t,
|
package/dist/esm/index.js
CHANGED
|
@@ -239,7 +239,7 @@ const DEFAULT_NUM_ADDRESSES_TO_FETCH = 5;
|
|
|
239
239
|
const DEFAULT_ADDRESS_SEARCH_LIMIT = 100;
|
|
240
240
|
|
|
241
241
|
//#endregion
|
|
242
|
-
//#region \0@oxc-project+runtime@0.
|
|
242
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/typeof.js
|
|
243
243
|
function _typeof(o) {
|
|
244
244
|
"@babel/helpers - typeof";
|
|
245
245
|
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
|
|
@@ -250,7 +250,7 @@ function _typeof(o) {
|
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
//#endregion
|
|
253
|
-
//#region \0@oxc-project+runtime@0.
|
|
253
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/toPrimitive.js
|
|
254
254
|
function toPrimitive(t, r) {
|
|
255
255
|
if ("object" != _typeof(t) || !t) return t;
|
|
256
256
|
var e = t[Symbol.toPrimitive];
|
|
@@ -263,14 +263,14 @@ function toPrimitive(t, r) {
|
|
|
263
263
|
}
|
|
264
264
|
|
|
265
265
|
//#endregion
|
|
266
|
-
//#region \0@oxc-project+runtime@0.
|
|
266
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/toPropertyKey.js
|
|
267
267
|
function toPropertyKey(t) {
|
|
268
268
|
var i = toPrimitive(t, "string");
|
|
269
269
|
return "symbol" == _typeof(i) ? i : i + "";
|
|
270
270
|
}
|
|
271
271
|
|
|
272
272
|
//#endregion
|
|
273
|
-
//#region \0@oxc-project+runtime@0.
|
|
273
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/defineProperty.js
|
|
274
274
|
function _defineProperty(e, r, t) {
|
|
275
275
|
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
276
276
|
value: t,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@injectivelabs/wallet-base",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.8",
|
|
4
4
|
"description": "Base wallet strategy for use with @injectivelabs/wallet-core.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"eip1193-provider": "^1.0.1",
|
|
46
46
|
"viem": "^2.41.2",
|
|
47
|
-
"@injectivelabs/exceptions": "1.17.
|
|
48
|
-
"@injectivelabs/sdk-ts": "1.17.
|
|
49
|
-
"@injectivelabs/ts-types": "1.17.
|
|
47
|
+
"@injectivelabs/exceptions": "1.17.8",
|
|
48
|
+
"@injectivelabs/sdk-ts": "1.17.8",
|
|
49
|
+
"@injectivelabs/ts-types": "1.17.8"
|
|
50
50
|
},
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|