@ledgerhq/coin-sui 0.10.0-nightly.3 → 0.10.1-nightly.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 -28
- package/package.json +8 -8
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-sui@0.10.0
|
|
2
|
+
> @ledgerhq/coin-sui@0.10.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,49 +1,53 @@
|
|
|
1
1
|
# @ledgerhq/coin-sui
|
|
2
2
|
|
|
3
|
-
## 0.10.
|
|
3
|
+
## 0.10.1-nightly.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- Updated dependencies [[`
|
|
8
|
-
- @ledgerhq/
|
|
9
|
-
- @ledgerhq/
|
|
7
|
+
- Updated dependencies [[`87617a9`](https://github.com/LedgerHQ/ledger-live/commit/87617a9930be43a6cdbc5cc5711cc24b00309184), [`d6a6a94`](https://github.com/LedgerHQ/ledger-live/commit/d6a6a949d45fdd2f97f15842c808bf6d1058403f)]:
|
|
8
|
+
- @ledgerhq/live-env@2.15.0-nightly.0
|
|
9
|
+
- @ledgerhq/types-live@6.82.0-nightly.0
|
|
10
|
+
- @ledgerhq/coin-framework@6.2.0-nightly.0
|
|
11
|
+
- @ledgerhq/cryptoassets@13.25.1-nightly.0
|
|
12
|
+
- @ledgerhq/live-network@2.0.16-nightly.0
|
|
10
13
|
|
|
11
|
-
## 0.10.0
|
|
14
|
+
## 0.10.0
|
|
12
15
|
|
|
13
|
-
###
|
|
14
|
-
|
|
15
|
-
- [#11306](https://github.com/LedgerHQ/ledger-live/pull/11306) [`70720f9`](https://github.com/LedgerHQ/ledger-live/commit/70720f9dc4b72f8637051788fe76b08b38b1f5aa) Thanks [@scavassa-yld](https://github.com/scavassa-yld)! - added node headers for dev and integration tests
|
|
16
|
+
### Minor Changes
|
|
16
17
|
|
|
17
|
-
-
|
|
18
|
-
- @ledgerhq/cryptoassets@13.25.0-nightly.2
|
|
19
|
-
- @ledgerhq/coin-framework@6.1.0-nightly.2
|
|
20
|
-
- @ledgerhq/types-live@6.81.0-nightly.0
|
|
18
|
+
- [#11128](https://github.com/LedgerHQ/ledger-live/pull/11128) [`8ee9b34`](https://github.com/LedgerHQ/ledger-live/commit/8ee9b3462aee8fd40a4ff42cdd032be2da6a4969) Thanks [@jccguimaraes](https://github.com/jccguimaraes)! - Add sui alpaca api support for tokens
|
|
21
19
|
|
|
22
|
-
|
|
20
|
+
- [#11016](https://github.com/LedgerHQ/ledger-live/pull/11016) [`a8b4f57`](https://github.com/LedgerHQ/ledger-live/commit/a8b4f57bf7d82e6c2444a65901e927c3c3d64412) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - [coin-modules] add coin-framework staking API + SUI implementation
|
|
23
21
|
|
|
24
|
-
###
|
|
22
|
+
### Patch Changes
|
|
25
23
|
|
|
26
|
-
- [
|
|
24
|
+
- Updated dependencies [[`75a08cc`](https://github.com/LedgerHQ/ledger-live/commit/75a08cc3061347bae98ddef7ac3cdcd6181ddab5), [`0c8486e`](https://github.com/LedgerHQ/ledger-live/commit/0c8486ea830e9e2abf1dfc5d108117e1db733072), [`354fa83`](https://github.com/LedgerHQ/ledger-live/commit/354fa83c8107cf8e6b56a8b306569ee65980e10c), [`a8b4f57`](https://github.com/LedgerHQ/ledger-live/commit/a8b4f57bf7d82e6c2444a65901e927c3c3d64412), [`67e2a7c`](https://github.com/LedgerHQ/ledger-live/commit/67e2a7c5a74d000f22684254778dfec5b8b5163d)]:
|
|
25
|
+
- @ledgerhq/live-env@2.14.0
|
|
26
|
+
- @ledgerhq/cryptoassets@13.25.0
|
|
27
|
+
- @ledgerhq/errors@6.24.0
|
|
28
|
+
- @ledgerhq/coin-framework@6.1.0
|
|
29
|
+
- @ledgerhq/types-live@6.81.0
|
|
30
|
+
- @ledgerhq/live-network@2.0.15
|
|
31
|
+
- @ledgerhq/hw-app-sui@1.2.0
|
|
27
32
|
|
|
28
|
-
|
|
33
|
+
## 0.10.0-next.0
|
|
29
34
|
|
|
30
|
-
###
|
|
35
|
+
### Minor Changes
|
|
31
36
|
|
|
32
|
-
-
|
|
33
|
-
- @ledgerhq/cryptoassets@13.25.0-nightly.1
|
|
34
|
-
- @ledgerhq/hw-app-sui@1.3.0-nightly.0
|
|
35
|
-
- @ledgerhq/types-live@6.80.0
|
|
36
|
-
- @ledgerhq/coin-framework@6.0.1-nightly.1
|
|
37
|
+
- [#11128](https://github.com/LedgerHQ/ledger-live/pull/11128) [`8ee9b34`](https://github.com/LedgerHQ/ledger-live/commit/8ee9b3462aee8fd40a4ff42cdd032be2da6a4969) Thanks [@jccguimaraes](https://github.com/jccguimaraes)! - Add sui alpaca api support for tokens
|
|
37
38
|
|
|
38
|
-
|
|
39
|
+
- [#11016](https://github.com/LedgerHQ/ledger-live/pull/11016) [`a8b4f57`](https://github.com/LedgerHQ/ledger-live/commit/a8b4f57bf7d82e6c2444a65901e927c3c3d64412) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - [coin-modules] add coin-framework staking API + SUI implementation
|
|
39
40
|
|
|
40
41
|
### Patch Changes
|
|
41
42
|
|
|
42
|
-
- Updated dependencies [[`75a08cc`](https://github.com/LedgerHQ/ledger-live/commit/75a08cc3061347bae98ddef7ac3cdcd6181ddab5)]:
|
|
43
|
-
- @ledgerhq/live-env@2.14.0-
|
|
44
|
-
- @ledgerhq/
|
|
45
|
-
- @ledgerhq/
|
|
46
|
-
- @ledgerhq/
|
|
43
|
+
- Updated dependencies [[`75a08cc`](https://github.com/LedgerHQ/ledger-live/commit/75a08cc3061347bae98ddef7ac3cdcd6181ddab5), [`0c8486e`](https://github.com/LedgerHQ/ledger-live/commit/0c8486ea830e9e2abf1dfc5d108117e1db733072), [`354fa83`](https://github.com/LedgerHQ/ledger-live/commit/354fa83c8107cf8e6b56a8b306569ee65980e10c), [`a8b4f57`](https://github.com/LedgerHQ/ledger-live/commit/a8b4f57bf7d82e6c2444a65901e927c3c3d64412), [`67e2a7c`](https://github.com/LedgerHQ/ledger-live/commit/67e2a7c5a74d000f22684254778dfec5b8b5163d)]:
|
|
44
|
+
- @ledgerhq/live-env@2.14.0-next.0
|
|
45
|
+
- @ledgerhq/cryptoassets@13.25.0-next.0
|
|
46
|
+
- @ledgerhq/errors@6.24.0-next.0
|
|
47
|
+
- @ledgerhq/coin-framework@6.1.0-next.0
|
|
48
|
+
- @ledgerhq/types-live@6.81.0-next.0
|
|
49
|
+
- @ledgerhq/live-network@2.0.15-next.0
|
|
50
|
+
- @ledgerhq/hw-app-sui@1.2.0
|
|
47
51
|
|
|
48
52
|
## 0.9.0
|
|
49
53
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-sui",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.1-nightly.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": "^6.
|
|
119
|
-
"@ledgerhq/cryptoassets": "^13.25.
|
|
120
|
-
"@ledgerhq/errors": "^6.24.0
|
|
118
|
+
"@ledgerhq/coin-framework": "^6.2.0-nightly.0",
|
|
119
|
+
"@ledgerhq/cryptoassets": "^13.25.1-nightly.0",
|
|
120
|
+
"@ledgerhq/errors": "^6.24.0",
|
|
121
121
|
"@ledgerhq/hw-app-sui": "^1.3.0-nightly.0",
|
|
122
|
-
"@ledgerhq/live-env": "^2.
|
|
123
|
-
"@ledgerhq/live-network": "^2.0.
|
|
122
|
+
"@ledgerhq/live-env": "^2.15.0-nightly.0",
|
|
123
|
+
"@ledgerhq/live-network": "^2.0.16-nightly.0",
|
|
124
124
|
"@ledgerhq/live-promise": "^0.1.1",
|
|
125
125
|
"@ledgerhq/logs": "^6.13.0",
|
|
126
126
|
"@ledgerhq/types-cryptoassets": "^7.25.0",
|
|
127
|
-
"@ledgerhq/types-live": "^6.
|
|
127
|
+
"@ledgerhq/types-live": "^6.82.0-nightly.0"
|
|
128
128
|
},
|
|
129
129
|
"devDependencies": {
|
|
130
130
|
"@faker-js/faker": "^8.4.1",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"scripts": {
|
|
139
139
|
"clean": "rimraf lib lib-es",
|
|
140
140
|
"build": "tsc --outDir lib --module commonjs --moduleResolution node10 && tsc -m ES6 --outDir lib-es",
|
|
141
|
-
"coverage": "jest --coverage --passWithNoTests
|
|
141
|
+
"coverage": "jest --coverage --passWithNoTests",
|
|
142
142
|
"prewatch": "pnpm build",
|
|
143
143
|
"watch": "tsc --watch",
|
|
144
144
|
"watch:es": "tsc --watch -m ES6 --outDir lib-es",
|