@ledgerhq/coin-internet_computer 1.9.0-nightly.5 → 1.9.0-nightly.6
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 +9 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-internet_computer@1.9.0-nightly.
|
|
2
|
+
> @ledgerhq/coin-internet_computer@1.9.0-nightly.5 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-internet_computer
|
|
3
3
|
> tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @ledgerhq/coin-internet_computer
|
|
2
2
|
|
|
3
|
+
## 1.9.0-nightly.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`51995e9`](https://github.com/LedgerHQ/ledger-live/commit/51995e96a9e1fafe14c7cbe45ce0b1ec8ebd106b)]:
|
|
8
|
+
- @ledgerhq/types-live@6.87.0-nightly.4
|
|
9
|
+
- @ledgerhq/coin-framework@6.7.0-nightly.6
|
|
10
|
+
- @ledgerhq/cryptoassets@13.31.0-nightly.6
|
|
11
|
+
|
|
3
12
|
## 1.9.0-nightly.5
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-internet_computer",
|
|
3
|
-
"version": "1.9.0-nightly.
|
|
3
|
+
"version": "1.9.0-nightly.6",
|
|
4
4
|
"description": "Ledger Internet Computer integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -94,14 +94,14 @@
|
|
|
94
94
|
"lodash": "^4.17.21",
|
|
95
95
|
"rxjs": "^7.8.1",
|
|
96
96
|
"simple-cbor": "^0.4.1",
|
|
97
|
-
"@ledgerhq/coin-framework": "^6.7.0-nightly.
|
|
98
|
-
"@ledgerhq/cryptoassets": "^13.31.0-nightly.
|
|
97
|
+
"@ledgerhq/coin-framework": "^6.7.0-nightly.6",
|
|
98
|
+
"@ledgerhq/cryptoassets": "^13.31.0-nightly.6",
|
|
99
99
|
"@ledgerhq/devices": "8.6.2-nightly.0",
|
|
100
100
|
"@ledgerhq/errors": "^6.27.0-nightly.0",
|
|
101
101
|
"@ledgerhq/live-env": "^2.19.0-nightly.1",
|
|
102
102
|
"@ledgerhq/live-network": "^2.0.20-nightly.2",
|
|
103
103
|
"@ledgerhq/logs": "^6.13.0",
|
|
104
|
-
"@ledgerhq/types-live": "^6.87.0-nightly.
|
|
104
|
+
"@ledgerhq/types-live": "^6.87.0-nightly.4"
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
107
|
"@types/invariant": "^2.2.2",
|