@ledgerhq/coin-canton 0.10.0-nightly.20251107095716 → 0.10.0-nightly.20251108023448
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 +4 -4
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @ledgerhq/coin-canton
|
|
2
2
|
|
|
3
|
-
## 0.10.0-nightly.
|
|
3
|
+
## 0.10.0-nightly.20251108023448
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
11
|
- Updated dependencies [[`74a340b`](https://github.com/LedgerHQ/ledger-live/commit/74a340b258589c9c37476103029eb036b930616c), [`a6bc24e`](https://github.com/LedgerHQ/ledger-live/commit/a6bc24ee988b98bf82f807ac5ce731ba79813901), [`b69c97d`](https://github.com/LedgerHQ/ledger-live/commit/b69c97d979ba97154c9abfda6abfc2a36becee4f), [`544721d`](https://github.com/LedgerHQ/ledger-live/commit/544721d198454526ef83516619d59c881ba34eb9), [`1c6f5f5`](https://github.com/LedgerHQ/ledger-live/commit/1c6f5f5843349b1955f7ca466f98cbe4ffcdaddf), [`d5d838a`](https://github.com/LedgerHQ/ledger-live/commit/d5d838a23e00edd53293843781c559c41db4e854), [`9f61dcf`](https://github.com/LedgerHQ/ledger-live/commit/9f61dcf6163fd66657e5be732c28bea623a40515), [`c0b5b9f`](https://github.com/LedgerHQ/ledger-live/commit/c0b5b9f4cdcb2ea3e15419cbf3d1a14f725c3e6a), [`70049be`](https://github.com/LedgerHQ/ledger-live/commit/70049bed0cd0a8c7a9e4947a63af82061dad46c0), [`5b41dd5`](https://github.com/LedgerHQ/ledger-live/commit/5b41dd56e024a5d03ba0e49084113c04887395db), [`c70f6a8`](https://github.com/LedgerHQ/ledger-live/commit/c70f6a8370056b6fd8f236205471359d6f9b846f)]:
|
|
12
|
-
- @ledgerhq/types-live@6.89.0-nightly.
|
|
13
|
-
- @ledgerhq/cryptoassets@13.33.0-nightly.
|
|
14
|
-
- @ledgerhq/coin-framework@6.9.0-nightly.
|
|
12
|
+
- @ledgerhq/types-live@6.89.0-nightly.20251108023448
|
|
13
|
+
- @ledgerhq/cryptoassets@13.33.0-nightly.20251108023448
|
|
14
|
+
- @ledgerhq/coin-framework@6.9.0-nightly.20251108023448
|
|
15
15
|
|
|
16
16
|
## 0.9.0
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-canton",
|
|
3
|
-
"version": "0.10.0-nightly.
|
|
3
|
+
"version": "0.10.0-nightly.20251108023448",
|
|
4
4
|
"description": "Canton coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -102,14 +102,14 @@
|
|
|
102
102
|
"invariant": "^2.2.4",
|
|
103
103
|
"protobufjs": "7.5.4",
|
|
104
104
|
"rxjs": "^7.8.1",
|
|
105
|
-
"@ledgerhq/coin-framework": "^6.9.0-nightly.
|
|
106
|
-
"@ledgerhq/cryptoassets": "^13.33.0-nightly.
|
|
105
|
+
"@ledgerhq/coin-framework": "^6.9.0-nightly.20251108023448",
|
|
106
|
+
"@ledgerhq/cryptoassets": "^13.33.0-nightly.20251108023448",
|
|
107
107
|
"@ledgerhq/devices": "8.7.0",
|
|
108
108
|
"@ledgerhq/errors": "^6.27.0",
|
|
109
|
-
"@ledgerhq/live-network": "^2.1.0",
|
|
110
109
|
"@ledgerhq/live-env": "^2.20.0",
|
|
110
|
+
"@ledgerhq/live-network": "^2.1.0",
|
|
111
111
|
"@ledgerhq/logs": "^6.13.0",
|
|
112
|
-
"@ledgerhq/types-live": "^6.89.0-nightly.
|
|
112
|
+
"@ledgerhq/types-live": "^6.89.0-nightly.20251108023448"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
115
|
"@types/invariant": "^2.2.37",
|
|
@@ -120,8 +120,8 @@
|
|
|
120
120
|
"protobufjs-cli": "1.1.2",
|
|
121
121
|
"ts-jest": "^29.1.1",
|
|
122
122
|
"typescript": "^5.4.5",
|
|
123
|
-
"@ledgerhq/
|
|
124
|
-
"@ledgerhq/
|
|
123
|
+
"@ledgerhq/types-cryptoassets": "^7.30.0",
|
|
124
|
+
"@ledgerhq/disable-network-setup": "^0.1.0"
|
|
125
125
|
},
|
|
126
126
|
"scripts": {
|
|
127
127
|
"clean": "rimraf lib lib-es",
|