@trezor/connect 9.5.2-beta.2 → 9.5.2

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,30 +1,26 @@
1
1
  | Package | Stable | Canary |
2
2
  | :------------------------------: | :----: | :----------: |
3
- | npm @trezor/connect | 9.5.1 | 9.5.2-beta.2 |
4
- | npm @trezor/connect-web | 9.5.1 | 9.5.2-beta.2 |
5
- | npm @trezor/connect-webextension | 9.5.1 | 9.5.2-beta.2 |
3
+ | npm @trezor/connect | 9.5.2 | - |
4
+ | npm @trezor/connect-web | 9.5.2 | - |
5
+ | npm @trezor/connect-webextension | 9.5.2 | - |
6
6
  | npm @trezor/connect-mobile | - | 0.0.1-beta.1 |
7
7
 
8
- | Deployment | Stable | Canary |
9
- | :----------------: | :----: | :----------: |
10
- | connect.trezor.io/ | 9.5.1 | 9.5.2-beta.2 |
8
+ | Deployment | Stable | Canary |
9
+ | :----------------: | :----: | :----: |
10
+ | connect.trezor.io/ | 9.5.2 | - |
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.2-beta.2
15
-
16
- Replace @solana/web3.js with @solana/kit
17
-
18
- # 9.5.2-beta.1
14
+ # 9.5.2
19
15
 
20
16
  ## Feature
21
17
 
22
18
  - feat(connect-web): forward device events in popup mode (8589d27). From now on you may listen for device events even if you are using core logic loaded into connect.trezor.io/9/popup.html. This feature was previously available only in @trezor/connect or in @trezor/connect-web using iframe.
23
- - feat(connect-web): enable coreMode auto by default (061b28a). From now on (applies for @trezor/connect-web) if you don't pass `coreMode` in TrezorConnect.init, TrezorConnect would automatically fallback to loading connect-core into popup.html instead loading it into the injected iframe. This fallback happens
24
- in cases when iframe can't be injected or trezor-bridge is not running.
19
+ - feat(connect-web): enable coreMode auto by default (061b28a). From now on (applies for @trezor/connect-web) if you don't pass `coreMode` in TrezorConnect.init, TrezorConnect would automatically fallback to loading connect-core into popup.html instead loading it into the injected iframe. This fallback happens in cases when iframe can't be injected or trezor-bridge is not running.
25
20
 
26
21
  ## Chores
27
22
 
23
+ - chore(connect): Replace @solana/web3.js with @solana/kit
28
24
  - chore(connect): update device authenticity config (ecc04a4)
29
25
  - chore(connect-common): add fw binaries for 2.8.9 (63a69af)
30
26
  - stop exporting DeviceModelInternal enum (0ad5a37, 0bcf666, 465f40a). We believe that this was only used internally.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @trezor/connect
2
2
 
3
- API version 9.5.2-beta.2
3
+ API version 9.5.2
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.5.2-beta.2";
1
+ export declare const VERSION = "9.5.2";
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.5.2-beta.2';
4
+ exports.VERSION = '9.5.2';
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.2-beta.2",
3
+ "version": "9.5.2",
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.2-beta.2",
83
- "@trezor/blockchain-link-types": "1.3.2-beta.2",
84
- "@trezor/blockchain-link-utils": "1.3.2-beta.2",
85
- "@trezor/connect-analytics": "1.3.1-beta.2",
86
- "@trezor/connect-common": "0.3.2-beta.2",
82
+ "@trezor/blockchain-link": "2.4.2",
83
+ "@trezor/blockchain-link-types": "1.3.2",
84
+ "@trezor/blockchain-link-utils": "1.3.2",
85
+ "@trezor/connect-analytics": "1.3.1",
86
+ "@trezor/connect-common": "0.3.2",
87
87
  "@trezor/crypto-utils": "1.1.1",
88
- "@trezor/device-utils": "1.0.1-beta.1",
89
- "@trezor/protobuf": "1.3.2-beta.2",
90
- "@trezor/protocol": "1.2.4-beta.2",
88
+ "@trezor/device-utils": "1.0.1",
89
+ "@trezor/protobuf": "1.3.2",
90
+ "@trezor/protocol": "1.2.4",
91
91
  "@trezor/schema-utils": "1.3.1",
92
- "@trezor/transport": "1.4.2-beta.2",
93
- "@trezor/utils": "9.3.2-beta.2",
94
- "@trezor/utxo-lib": "2.3.2-beta.1",
92
+ "@trezor/transport": "1.4.2",
93
+ "@trezor/utils": "9.3.2",
94
+ "@trezor/utxo-lib": "2.3.2",
95
95
  "blakejs": "^1.2.1",
96
96
  "bs58": "^6.0.0",
97
97
  "bs58check": "^4.0.0",