@injectivelabs/wallet-evm 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.
- package/dist/cjs/index.cjs +4 -4
- package/dist/esm/index.js +4 -4
- package/package.json +6 -6
package/dist/cjs/index.cjs
CHANGED
|
@@ -268,7 +268,7 @@ function getKeplrEvmFromWindow() {
|
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
//#endregion
|
|
271
|
-
//#region \0@oxc-project+runtime@0.
|
|
271
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/typeof.js
|
|
272
272
|
function _typeof(o) {
|
|
273
273
|
"@babel/helpers - typeof";
|
|
274
274
|
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
|
|
@@ -279,7 +279,7 @@ function _typeof(o) {
|
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
//#endregion
|
|
282
|
-
//#region \0@oxc-project+runtime@0.
|
|
282
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/toPrimitive.js
|
|
283
283
|
function toPrimitive(t, r) {
|
|
284
284
|
if ("object" != _typeof(t) || !t) return t;
|
|
285
285
|
var e = t[Symbol.toPrimitive];
|
|
@@ -292,14 +292,14 @@ function toPrimitive(t, r) {
|
|
|
292
292
|
}
|
|
293
293
|
|
|
294
294
|
//#endregion
|
|
295
|
-
//#region \0@oxc-project+runtime@0.
|
|
295
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/toPropertyKey.js
|
|
296
296
|
function toPropertyKey(t) {
|
|
297
297
|
var i = toPrimitive(t, "string");
|
|
298
298
|
return "symbol" == _typeof(i) ? i : i + "";
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
//#endregion
|
|
302
|
-
//#region \0@oxc-project+runtime@0.
|
|
302
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/defineProperty.js
|
|
303
303
|
function _defineProperty(e, r, t) {
|
|
304
304
|
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
305
305
|
value: t,
|
package/dist/esm/index.js
CHANGED
|
@@ -268,7 +268,7 @@ function getKeplrEvmFromWindow() {
|
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
//#endregion
|
|
271
|
-
//#region \0@oxc-project+runtime@0.
|
|
271
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/typeof.js
|
|
272
272
|
function _typeof(o) {
|
|
273
273
|
"@babel/helpers - typeof";
|
|
274
274
|
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
|
|
@@ -279,7 +279,7 @@ function _typeof(o) {
|
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
//#endregion
|
|
282
|
-
//#region \0@oxc-project+runtime@0.
|
|
282
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/toPrimitive.js
|
|
283
283
|
function toPrimitive(t, r) {
|
|
284
284
|
if ("object" != _typeof(t) || !t) return t;
|
|
285
285
|
var e = t[Symbol.toPrimitive];
|
|
@@ -292,14 +292,14 @@ function toPrimitive(t, r) {
|
|
|
292
292
|
}
|
|
293
293
|
|
|
294
294
|
//#endregion
|
|
295
|
-
//#region \0@oxc-project+runtime@0.
|
|
295
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/toPropertyKey.js
|
|
296
296
|
function toPropertyKey(t) {
|
|
297
297
|
var i = toPrimitive(t, "string");
|
|
298
298
|
return "symbol" == _typeof(i) ? i : i + "";
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
//#endregion
|
|
302
|
-
//#region \0@oxc-project+runtime@0.
|
|
302
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/defineProperty.js
|
|
303
303
|
function _defineProperty(e, r, t) {
|
|
304
304
|
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
305
305
|
value: t,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@injectivelabs/wallet-evm",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.7",
|
|
4
4
|
"description": "EVM wallet strategies for use with @injectivelabs/wallet-core.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"dist"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@injectivelabs/
|
|
46
|
-
"@injectivelabs/
|
|
47
|
-
"@injectivelabs/ts-types": "1.17.
|
|
48
|
-
"@injectivelabs/
|
|
49
|
-
"@injectivelabs/wallet-base": "1.17.
|
|
45
|
+
"@injectivelabs/exceptions": "1.17.7",
|
|
46
|
+
"@injectivelabs/utils": "1.17.7",
|
|
47
|
+
"@injectivelabs/ts-types": "1.17.7",
|
|
48
|
+
"@injectivelabs/sdk-ts": "1.17.7",
|
|
49
|
+
"@injectivelabs/wallet-base": "1.17.7"
|
|
50
50
|
},
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|