@ledgerhq/coin-sui 0.16.0-nightly.4 → 0.16.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 +22 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-sui@0.16.0-nightly.
|
|
2
|
+
> @ledgerhq/coin-sui@0.16.0-nightly.5 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-sui
|
|
3
3
|
> tsc --outDir lib --module commonjs --moduleResolution node10 && tsc -m ES6 --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @ledgerhq/coin-sui
|
|
2
2
|
|
|
3
|
+
## 0.16.0-nightly.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`cadf2e1`](https://github.com/LedgerHQ/ledger-live/commit/cadf2e1dfb09248d3f77d96f94ae774425dbca75)]:
|
|
8
|
+
- @ledgerhq/live-env@2.19.0-nightly.1
|
|
9
|
+
- @ledgerhq/coin-framework@6.7.0-nightly.5
|
|
10
|
+
- @ledgerhq/cryptoassets@13.31.0-nightly.5
|
|
11
|
+
- @ledgerhq/live-network@2.0.20-nightly.2
|
|
12
|
+
|
|
13
|
+
## 0.16.0-nightly.5
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`7744980`](https://github.com/LedgerHQ/ledger-live/commit/774498090411f1a6d6c06395dda1fc7cd24adf24), [`759064d`](https://github.com/LedgerHQ/ledger-live/commit/759064d4815c636af2d73ba548a85b4f53e7b491)]:
|
|
18
|
+
- @ledgerhq/types-live@6.87.0-nightly.3
|
|
19
|
+
- @ledgerhq/errors@6.27.0-nightly.0
|
|
20
|
+
- @ledgerhq/coin-framework@6.7.0-nightly.4
|
|
21
|
+
- @ledgerhq/cryptoassets@13.31.0-nightly.4
|
|
22
|
+
- @ledgerhq/live-network@2.0.20-nightly.1
|
|
23
|
+
- @ledgerhq/hw-app-sui@1.4.0
|
|
24
|
+
|
|
3
25
|
## 0.16.0-nightly.4
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-sui",
|
|
3
|
-
"version": "0.16.0-nightly.
|
|
3
|
+
"version": "0.16.0-nightly.6",
|
|
4
4
|
"description": "Ledger Sui Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -124,16 +124,16 @@
|
|
|
124
124
|
"bignumber.js": "^9.1.2",
|
|
125
125
|
"lodash": "4.17.21",
|
|
126
126
|
"rxjs": "^7.8.1",
|
|
127
|
-
"@ledgerhq/coin-framework": "^6.7.0-nightly.
|
|
128
|
-
"@ledgerhq/cryptoassets": "^13.31.0-nightly.
|
|
129
|
-
"@ledgerhq/errors": "^6.
|
|
127
|
+
"@ledgerhq/coin-framework": "^6.7.0-nightly.5",
|
|
128
|
+
"@ledgerhq/cryptoassets": "^13.31.0-nightly.5",
|
|
129
|
+
"@ledgerhq/errors": "^6.27.0-nightly.0",
|
|
130
130
|
"@ledgerhq/hw-app-sui": "^1.4.0",
|
|
131
|
-
"@ledgerhq/live-env": "^2.19.0-nightly.
|
|
132
|
-
"@ledgerhq/live-network": "^2.0.20-nightly.
|
|
131
|
+
"@ledgerhq/live-env": "^2.19.0-nightly.1",
|
|
132
|
+
"@ledgerhq/live-network": "^2.0.20-nightly.2",
|
|
133
133
|
"@ledgerhq/live-promise": "^0.1.1",
|
|
134
134
|
"@ledgerhq/logs": "^6.13.0",
|
|
135
135
|
"@ledgerhq/types-cryptoassets": "^7.29.0-nightly.0",
|
|
136
|
-
"@ledgerhq/types-live": "^6.87.0-nightly.
|
|
136
|
+
"@ledgerhq/types-live": "^6.87.0-nightly.3"
|
|
137
137
|
},
|
|
138
138
|
"devDependencies": {
|
|
139
139
|
"@faker-js/faker": "^8.4.1",
|