@trezor/connect 9.4.2-beta.2 → 9.4.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,16 +1,19 @@
1
- | Package | Stable | Canary |
2
- | :------------------------------: | :----: | :----------: |
3
- | npm @trezor/connect | 9.4.1 | 9.4.2-beta.2 |
4
- | npm @trezor/connect-web | 9.4.1 | 9.4.2-beta.2 |
5
- | npm @trezor/connect-webextension | 9.4.1 | 9.4.2-beta.2 |
1
+ | Package | Stable | Canary |
2
+ | :------------------------------: | :----: | :----: |
3
+ | npm @trezor/connect | 9.4.2 | - |
4
+ | npm @trezor/connect-web | 9.4.2 | - |
5
+ | npm @trezor/connect-webextension | 9.4.2 | - |
6
6
 
7
- | Deployment | Stable | Canary |
8
- | :----------------: | :----: | :----------: |
9
- | connect.trezor.io/ | 9.4.1 | 9.4.2-beta.2 |
7
+ | Deployment | Stable | Canary |
8
+ | :----------------: | :----: | :----: |
9
+ | connect.trezor.io/ | 9.4.2 | - |
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.2-beta.2
13
+ # 9.4.2
14
+
15
+ This release fixes an issue with TypeScript and certain libraries not being resolved correctly in the previous version.
16
+ If you are still seeing issues with USB types, please add `w3c-web-usb` to your `tsconfig.json` file under `types`.
14
17
 
15
18
  ### Features
16
19
 
@@ -36,24 +39,11 @@ Use the persistent link [connect.trezor.io/9](https://connect.trezor.io/9/) to a
36
39
  - chore(connect-explorer): improve fallback schema illustration (d0619b7)
37
40
  - chore(connect-explorer): improve typography (f730904)
38
41
 
39
- # 9.4.2-beta.1
40
-
41
- ### Features
42
-
43
- - feat(connect): return device info with method response (a378def)
44
- - docs(connect-explorer): flowchart for auto core mode (9501d3d)
45
- - docs(connect-explorer): diagram and explanation for core in popup (3bbb032)
46
-
47
- ### Fixes
48
-
49
- - Fixing an issue with typescript not being able to resolve @sinclair/typebox and USB types correctly ((98d6437))
50
- - Fixing regression that made it impossible to acquire (steal) device session over webusb (5cf83b4)
51
- - Couple of other fixes and improvements of device handling:
52
-
53
- - fix(connect): pending transport event fix (231899f)
54
- - fix(connect): DeviceList create devices sequentially (b4a915b)
42
+ ### Dependencies update
55
43
 
56
- - fix(connect-explorer): icons on index page (fef3791)
44
+ - npm-release: @trezor/connect-common 0.2.2
45
+ - npm-release: @trezor/transport 1.3.2
46
+ - npm-release: @trezor/protobuf 1.2.2
57
47
 
58
48
  ## 9.4.1
59
49
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @trezor/connect
2
2
 
3
- API version 9.4.2-beta.2
3
+ API version 9.4.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.4.2-beta.2";
1
+ export declare const VERSION = "9.4.2";
2
2
  export declare const DEFAULT_DOMAIN: string;
3
3
  export declare const CONTENT_SCRIPT_VERSION = 1;
4
4
  //# sourceMappingURL=version.d.ts.map
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CONTENT_SCRIPT_VERSION = exports.DEFAULT_DOMAIN = exports.VERSION = void 0;
4
- exports.VERSION = '9.4.2-beta.2';
4
+ exports.VERSION = '9.4.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.4.2-beta.2",
3
+ "version": "9.4.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.",
@@ -76,11 +76,11 @@
76
76
  "@trezor/blockchain-link": "2.3.1",
77
77
  "@trezor/blockchain-link-types": "1.2.1",
78
78
  "@trezor/connect-analytics": "1.2.1",
79
- "@trezor/connect-common": "0.2.2-beta.1",
80
- "@trezor/protobuf": "1.2.2-beta.1",
79
+ "@trezor/connect-common": "0.2.2",
80
+ "@trezor/protobuf": "1.2.2",
81
81
  "@trezor/protocol": "1.2.1",
82
82
  "@trezor/schema-utils": "1.2.1",
83
- "@trezor/transport": "1.3.2-beta.1",
83
+ "@trezor/transport": "1.3.2",
84
84
  "@trezor/utils": "9.2.1",
85
85
  "@trezor/utxo-lib": "2.2.1",
86
86
  "blakejs": "^1.2.1",