@trezor/connect 9.6.3-beta.2 → 9.6.3
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 +13 -15
- package/README.md +1 -1
- package/lib/data/version.d.ts +1 -1
- package/lib/data/version.js +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,26 @@
|
|
|
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.3 | - |
|
|
4
|
+
| npm @trezor/connect-web | 9.6.3 | - |
|
|
5
|
+
| npm @trezor/connect-webextension | 9.6.3 | - |
|
|
6
|
+
| npm @trezor/connect-mobile | 9.6.3 | - |
|
|
7
7
|
|
|
8
|
-
| Deployment | Stable |
|
|
9
|
-
| :----------------: | :----: |
|
|
10
|
-
| connect.trezor.io/ | 9.6.
|
|
8
|
+
| Deployment | Stable | Canary |
|
|
9
|
+
| :----------------: | :----: | :----: |
|
|
10
|
+
| connect.trezor.io/ | 9.6.3 | - |
|
|
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.3
|
|
15
|
-
|
|
16
|
-
- feat(connect): trezor bridge pinging now runs in a worker to prevent spamming developer console
|
|
17
|
-
- chore(connect): stellar code is now wrapped in a worker in the same way other coins are wrapped
|
|
18
|
-
|
|
19
|
-
# 9.6.3-beta.1
|
|
14
|
+
# 9.6.3
|
|
20
15
|
|
|
21
16
|
We’ve added support for Cardano message signing based on the CIP-8 standard, available through the new cardanoSignMessage method.
|
|
22
17
|
|
|
23
18
|
- feat(connect-explorer): Add cardanoSignMessage (bc88818)
|
|
24
19
|
- feat(connect): Cardano message signing (01c4a0f)
|
|
25
20
|
|
|
21
|
+
- feat(connect): trezor bridge pinging now runs in a worker to prevent spamming developer console
|
|
22
|
+
- chore(connect): stellar code is now wrapped in a worker in the same way other coins are wrapped
|
|
23
|
+
|
|
26
24
|
Other than that only bug fixing, refactorings and chores are present.
|
|
27
25
|
|
|
28
26
|
# 9.6.2
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @trezor/connect
|
|
2
2
|
|
|
3
|
-
API version 9.6.3
|
|
3
|
+
API version 9.6.3
|
|
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.DEFAULT_DOMAIN_MAJOR_VER = exports.VERSION = void 0;
|
|
4
|
-
exports.VERSION = '9.6.3
|
|
4
|
+
exports.VERSION = '9.6.3';
|
|
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_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.6.3
|
|
3
|
+
"version": "9.6.3",
|
|
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,21 +79,21 @@
|
|
|
79
79
|
"@solana-program/token": "^0.5.1",
|
|
80
80
|
"@solana-program/token-2022": "^0.4.2",
|
|
81
81
|
"@solana/kit": "^2.3.0",
|
|
82
|
-
"@trezor/blockchain-link": "2.5.3
|
|
83
|
-
"@trezor/blockchain-link-types": "1.4.3
|
|
84
|
-
"@trezor/blockchain-link-utils": "1.4.3
|
|
85
|
-
"@trezor/connect-analytics": "1.3.
|
|
86
|
-
"@trezor/connect-common": "0.4.3
|
|
82
|
+
"@trezor/blockchain-link": "2.5.3",
|
|
83
|
+
"@trezor/blockchain-link-types": "1.4.3",
|
|
84
|
+
"@trezor/blockchain-link-utils": "1.4.3",
|
|
85
|
+
"@trezor/connect-analytics": "1.3.6",
|
|
86
|
+
"@trezor/connect-common": "0.4.3",
|
|
87
87
|
"@trezor/crypto-utils": "1.1.4",
|
|
88
|
-
"@trezor/device-utils": "1.1.3
|
|
89
|
-
"@trezor/env-utils": "^1.4.3
|
|
90
|
-
"@trezor/protobuf": "1.4.3
|
|
91
|
-
"@trezor/protocol": "1.2.9
|
|
88
|
+
"@trezor/device-utils": "1.1.3",
|
|
89
|
+
"@trezor/env-utils": "^1.4.3",
|
|
90
|
+
"@trezor/protobuf": "1.4.3",
|
|
91
|
+
"@trezor/protocol": "1.2.9",
|
|
92
92
|
"@trezor/schema-utils": "1.3.4",
|
|
93
|
-
"@trezor/transport": "1.5.3
|
|
94
|
-
"@trezor/type-utils": "1.1.9
|
|
95
|
-
"@trezor/utils": "9.4.3
|
|
96
|
-
"@trezor/utxo-lib": "2.4.3
|
|
93
|
+
"@trezor/transport": "1.5.3",
|
|
94
|
+
"@trezor/type-utils": "1.1.9",
|
|
95
|
+
"@trezor/utils": "9.4.3",
|
|
96
|
+
"@trezor/utxo-lib": "2.4.3",
|
|
97
97
|
"blakejs": "^1.2.1",
|
|
98
98
|
"bs58": "^6.0.0",
|
|
99
99
|
"bs58check": "^4.0.0",
|