@ledgerhq/coin-sui 0.8.1-nightly.1 → 0.9.0
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 +32 -9
- package/package.json +8 -8
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-sui@0.
|
|
2
|
+
> @ledgerhq/coin-sui@0.9.0 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,21 +1,44 @@
|
|
|
1
1
|
# @ledgerhq/coin-sui
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.9.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#11154](https://github.com/LedgerHQ/ledger-live/pull/11154) [`5bb2111`](https://github.com/LedgerHQ/ledger-live/commit/5bb2111d6a0c84cd0d6508bbf33d184bc89f9da3) Thanks [@qperrot](https://github.com/qperrot)! - Remove generic type for token assets
|
|
8
|
+
|
|
9
|
+
- [#11129](https://github.com/LedgerHQ/ledger-live/pull/11129) [`2c80849`](https://github.com/LedgerHQ/ledger-live/commit/2c808497a27c144dee0b5373b84f496052b956ab) Thanks [@jccguimaraes](https://github.com/jccguimaraes)! - tests: enabled integration tests for SUI on mainnet
|
|
10
|
+
|
|
11
|
+
- [#11107](https://github.com/LedgerHQ/ledger-live/pull/11107) [`9fbb5d2`](https://github.com/LedgerHQ/ledger-live/commit/9fbb5d25c71b7ff07a919e51418696e15c321347) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - [coin-modules][SUI] fix token mapped to native coin in ALPACA listOperations
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
6
14
|
|
|
7
|
-
- Updated dependencies [[`
|
|
8
|
-
- @ledgerhq/
|
|
9
|
-
- @ledgerhq/
|
|
10
|
-
- @ledgerhq/live
|
|
11
|
-
- @ledgerhq/
|
|
15
|
+
- Updated dependencies [[`b5cbffa`](https://github.com/LedgerHQ/ledger-live/commit/b5cbffac207569027e241db761a6aa70b3b1b636), [`2da9b4a`](https://github.com/LedgerHQ/ledger-live/commit/2da9b4a5dd9fec3fea188fc9fa107b2c3479d1be), [`5bb2111`](https://github.com/LedgerHQ/ledger-live/commit/5bb2111d6a0c84cd0d6508bbf33d184bc89f9da3), [`417e4fc`](https://github.com/LedgerHQ/ledger-live/commit/417e4fc8b92ebc95542ca915e14023fdb62497bb), [`b9debdf`](https://github.com/LedgerHQ/ledger-live/commit/b9debdfbc822e9f5dc0b26619208f94bbd788777), [`9c63d6b`](https://github.com/LedgerHQ/ledger-live/commit/9c63d6b8d5fb629a19514ec36396c35eeefb96aa), [`8b0b4ef`](https://github.com/LedgerHQ/ledger-live/commit/8b0b4efaf2c0968cfb60c0cecebca9c575b00748)]:
|
|
16
|
+
- @ledgerhq/cryptoassets@13.24.0
|
|
17
|
+
- @ledgerhq/types-cryptoassets@7.25.0
|
|
18
|
+
- @ledgerhq/types-live@6.80.0
|
|
19
|
+
- @ledgerhq/coin-framework@6.0.0
|
|
20
|
+
- @ledgerhq/live-env@2.13.0
|
|
21
|
+
- @ledgerhq/live-network@2.0.14
|
|
22
|
+
|
|
23
|
+
## 0.9.0-next.0
|
|
24
|
+
|
|
25
|
+
### Minor Changes
|
|
26
|
+
|
|
27
|
+
- [#11154](https://github.com/LedgerHQ/ledger-live/pull/11154) [`5bb2111`](https://github.com/LedgerHQ/ledger-live/commit/5bb2111d6a0c84cd0d6508bbf33d184bc89f9da3) Thanks [@qperrot](https://github.com/qperrot)! - Remove generic type for token assets
|
|
28
|
+
|
|
29
|
+
- [#11129](https://github.com/LedgerHQ/ledger-live/pull/11129) [`2c80849`](https://github.com/LedgerHQ/ledger-live/commit/2c808497a27c144dee0b5373b84f496052b956ab) Thanks [@jccguimaraes](https://github.com/jccguimaraes)! - tests: enabled integration tests for SUI on mainnet
|
|
12
30
|
|
|
13
|
-
|
|
31
|
+
- [#11107](https://github.com/LedgerHQ/ledger-live/pull/11107) [`9fbb5d2`](https://github.com/LedgerHQ/ledger-live/commit/9fbb5d25c71b7ff07a919e51418696e15c321347) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - [coin-modules][SUI] fix token mapped to native coin in ALPACA listOperations
|
|
14
32
|
|
|
15
33
|
### Patch Changes
|
|
16
34
|
|
|
17
|
-
- Updated dependencies [[`9c63d6b`](https://github.com/LedgerHQ/ledger-live/commit/9c63d6b8d5fb629a19514ec36396c35eeefb96aa), [`8b0b4ef`](https://github.com/LedgerHQ/ledger-live/commit/8b0b4efaf2c0968cfb60c0cecebca9c575b00748)]:
|
|
18
|
-
- @ledgerhq/
|
|
35
|
+
- Updated dependencies [[`b5cbffa`](https://github.com/LedgerHQ/ledger-live/commit/b5cbffac207569027e241db761a6aa70b3b1b636), [`2da9b4a`](https://github.com/LedgerHQ/ledger-live/commit/2da9b4a5dd9fec3fea188fc9fa107b2c3479d1be), [`5bb2111`](https://github.com/LedgerHQ/ledger-live/commit/5bb2111d6a0c84cd0d6508bbf33d184bc89f9da3), [`417e4fc`](https://github.com/LedgerHQ/ledger-live/commit/417e4fc8b92ebc95542ca915e14023fdb62497bb), [`b9debdf`](https://github.com/LedgerHQ/ledger-live/commit/b9debdfbc822e9f5dc0b26619208f94bbd788777), [`9c63d6b`](https://github.com/LedgerHQ/ledger-live/commit/9c63d6b8d5fb629a19514ec36396c35eeefb96aa), [`8b0b4ef`](https://github.com/LedgerHQ/ledger-live/commit/8b0b4efaf2c0968cfb60c0cecebca9c575b00748)]:
|
|
36
|
+
- @ledgerhq/cryptoassets@13.24.0-next.0
|
|
37
|
+
- @ledgerhq/types-cryptoassets@7.25.0-next.0
|
|
38
|
+
- @ledgerhq/types-live@6.80.0-next.0
|
|
39
|
+
- @ledgerhq/coin-framework@6.0.0-next.0
|
|
40
|
+
- @ledgerhq/live-env@2.13.0-next.0
|
|
41
|
+
- @ledgerhq/live-network@2.0.14-next.0
|
|
19
42
|
|
|
20
43
|
## 0.8.0
|
|
21
44
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-sui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
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": "^
|
|
119
|
-
"@ledgerhq/cryptoassets": "^13.
|
|
120
|
-
"@ledgerhq/errors": "^6.
|
|
118
|
+
"@ledgerhq/coin-framework": "^6.0.0",
|
|
119
|
+
"@ledgerhq/cryptoassets": "^13.24.0",
|
|
120
|
+
"@ledgerhq/errors": "^6.23.0",
|
|
121
121
|
"@ledgerhq/hw-app-sui": "^1.2.0",
|
|
122
|
-
"@ledgerhq/live-env": "^2.13.0
|
|
123
|
-
"@ledgerhq/live-network": "^2.0.14
|
|
122
|
+
"@ledgerhq/live-env": "^2.13.0",
|
|
123
|
+
"@ledgerhq/live-network": "^2.0.14",
|
|
124
124
|
"@ledgerhq/live-promise": "^0.1.1",
|
|
125
125
|
"@ledgerhq/logs": "^6.13.0",
|
|
126
|
-
"@ledgerhq/types-cryptoassets": "^7.
|
|
127
|
-
"@ledgerhq/types-live": "^6.
|
|
126
|
+
"@ledgerhq/types-cryptoassets": "^7.25.0",
|
|
127
|
+
"@ledgerhq/types-live": "^6.80.0"
|
|
128
128
|
},
|
|
129
129
|
"devDependencies": {
|
|
130
130
|
"@faker-js/faker": "^8.4.1",
|