@trezor/connect 9.4.5-beta.1 → 9.4.5
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 +17 -15
- 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,16 +1,16 @@
|
|
|
1
|
-
| Package | Stable |
|
|
2
|
-
| :------------------------------: | :----: |
|
|
3
|
-
| npm @trezor/connect | 9.4.
|
|
4
|
-
| npm @trezor/connect-web | 9.4.
|
|
5
|
-
| npm @trezor/connect-webextension | 9.4.
|
|
1
|
+
| Package | Stable | Canary |
|
|
2
|
+
| :------------------------------: | :----: | :----: |
|
|
3
|
+
| npm @trezor/connect | 9.4.5 | - |
|
|
4
|
+
| npm @trezor/connect-web | 9.4.5 | - |
|
|
5
|
+
| npm @trezor/connect-webextension | 9.4.5 | - |
|
|
6
6
|
|
|
7
|
-
| Deployment | Stable |
|
|
8
|
-
| :----------------: | :----: |
|
|
9
|
-
| connect.trezor.io/ | 9.4.
|
|
7
|
+
| Deployment | Stable | Canary |
|
|
8
|
+
| :----------------: | :----: | :----: |
|
|
9
|
+
| connect.trezor.io/ | 9.4.5 | - |
|
|
10
10
|
|
|
11
11
|
Use the persistent link [connect.trezor.io/9](https://connect.trezor.io/9/) to access the latest stable version of Connect Explorer.
|
|
12
12
|
|
|
13
|
-
# 9.4.5
|
|
13
|
+
# 9.4.5
|
|
14
14
|
|
|
15
15
|
We’ve reverted the default setting for nVersion in Connect back to nVersion=1. Since this might be a breaking change we are going to implement it in Connect 10. (05af037)
|
|
16
16
|
|
|
@@ -27,12 +27,14 @@ We’ve reverted the default setting for nVersion in Connect back to nVersion=1.
|
|
|
27
27
|
|
|
28
28
|
## Dependencies updated
|
|
29
29
|
|
|
30
|
-
- npm-
|
|
31
|
-
- npm-
|
|
32
|
-
- npm-
|
|
33
|
-
- npm-
|
|
34
|
-
- npm-
|
|
35
|
-
- npm-release: @trezor/
|
|
30
|
+
- npm-release: @trezor/blockchain-link 2.3.4
|
|
31
|
+
- npm-release: @trezor/blockchain-link-utils 1.2.4
|
|
32
|
+
- npm-release: @trezor/analytics 1.2.4
|
|
33
|
+
- npm-release: @trezor/connect-common 0.2.5
|
|
34
|
+
- npm-release: @trezor/transport 1.3.5
|
|
35
|
+
- npm-release: @trezor/protobuf 1.2.5
|
|
36
|
+
- npm-release: @trezor/utxo-lib 2.2.4
|
|
37
|
+
- npm-release: @trezor/utils 9.2.4
|
|
36
38
|
|
|
37
39
|
# 9.4.4
|
|
38
40
|
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @trezor/connect
|
|
2
2
|
|
|
3
|
-
API version 9.4.5
|
|
3
|
+
API version 9.4.5
|
|
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.4.5
|
|
4
|
+
exports.VERSION = '9.4.5';
|
|
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.4.5
|
|
3
|
+
"version": "9.4.5",
|
|
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.",
|
|
@@ -72,16 +72,16 @@
|
|
|
72
72
|
"@ethereumjs/common": "^4.4.0",
|
|
73
73
|
"@ethereumjs/tx": "^5.4.0",
|
|
74
74
|
"@fivebinaries/coin-selection": "2.2.1",
|
|
75
|
-
"@trezor/blockchain-link": "2.3.4
|
|
75
|
+
"@trezor/blockchain-link": "2.3.4",
|
|
76
76
|
"@trezor/blockchain-link-types": "1.2.3",
|
|
77
77
|
"@trezor/connect-analytics": "1.2.3",
|
|
78
|
-
"@trezor/connect-common": "0.2.5
|
|
79
|
-
"@trezor/protobuf": "1.2.5
|
|
78
|
+
"@trezor/connect-common": "0.2.5",
|
|
79
|
+
"@trezor/protobuf": "1.2.5",
|
|
80
80
|
"@trezor/protocol": "1.2.2",
|
|
81
81
|
"@trezor/schema-utils": "1.2.3",
|
|
82
|
-
"@trezor/transport": "1.3.5
|
|
83
|
-
"@trezor/utils": "9.2.4
|
|
84
|
-
"@trezor/utxo-lib": "2.2.
|
|
82
|
+
"@trezor/transport": "1.3.5",
|
|
83
|
+
"@trezor/utils": "9.2.4",
|
|
84
|
+
"@trezor/utxo-lib": "2.2.4",
|
|
85
85
|
"blakejs": "^1.2.1",
|
|
86
86
|
"bs58": "^6.0.0",
|
|
87
87
|
"bs58check": "^4.0.0",
|