@injectivelabs/wallet-trezor 1.17.5 → 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 +5 -5
package/dist/cjs/index.cjs
CHANGED
|
@@ -54,7 +54,7 @@ const transformTypedData = (data, metamask_v4_compat = true) => {
|
|
|
54
54
|
};
|
|
55
55
|
|
|
56
56
|
//#endregion
|
|
57
|
-
//#region \0@oxc-project+runtime@0.
|
|
57
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/typeof.js
|
|
58
58
|
function _typeof(o) {
|
|
59
59
|
"@babel/helpers - typeof";
|
|
60
60
|
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
|
|
@@ -65,7 +65,7 @@ function _typeof(o) {
|
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
//#endregion
|
|
68
|
-
//#region \0@oxc-project+runtime@0.
|
|
68
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/toPrimitive.js
|
|
69
69
|
function toPrimitive(t, r) {
|
|
70
70
|
if ("object" != _typeof(t) || !t) return t;
|
|
71
71
|
var e = t[Symbol.toPrimitive];
|
|
@@ -78,14 +78,14 @@ function toPrimitive(t, r) {
|
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
//#endregion
|
|
81
|
-
//#region \0@oxc-project+runtime@0.
|
|
81
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/toPropertyKey.js
|
|
82
82
|
function toPropertyKey(t) {
|
|
83
83
|
var i = toPrimitive(t, "string");
|
|
84
84
|
return "symbol" == _typeof(i) ? i : i + "";
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
//#endregion
|
|
88
|
-
//#region \0@oxc-project+runtime@0.
|
|
88
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/defineProperty.js
|
|
89
89
|
function _defineProperty(e, r, t) {
|
|
90
90
|
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
91
91
|
value: t,
|
package/dist/esm/index.js
CHANGED
|
@@ -54,7 +54,7 @@ const transformTypedData = (data, metamask_v4_compat = true) => {
|
|
|
54
54
|
};
|
|
55
55
|
|
|
56
56
|
//#endregion
|
|
57
|
-
//#region \0@oxc-project+runtime@0.
|
|
57
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/typeof.js
|
|
58
58
|
function _typeof(o) {
|
|
59
59
|
"@babel/helpers - typeof";
|
|
60
60
|
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
|
|
@@ -65,7 +65,7 @@ function _typeof(o) {
|
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
//#endregion
|
|
68
|
-
//#region \0@oxc-project+runtime@0.
|
|
68
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/toPrimitive.js
|
|
69
69
|
function toPrimitive(t, r) {
|
|
70
70
|
if ("object" != _typeof(t) || !t) return t;
|
|
71
71
|
var e = t[Symbol.toPrimitive];
|
|
@@ -78,14 +78,14 @@ function toPrimitive(t, r) {
|
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
//#endregion
|
|
81
|
-
//#region \0@oxc-project+runtime@0.
|
|
81
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/toPropertyKey.js
|
|
82
82
|
function toPropertyKey(t) {
|
|
83
83
|
var i = toPrimitive(t, "string");
|
|
84
84
|
return "symbol" == _typeof(i) ? i : i + "";
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
//#endregion
|
|
88
|
-
//#region \0@oxc-project+runtime@0.
|
|
88
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/defineProperty.js
|
|
89
89
|
function _defineProperty(e, r, t) {
|
|
90
90
|
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
91
91
|
value: t,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@injectivelabs/wallet-trezor",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.7",
|
|
4
4
|
"description": "Trezor wallet strategy for use with @injectivelabs/wallet-core.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"@trezor/connect": "^9.6.4",
|
|
46
46
|
"@trezor/connect-web": "^9.6.4",
|
|
47
47
|
"viem": "^2.41.2",
|
|
48
|
-
"@injectivelabs/exceptions": "1.17.
|
|
49
|
-
"@injectivelabs/ts-types": "1.17.
|
|
50
|
-
"@injectivelabs/
|
|
51
|
-
"@injectivelabs/
|
|
48
|
+
"@injectivelabs/exceptions": "1.17.7",
|
|
49
|
+
"@injectivelabs/ts-types": "1.17.7",
|
|
50
|
+
"@injectivelabs/wallet-base": "1.17.7",
|
|
51
|
+
"@injectivelabs/sdk-ts": "1.17.7"
|
|
52
52
|
},
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"access": "public"
|