@trezor/connect-mobile 9.6.1-beta.2 → 9.6.1
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/README.md +0 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,10 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
The `@trezor/connect-mobile` package provides an implementation of `@trezor/connect` which uses deep links to communicate with the Trezor Suite Lite app.
|
|
6
6
|
|
|
7
|
-
## 🚧 BETA version, work in progress 🚧
|
|
8
|
-
|
|
9
|
-
Currently the library is still under development, only supports read-only methods and does not communicate with the production Suite Lite app.
|
|
10
|
-
|
|
11
7
|
To run a dev version of the Suite mobile app follow the instructions in [@suite-native/app](https://github.com/trezor/trezor-suite/blob/develop/suite-native/app/README.md)
|
|
12
8
|
|
|
13
9
|
## Using the Library
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trezor/connect-mobile",
|
|
3
|
-
"version": "9.6.1
|
|
3
|
+
"version": "9.6.1",
|
|
4
4
|
"license": "See LICENSE.md in repo root",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"tsx": "^4.19.3"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@trezor/connect": "^9.6.1
|
|
26
|
-
"@trezor/utils": "^9.4.1
|
|
25
|
+
"@trezor/connect": "^9.6.1",
|
|
26
|
+
"@trezor/utils": "^9.4.1"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"tslib": "^2.6.2"
|