@ledgerhq/coin-sui 0.10.0-nightly.2 → 0.10.0-nightly.3
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 +8 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-sui@0.10.0-nightly.
|
|
2
|
+
> @ledgerhq/coin-sui@0.10.0-nightly.2 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,13 @@
|
|
|
1
1
|
# @ledgerhq/coin-sui
|
|
2
2
|
|
|
3
|
+
## 0.10.0-nightly.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`67ec10b`](https://github.com/LedgerHQ/ledger-live/commit/67ec10b773b4a6b512a8a6485940fa0abd41c3ef)]:
|
|
8
|
+
- @ledgerhq/cryptoassets@13.25.0-nightly.3
|
|
9
|
+
- @ledgerhq/coin-framework@6.1.0-nightly.3
|
|
10
|
+
|
|
3
11
|
## 0.10.0-nightly.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-sui",
|
|
3
|
-
"version": "0.10.0-nightly.
|
|
3
|
+
"version": "0.10.0-nightly.3",
|
|
4
4
|
"description": "Ledger Sui Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -115,16 +115,16 @@
|
|
|
115
115
|
"bignumber.js": "^9.1.2",
|
|
116
116
|
"lodash": "4.17.21",
|
|
117
117
|
"rxjs": "^7.8.1",
|
|
118
|
-
"@ledgerhq/coin-framework": "^6.1.0-nightly.
|
|
119
|
-
"@ledgerhq/cryptoassets": "^13.25.0-nightly.
|
|
118
|
+
"@ledgerhq/coin-framework": "^6.1.0-nightly.3",
|
|
119
|
+
"@ledgerhq/cryptoassets": "^13.25.0-nightly.3",
|
|
120
120
|
"@ledgerhq/errors": "^6.24.0-nightly.0",
|
|
121
121
|
"@ledgerhq/hw-app-sui": "^1.3.0-nightly.0",
|
|
122
122
|
"@ledgerhq/live-env": "^2.14.0-nightly.0",
|
|
123
|
+
"@ledgerhq/live-network": "^2.0.15-nightly.0",
|
|
123
124
|
"@ledgerhq/live-promise": "^0.1.1",
|
|
124
125
|
"@ledgerhq/logs": "^6.13.0",
|
|
125
126
|
"@ledgerhq/types-cryptoassets": "^7.25.0",
|
|
126
|
-
"@ledgerhq/types-live": "^6.81.0-nightly.0"
|
|
127
|
-
"@ledgerhq/live-network": "^2.0.15-nightly.0"
|
|
127
|
+
"@ledgerhq/types-live": "^6.81.0-nightly.0"
|
|
128
128
|
},
|
|
129
129
|
"devDependencies": {
|
|
130
130
|
"@faker-js/faker": "^8.4.1",
|