@trezor/connect 9.7.2-beta.1 → 9.7.2
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/CHANGELOG.md +10 -10
- package/README.md +1 -1
- package/lib/data/version.d.ts +1 -1
- package/lib/data/version.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
| Package | Stable |
|
|
2
|
-
| :------------------------------: | :----: |
|
|
3
|
-
| npm @trezor/connect | 9.7.
|
|
4
|
-
| npm @trezor/connect-web | 9.7.
|
|
5
|
-
| npm @trezor/connect-webextension | 9.7.
|
|
6
|
-
| npm @trezor/connect-mobile | 9.7.
|
|
1
|
+
| Package | Stable | Canary |
|
|
2
|
+
| :------------------------------: | :----: | :----: |
|
|
3
|
+
| npm @trezor/connect | 9.7.2 | - |
|
|
4
|
+
| npm @trezor/connect-web | 9.7.2 | - |
|
|
5
|
+
| npm @trezor/connect-webextension | 9.7.2 | - |
|
|
6
|
+
| npm @trezor/connect-mobile | 9.7.2 | - |
|
|
7
7
|
|
|
8
|
-
| Deployment | Stable |
|
|
9
|
-
| :----------------: | :----: |
|
|
10
|
-
| connect.trezor.io/ | 9.7.
|
|
8
|
+
| Deployment | Stable | Canary |
|
|
9
|
+
| :----------------: | :----: | :----: |
|
|
10
|
+
| connect.trezor.io/ | 9.7.2 | - |
|
|
11
11
|
|
|
12
12
|
Use the persistent link [connect.trezor.io/9](https://connect.trezor.io/9/) to access the latest stable version of Connect Explorer.
|
|
13
13
|
|
|
14
|
-
# 9.7.2
|
|
14
|
+
# 9.7.2
|
|
15
15
|
|
|
16
16
|
We have added support for Tron network in Connect APIs - `tronGetAddress`, `tronSignTransaction`. Available for firmware 2.10.1 and later.
|
|
17
17
|
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @trezor/connect
|
|
2
2
|
|
|
3
|
-
API version 9.7.2
|
|
3
|
+
API version 9.7.2
|
|
4
4
|
|
|
5
5
|
[](https://github.com/trezor/trezor-suite/actions/workflows/test-connect.yml)
|
|
6
6
|
[](https://www.npmjs.org/package/@trezor/connect)
|
package/lib/data/version.d.ts
CHANGED
package/lib/data/version.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.DEEPLINK_VERSION = exports.CONTENT_SCRIPT_VERSION = exports.DEFAULT_DOMAIN = exports.DEFAULT_DOMAIN_MAJOR_VER = exports.VERSION = void 0;
|
|
7
|
-
exports.VERSION = '9.7.2
|
|
7
|
+
exports.VERSION = '9.7.2';
|
|
8
8
|
const versionN = exports.VERSION.split('.').map(s => parseInt(s, 10));
|
|
9
9
|
const isBeta = exports.VERSION.includes('beta');
|
|
10
10
|
exports.DEFAULT_DOMAIN_MAJOR_VER = `https://connect.trezor.io/${versionN[0]}/`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trezor/connect",
|
|
3
|
-
"version": "9.7.2
|
|
3
|
+
"version": "9.7.2",
|
|
4
4
|
"author": "Trezor <info@trezor.io>",
|
|
5
5
|
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/connect",
|
|
6
6
|
"description": "High-level javascript interface for Trezor hardware wallet.",
|
|
@@ -80,18 +80,18 @@
|
|
|
80
80
|
"@solana-program/token-2022": "^0.4.2",
|
|
81
81
|
"@solana/kit": "^2.3.0",
|
|
82
82
|
"@trezor/blockchain-link": "2.6.1",
|
|
83
|
-
"@trezor/blockchain-link-types": "1.5.
|
|
84
|
-
"@trezor/blockchain-link-utils": "1.5.
|
|
83
|
+
"@trezor/blockchain-link-types": "1.5.1",
|
|
84
|
+
"@trezor/blockchain-link-utils": "1.5.2",
|
|
85
85
|
"@trezor/connect-analytics": "1.4.0",
|
|
86
|
-
"@trezor/connect-common": "0.5.
|
|
86
|
+
"@trezor/connect-common": "0.5.1",
|
|
87
87
|
"@trezor/crypto-utils": "1.2.0",
|
|
88
|
-
"@trezor/device-authenticity": "1.1.
|
|
88
|
+
"@trezor/device-authenticity": "1.1.2",
|
|
89
89
|
"@trezor/device-utils": "1.2.0",
|
|
90
90
|
"@trezor/env-utils": "^1.5.0",
|
|
91
|
-
"@trezor/protobuf": "1.5.2
|
|
91
|
+
"@trezor/protobuf": "1.5.2",
|
|
92
92
|
"@trezor/protocol": "1.3.0",
|
|
93
93
|
"@trezor/schema-utils": "1.4.0",
|
|
94
|
-
"@trezor/transport": "1.6.
|
|
94
|
+
"@trezor/transport": "1.6.2",
|
|
95
95
|
"@trezor/type-utils": "1.2.0",
|
|
96
96
|
"@trezor/utils": "9.5.0",
|
|
97
97
|
"@trezor/utxo-lib": "2.5.0",
|