@ledgerhq/coin-sui 0.13.0-nightly.3 → 0.13.0-nightly.4
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 +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-sui@0.13.0-nightly.
|
|
2
|
+
> @ledgerhq/coin-sui@0.13.0-nightly.3 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.13.0-nightly.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`9b8689a`](https://github.com/LedgerHQ/ledger-live/commit/9b8689ae2c44bdeccae26378e05cbf6899b83aec), [`6941aac`](https://github.com/LedgerHQ/ledger-live/commit/6941aac638dcc8d4fb03aa92f42d2a71d4089202)]:
|
|
8
|
+
- @ledgerhq/types-live@6.84.0-nightly.1
|
|
9
|
+
- @ledgerhq/coin-framework@6.4.0-nightly.4
|
|
10
|
+
|
|
3
11
|
## 0.13.0-nightly.3
|
|
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.13.0-nightly.
|
|
3
|
+
"version": "0.13.0-nightly.4",
|
|
4
4
|
"description": "Ledger Sui Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"bignumber.js": "^9.1.2",
|
|
124
124
|
"lodash": "4.17.21",
|
|
125
125
|
"rxjs": "^7.8.1",
|
|
126
|
-
"@ledgerhq/coin-framework": "^6.4.0-nightly.
|
|
126
|
+
"@ledgerhq/coin-framework": "^6.4.0-nightly.4",
|
|
127
127
|
"@ledgerhq/cryptoassets": "^13.28.0-nightly.2",
|
|
128
128
|
"@ledgerhq/errors": "^6.25.0",
|
|
129
129
|
"@ledgerhq/hw-app-sui": "^1.4.0",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"@ledgerhq/live-promise": "^0.1.1",
|
|
133
133
|
"@ledgerhq/logs": "^6.13.0",
|
|
134
134
|
"@ledgerhq/types-cryptoassets": "^7.27.0-nightly.0",
|
|
135
|
-
"@ledgerhq/types-live": "^6.
|
|
135
|
+
"@ledgerhq/types-live": "^6.84.0-nightly.1"
|
|
136
136
|
},
|
|
137
137
|
"devDependencies": {
|
|
138
138
|
"@faker-js/faker": "^8.4.1",
|