@trezor/connect 9.6.1-beta.2 → 9.6.1
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 +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
| Package | Stable |
|
|
2
|
-
| :------------------------------: | :----: |
|
|
3
|
-
| npm @trezor/connect | 9.6.
|
|
4
|
-
| npm @trezor/connect-web | 9.6.
|
|
5
|
-
| npm @trezor/connect-webextension | 9.6.
|
|
6
|
-
| npm @trezor/connect-mobile | 9.6.
|
|
1
|
+
| Package | Stable | Canary |
|
|
2
|
+
| :------------------------------: | :----: | :----: |
|
|
3
|
+
| npm @trezor/connect | 9.6.1 | - |
|
|
4
|
+
| npm @trezor/connect-web | 9.6.1 | - |
|
|
5
|
+
| npm @trezor/connect-webextension | 9.6.1 | - |
|
|
6
|
+
| npm @trezor/connect-mobile | 9.6.1 | - |
|
|
7
7
|
|
|
8
|
-
| Deployment | Stable |
|
|
9
|
-
| :----------------: | :----: |
|
|
10
|
-
| connect.trezor.io/ | 9.6.
|
|
8
|
+
| Deployment | Stable | Canary |
|
|
9
|
+
| :----------------: | :----: | :----: |
|
|
10
|
+
| connect.trezor.io/ | 9.6.1 | - |
|
|
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.1
|
|
14
|
+
# 9.6.1
|
|
15
15
|
|
|
16
16
|
Minor improvements and fixes regarding the [New Connect flow in Trezor Suite](https://connect.trezor.io/9/guides/new-connect-flow-in-trezor-suite/).
|
|
17
17
|
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @trezor/connect
|
|
2
2
|
|
|
3
|
-
API version 9.6.1
|
|
3
|
+
API version 9.6.1
|
|
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.1
|
|
4
|
+
exports.VERSION = '9.6.1';
|
|
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.1
|
|
3
|
+
"version": "9.6.1",
|
|
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.2",
|
|
81
81
|
"@solana/kit": "^2.1.1",
|
|
82
|
-
"@trezor/blockchain-link": "2.5.1
|
|
83
|
-
"@trezor/blockchain-link-types": "1.4.1
|
|
84
|
-
"@trezor/blockchain-link-utils": "1.4.1
|
|
85
|
-
"@trezor/connect-analytics": "1.3.4
|
|
86
|
-
"@trezor/connect-common": "0.4.1
|
|
82
|
+
"@trezor/blockchain-link": "2.5.1",
|
|
83
|
+
"@trezor/blockchain-link-types": "1.4.1",
|
|
84
|
+
"@trezor/blockchain-link-utils": "1.4.1",
|
|
85
|
+
"@trezor/connect-analytics": "1.3.4",
|
|
86
|
+
"@trezor/connect-common": "0.4.1",
|
|
87
87
|
"@trezor/crypto-utils": "1.1.3",
|
|
88
|
-
"@trezor/device-utils": "1.1.1
|
|
89
|
-
"@trezor/protobuf": "1.4.1
|
|
90
|
-
"@trezor/protocol": "1.2.7
|
|
88
|
+
"@trezor/device-utils": "1.1.1",
|
|
89
|
+
"@trezor/protobuf": "1.4.1",
|
|
90
|
+
"@trezor/protocol": "1.2.7",
|
|
91
91
|
"@trezor/schema-utils": "1.3.3",
|
|
92
|
-
"@trezor/transport": "1.5.1
|
|
93
|
-
"@trezor/type-utils": "1.1.7
|
|
94
|
-
"@trezor/utils": "9.4.1
|
|
95
|
-
"@trezor/utxo-lib": "2.4.1
|
|
92
|
+
"@trezor/transport": "1.5.1",
|
|
93
|
+
"@trezor/type-utils": "1.1.7",
|
|
94
|
+
"@trezor/utils": "9.4.1",
|
|
95
|
+
"@trezor/utxo-lib": "2.4.1",
|
|
96
96
|
"blakejs": "^1.2.1",
|
|
97
97
|
"bs58": "^6.0.0",
|
|
98
98
|
"bs58check": "^4.0.0",
|