@trezor/connect 9.6.0-beta.1 → 9.6.0
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 +7 -7
- package/README.md +1 -1
- package/lib/data/version.d.ts +1 -1
- package/lib/data/version.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
| Package | Stable | Canary |
|
|
2
2
|
| :------------------------------: | :----: | :----------: |
|
|
3
|
-
| npm @trezor/connect | 9.
|
|
4
|
-
| npm @trezor/connect-web | 9.
|
|
5
|
-
| npm @trezor/connect-webextension | 9.
|
|
3
|
+
| npm @trezor/connect | 9.6.0 | - |
|
|
4
|
+
| npm @trezor/connect-web | 9.6.0 | - |
|
|
5
|
+
| npm @trezor/connect-webextension | 9.6.0 | - |
|
|
6
6
|
| npm @trezor/connect-mobile | - | 0.0.1-beta.1 |
|
|
7
7
|
|
|
8
|
-
| Deployment | Stable |
|
|
9
|
-
| :----------------: | :----: |
|
|
10
|
-
| connect.trezor.io/ | 9.
|
|
8
|
+
| Deployment | Stable | Canary |
|
|
9
|
+
| :----------------: | :----: | :----: |
|
|
10
|
+
| connect.trezor.io/ | 9.6.0 | - |
|
|
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.6.0
|
|
14
|
+
# 9.6.0
|
|
15
15
|
|
|
16
16
|
Starting with Connect version 9.6.0, we are introducing a new integration with Trezor Suite. The new flow is designed to provide a more seamless and user-friendly experience for users interacting with Trezor devices.
|
|
17
17
|
To learn more, please take a look at the full [New Connect flow in Trezor Suite](https://connect.trezor.io/9.6.0-beta.1/guides/new-connect-flow-in-trezor-suite/) article.
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @trezor/connect
|
|
2
2
|
|
|
3
|
-
API version 9.6.0
|
|
3
|
+
API version 9.6.0
|
|
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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DEEPLINK_VERSION = exports.CONTENT_SCRIPT_VERSION = exports.DEFAULT_DOMAIN = exports.VERSION = void 0;
|
|
4
|
-
exports.VERSION = '9.6.0
|
|
4
|
+
exports.VERSION = '9.6.0';
|
|
5
5
|
const versionN = exports.VERSION.split('.').map(s => parseInt(s, 10));
|
|
6
6
|
const isBeta = exports.VERSION.includes('beta');
|
|
7
7
|
exports.DEFAULT_DOMAIN = isBeta
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trezor/connect",
|
|
3
|
-
"version": "9.6.0
|
|
3
|
+
"version": "9.6.0",
|
|
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.",
|
|
@@ -79,20 +79,20 @@
|
|
|
79
79
|
"@solana-program/token": "^0.5.1",
|
|
80
80
|
"@solana-program/token-2022": "^0.4.1",
|
|
81
81
|
"@solana/kit": "^2.1.1",
|
|
82
|
-
"@trezor/blockchain-link": "2.5.0
|
|
83
|
-
"@trezor/blockchain-link-types": "1.4.0
|
|
84
|
-
"@trezor/blockchain-link-utils": "1.4.0
|
|
82
|
+
"@trezor/blockchain-link": "2.5.0",
|
|
83
|
+
"@trezor/blockchain-link-types": "1.4.0",
|
|
84
|
+
"@trezor/blockchain-link-utils": "1.4.0",
|
|
85
85
|
"@trezor/connect-analytics": "1.3.3",
|
|
86
|
-
"@trezor/connect-common": "0.4.0
|
|
86
|
+
"@trezor/connect-common": "0.4.0",
|
|
87
87
|
"@trezor/crypto-utils": "1.1.3",
|
|
88
|
-
"@trezor/device-utils": "1.1.0
|
|
89
|
-
"@trezor/protobuf": "1.4.0
|
|
88
|
+
"@trezor/device-utils": "1.1.0",
|
|
89
|
+
"@trezor/protobuf": "1.4.0",
|
|
90
90
|
"@trezor/protocol": "1.2.6",
|
|
91
91
|
"@trezor/schema-utils": "1.3.3",
|
|
92
|
-
"@trezor/transport": "1.5.0
|
|
92
|
+
"@trezor/transport": "1.5.0",
|
|
93
93
|
"@trezor/type-utils": "1.1.6",
|
|
94
|
-
"@trezor/utils": "9.4.0
|
|
95
|
-
"@trezor/utxo-lib": "2.4.0
|
|
94
|
+
"@trezor/utils": "9.4.0",
|
|
95
|
+
"@trezor/utxo-lib": "2.4.0",
|
|
96
96
|
"blakejs": "^1.2.1",
|
|
97
97
|
"bs58": "^6.0.0",
|
|
98
98
|
"bs58check": "^4.0.0",
|