@trezor/connect 9.4.7-beta.1 → 9.4.7

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 CHANGED
@@ -1,16 +1,16 @@
1
1
  | Package | Stable | Canary |
2
2
  | :------------------------------: | :----: | :----: |
3
- | npm @trezor/connect | 9.4.6 | - |
4
- | npm @trezor/connect-web | 9.4.6 | - |
5
- | npm @trezor/connect-webextension | 9.4.6 | - |
3
+ | npm @trezor/connect | 9.4.7 | - |
4
+ | npm @trezor/connect-web | 9.4.7 | - |
5
+ | npm @trezor/connect-webextension | 9.4.7 | - |
6
6
 
7
7
  | Deployment | Stable | Canary |
8
8
  | :----------------: | :----: | :----: |
9
- | connect.trezor.io/ | 9.4.6 | - |
9
+ | connect.trezor.io/ | 9.4.7 | - |
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.7-beta.1
13
+ # 9.4.7
14
14
 
15
15
  This release mainly fixes a serialization bug in Ethereum EIP-1559 transactions that was causing signing issues in some cases, presumably since v9.4.3.
16
16
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @trezor/connect
2
2
 
3
- API version 9.4.7-beta.1
3
+ API version 9.4.7
4
4
 
5
5
  [![Build Status](https://github.com/trezor/trezor-suite/actions/workflows/test-connect.yml/badge.svg)](https://github.com/trezor/trezor-suite/actions/workflows/test-connect.yml)
6
6
  [![NPM](https://img.shields.io/npm/v/@trezor/connect.svg)](https://www.npmjs.org/package/@trezor/connect)
@@ -1,4 +1,4 @@
1
- export declare const VERSION = "9.4.7-beta.1";
1
+ export declare const VERSION = "9.4.7";
2
2
  export declare const DEFAULT_DOMAIN: string;
3
3
  export declare const CONTENT_SCRIPT_VERSION = 1;
4
4
  export declare const DEEPLINK_VERSION = 1;
@@ -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.7-beta.1';
4
+ exports.VERSION = '9.4.7';
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.7-beta.1",
3
+ "version": "9.4.7",
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.5",
76
- "@trezor/blockchain-link-types": "1.2.4",
75
+ "@trezor/blockchain-link": "2.3.6",
76
+ "@trezor/blockchain-link-types": "1.2.5",
77
77
  "@trezor/connect-analytics": "1.2.4",
78
- "@trezor/connect-common": "0.2.7-beta.1",
78
+ "@trezor/connect-common": "0.2.7",
79
79
  "@trezor/protobuf": "1.2.6",
80
80
  "@trezor/protocol": "1.2.2",
81
81
  "@trezor/schema-utils": "1.2.3",
82
- "@trezor/transport": "1.3.6",
83
- "@trezor/utils": "9.2.6-beta.1",
84
- "@trezor/utxo-lib": "2.2.5",
82
+ "@trezor/transport": "1.3.7",
83
+ "@trezor/utils": "9.2.6",
84
+ "@trezor/utxo-lib": "2.2.6",
85
85
  "blakejs": "^1.2.1",
86
86
  "bs58": "^6.0.0",
87
87
  "bs58check": "^4.0.0",