@trezor/connect 9.7.0-beta.2 → 9.7.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 +12 -10
- package/README.md +1 -1
- package/lib/data/version.d.ts +1 -1
- package/lib/data/version.js +1 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
| Package | Stable |
|
|
2
|
-
| :------------------------------: | :----: |
|
|
3
|
-
| npm @trezor/connect | 9.
|
|
4
|
-
| npm @trezor/connect-web | 9.
|
|
5
|
-
| npm @trezor/connect-webextension | 9.
|
|
6
|
-
| npm @trezor/connect-mobile | 9.
|
|
1
|
+
| Package | Stable | Canary |
|
|
2
|
+
| :------------------------------: | :----: | :----: |
|
|
3
|
+
| npm @trezor/connect | 9.7.0 | - |
|
|
4
|
+
| npm @trezor/connect-web | 9.7.0 | - |
|
|
5
|
+
| npm @trezor/connect-webextension | 9.7.0 | - |
|
|
6
|
+
| npm @trezor/connect-mobile | 9.7.0 | - |
|
|
7
7
|
|
|
8
|
-
| Deployment | Stable |
|
|
9
|
-
| :----------------: | :----: |
|
|
10
|
-
| connect.trezor.io/ | 9.
|
|
8
|
+
| Deployment | Stable | Canary |
|
|
9
|
+
| :----------------: | :----: | :----: |
|
|
10
|
+
| connect.trezor.io/ | 9.7.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.7.0
|
|
14
|
+
# 9.7.0
|
|
15
15
|
|
|
16
16
|
We are deprecating `coreMode: 'iframe'` for connect-web, which is now limited due to [Local Network Access](https://developer.chrome.com/blog/local-network-access) permission. If you are using it explicitly, we recommend moving to `coreMode: 'auto'` for a better user experience.
|
|
17
17
|
|
|
@@ -20,6 +20,8 @@ However this change required removing the `callback` and `asyncChallenge` parame
|
|
|
20
20
|
|
|
21
21
|
Monero support has been added to Connect APIs - `moneroGetAddress`, `moneroGetWatchKey`, `moneroKeyImageSync`, `moneroSignTransaction`.
|
|
22
22
|
|
|
23
|
+
This release if used in nodejs environment it requires version 22 to work.
|
|
24
|
+
|
|
23
25
|
This release also fixes import issues with CommonJS in Node environments.
|
|
24
26
|
|
|
25
27
|
- feat(connect): handle requestLogin origin in suite (a8539c8)
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @trezor/connect
|
|
2
2
|
|
|
3
|
-
API version 9.7.0
|
|
3
|
+
API version 9.7.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
|
@@ -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.0
|
|
7
|
+
exports.VERSION = '9.7.0';
|
|
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.0
|
|
3
|
+
"version": "9.7.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,22 +79,22 @@
|
|
|
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.6.0
|
|
83
|
-
"@trezor/blockchain-link-types": "1.5.0
|
|
84
|
-
"@trezor/blockchain-link-utils": "1.5.0
|
|
85
|
-
"@trezor/connect-analytics": "1.4.0
|
|
86
|
-
"@trezor/connect-common": "0.5.0
|
|
87
|
-
"@trezor/crypto-utils": "1.
|
|
88
|
-
"@trezor/device-authenticity": "1.1.0
|
|
89
|
-
"@trezor/device-utils": "1.
|
|
90
|
-
"@trezor/env-utils": "^1.5.0
|
|
91
|
-
"@trezor/protobuf": "1.5.0
|
|
92
|
-
"@trezor/protocol": "1.3.0
|
|
93
|
-
"@trezor/schema-utils": "1.
|
|
94
|
-
"@trezor/transport": "1.6.0
|
|
95
|
-
"@trezor/type-utils": "1.2.0
|
|
96
|
-
"@trezor/utils": "9.
|
|
97
|
-
"@trezor/utxo-lib": "2.
|
|
82
|
+
"@trezor/blockchain-link": "2.6.0",
|
|
83
|
+
"@trezor/blockchain-link-types": "1.5.0",
|
|
84
|
+
"@trezor/blockchain-link-utils": "1.5.0",
|
|
85
|
+
"@trezor/connect-analytics": "1.4.0",
|
|
86
|
+
"@trezor/connect-common": "0.5.0",
|
|
87
|
+
"@trezor/crypto-utils": "1.2.0",
|
|
88
|
+
"@trezor/device-authenticity": "1.1.0",
|
|
89
|
+
"@trezor/device-utils": "1.2.0",
|
|
90
|
+
"@trezor/env-utils": "^1.5.0",
|
|
91
|
+
"@trezor/protobuf": "1.5.0",
|
|
92
|
+
"@trezor/protocol": "1.3.0",
|
|
93
|
+
"@trezor/schema-utils": "1.4.0",
|
|
94
|
+
"@trezor/transport": "1.6.0",
|
|
95
|
+
"@trezor/type-utils": "1.2.0",
|
|
96
|
+
"@trezor/utils": "9.5.0",
|
|
97
|
+
"@trezor/utxo-lib": "2.5.0",
|
|
98
98
|
"blakejs": "^1.2.1",
|
|
99
99
|
"bs58": "^6.0.0",
|
|
100
100
|
"bs58check": "^4.0.0",
|