@ledgerhq/coin-sui 0.17.0-nightly.8 → 0.17.0-nightly.9
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.17.0-nightly.
|
|
2
|
+
> @ledgerhq/coin-sui@0.17.0-nightly.8 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.17.0-nightly.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`f8d904d`](https://github.com/LedgerHQ/ledger-live/commit/f8d904de5607c103549f247428b5a4079f28c1c0)]:
|
|
8
|
+
- @ledgerhq/cryptoassets@13.32.0-nightly.5
|
|
9
|
+
- @ledgerhq/coin-framework@6.8.0-nightly.7
|
|
10
|
+
|
|
3
11
|
## 0.17.0-nightly.8
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-sui",
|
|
3
|
-
"version": "0.17.0-nightly.
|
|
3
|
+
"version": "0.17.0-nightly.9",
|
|
4
4
|
"description": "Ledger Sui Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -120,16 +120,16 @@
|
|
|
120
120
|
"bignumber.js": "^9.1.2",
|
|
121
121
|
"lodash": "4.17.21",
|
|
122
122
|
"rxjs": "^7.8.1",
|
|
123
|
-
"@ledgerhq/coin-framework": "^6.8.0-nightly.
|
|
124
|
-
"@ledgerhq/cryptoassets": "^13.32.0-nightly.
|
|
123
|
+
"@ledgerhq/coin-framework": "^6.8.0-nightly.7",
|
|
124
|
+
"@ledgerhq/cryptoassets": "^13.32.0-nightly.5",
|
|
125
125
|
"@ledgerhq/errors": "^6.27.0-nightly.0",
|
|
126
126
|
"@ledgerhq/hw-app-sui": "^1.4.0",
|
|
127
127
|
"@ledgerhq/live-env": "^2.20.0-nightly.0",
|
|
128
128
|
"@ledgerhq/live-network": "^2.1.0-nightly.1",
|
|
129
|
+
"@ledgerhq/live-promise": "^0.1.1",
|
|
129
130
|
"@ledgerhq/logs": "^6.13.0",
|
|
130
131
|
"@ledgerhq/types-cryptoassets": "^7.29.0",
|
|
131
|
-
"@ledgerhq/types-live": "^6.88.0-nightly.3"
|
|
132
|
-
"@ledgerhq/live-promise": "^0.1.1"
|
|
132
|
+
"@ledgerhq/types-live": "^6.88.0-nightly.3"
|
|
133
133
|
},
|
|
134
134
|
"devDependencies": {
|
|
135
135
|
"@faker-js/faker": "^8.4.1",
|