@ledgerhq/coin-mina 1.1.3 → 1.1.4-nightly.0
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +18 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-mina@1.1.
|
|
2
|
+
> @ledgerhq/coin-mina@1.1.3 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-mina
|
|
3
3
|
> tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @ledgerhq/coin-mina
|
|
2
2
|
|
|
3
|
+
## 1.1.4-nightly.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`91fe526`](https://github.com/LedgerHQ/ledger-live/commit/91fe526be2710f0fb18b4d035a5d8de630b3d4b5)]:
|
|
8
|
+
- @ledgerhq/types-live@6.70.0-nightly.0
|
|
9
|
+
- @ledgerhq/coin-framework@5.0.1-nightly.0
|
|
10
|
+
|
|
3
11
|
## 1.1.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -10,6 +18,16 @@
|
|
|
10
18
|
- @ledgerhq/types-live@6.69.0
|
|
11
19
|
- @ledgerhq/coin-framework@5.0.0
|
|
12
20
|
|
|
21
|
+
## 1.1.3-next.0
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies [[`de92b67`](https://github.com/LedgerHQ/ledger-live/commit/de92b67ab9c8a553a817a245cecbfe292249d431), [`b599ac4`](https://github.com/LedgerHQ/ledger-live/commit/b599ac4697688459aad15371f9efea58f331dc33), [`1d72da9`](https://github.com/LedgerHQ/ledger-live/commit/1d72da911a56d5b25fb6464e60ac236927823ce4)]:
|
|
26
|
+
- @ledgerhq/types-cryptoassets@7.23.0-next.0
|
|
27
|
+
- @ledgerhq/cryptoassets@13.16.0-next.0
|
|
28
|
+
- @ledgerhq/types-live@6.69.0-next.0
|
|
29
|
+
- @ledgerhq/coin-framework@5.0.0-next.0
|
|
30
|
+
|
|
13
31
|
## 1.1.2
|
|
14
32
|
|
|
15
33
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-mina",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4-nightly.0",
|
|
4
4
|
"description": "Mina Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -108,21 +108,21 @@
|
|
|
108
108
|
"invariant": "^2.2.2",
|
|
109
109
|
"lodash": "^4.17.21",
|
|
110
110
|
"rxjs": "^7.8.1",
|
|
111
|
-
"@ledgerhq/coin-framework": "^5.0.0",
|
|
111
|
+
"@ledgerhq/coin-framework": "^5.0.1-nightly.0",
|
|
112
112
|
"@ledgerhq/cryptoassets": "^13.16.0",
|
|
113
|
-
"@ledgerhq/devices": "
|
|
114
|
-
"@ledgerhq/errors": "^6.
|
|
113
|
+
"@ledgerhq/devices": "8.4.5-nightly.0",
|
|
114
|
+
"@ledgerhq/errors": "^6.20.0-nightly.0",
|
|
115
115
|
"@ledgerhq/live-network": "^2.0.7",
|
|
116
116
|
"@ledgerhq/logs": "^6.12.0",
|
|
117
117
|
"@ledgerhq/types-cryptoassets": "^7.23.0",
|
|
118
|
-
"@ledgerhq/types-live": "^6.
|
|
118
|
+
"@ledgerhq/types-live": "^6.70.0-nightly.0"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
|
-
"@types/invariant": "^2.2.2",
|
|
122
121
|
"@types/bs58check": "^2.1.2",
|
|
123
|
-
"
|
|
122
|
+
"@types/invariant": "^2.2.2",
|
|
124
123
|
"@types/jest": "^29.5.10",
|
|
125
124
|
"@types/lodash": "^4.14.191",
|
|
125
|
+
"expect": "^27.4.6",
|
|
126
126
|
"jest": "^29.7.0",
|
|
127
127
|
"ts-jest": "^29.1.1",
|
|
128
128
|
"@ledgerhq/disable-network-setup": "^0.0.0"
|