@trezor/connect 9.5.4-beta.1 → 9.5.4
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 +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
| Package | Stable | Canary |
|
|
2
2
|
| :------------------------------: | :----: | :----------: |
|
|
3
|
-
| npm @trezor/connect | 9.5.
|
|
4
|
-
| npm @trezor/connect-web | 9.5.
|
|
5
|
-
| npm @trezor/connect-webextension | 9.5.
|
|
3
|
+
| npm @trezor/connect | 9.5.4 | - |
|
|
4
|
+
| npm @trezor/connect-web | 9.5.4 | - |
|
|
5
|
+
| npm @trezor/connect-webextension | 9.5.4 | - |
|
|
6
6
|
| npm @trezor/connect-mobile | - | 0.0.1-beta.1 |
|
|
7
7
|
|
|
8
|
-
| Deployment | Stable |
|
|
9
|
-
| :----------------: | :----: |
|
|
10
|
-
| connect.trezor.io/ | 9.5.
|
|
8
|
+
| Deployment | Stable | Canary |
|
|
9
|
+
| :----------------: | :----: | :----: |
|
|
10
|
+
| connect.trezor.io/ | 9.5.4 | - |
|
|
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.5.4
|
|
14
|
+
# 9.5.4
|
|
15
15
|
|
|
16
16
|
If you are using @trezor/connect-web you must be using at least 9.1.5 starting from this release.
|
|
17
17
|
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @trezor/connect
|
|
2
2
|
|
|
3
|
-
API version 9.5.4
|
|
3
|
+
API version 9.5.4
|
|
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.5.4
|
|
4
|
+
exports.VERSION = '9.5.4';
|
|
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.5.4
|
|
3
|
+
"version": "9.5.4",
|
|
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,19 +79,19 @@
|
|
|
79
79
|
"@solana-program/token": "^0.5.1",
|
|
80
80
|
"@solana-program/token-2022": "^0.4.0",
|
|
81
81
|
"@solana/kit": "^2.0.0",
|
|
82
|
-
"@trezor/blockchain-link": "2.4.4
|
|
83
|
-
"@trezor/blockchain-link-types": "1.3.4
|
|
84
|
-
"@trezor/blockchain-link-utils": "1.3.4
|
|
82
|
+
"@trezor/blockchain-link": "2.4.4",
|
|
83
|
+
"@trezor/blockchain-link-types": "1.3.4",
|
|
84
|
+
"@trezor/blockchain-link-utils": "1.3.4",
|
|
85
85
|
"@trezor/connect-analytics": "1.3.2",
|
|
86
|
-
"@trezor/connect-common": "0.3.
|
|
86
|
+
"@trezor/connect-common": "0.3.4",
|
|
87
87
|
"@trezor/crypto-utils": "1.1.2",
|
|
88
88
|
"@trezor/device-utils": "1.0.2",
|
|
89
|
-
"@trezor/protobuf": "1.3.4
|
|
89
|
+
"@trezor/protobuf": "1.3.4",
|
|
90
90
|
"@trezor/protocol": "1.2.5",
|
|
91
91
|
"@trezor/schema-utils": "1.3.2",
|
|
92
|
-
"@trezor/transport": "1.4.4
|
|
93
|
-
"@trezor/utils": "9.3.4
|
|
94
|
-
"@trezor/utxo-lib": "2.3.
|
|
92
|
+
"@trezor/transport": "1.4.4",
|
|
93
|
+
"@trezor/utils": "9.3.4",
|
|
94
|
+
"@trezor/utxo-lib": "2.3.4",
|
|
95
95
|
"blakejs": "^1.2.1",
|
|
96
96
|
"bs58": "^6.0.0",
|
|
97
97
|
"bs58check": "^4.0.0",
|