@ledgerhq/coin-sui 0.12.0-nightly.5 → 0.12.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-sui@0.12.0-nightly.4 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-sui
2
+ > @ledgerhq/coin-sui@0.12.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,65 +1,51 @@
1
1
  # @ledgerhq/coin-sui
2
2
 
3
- ## 0.12.0-nightly.5
3
+ ## 0.12.1-nightly.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`e52268a`](https://github.com/LedgerHQ/ledger-live/commit/e52268a3bc7d97a7ed09ed082786a647e048a6e8), [`ff22728`](https://github.com/LedgerHQ/ledger-live/commit/ff22728a61ab2cde6835991bf8ed115d4a39a1d0)]:
8
- - @ledgerhq/live-env@2.15.0-nightly.2
9
- - @ledgerhq/coin-framework@6.3.0-nightly.3
10
- - @ledgerhq/cryptoassets@13.27.0-nightly.1
11
- - @ledgerhq/live-network@2.0.16-nightly.2
7
+ - Updated dependencies [[`c190e2b`](https://github.com/LedgerHQ/ledger-live/commit/c190e2b104a9dd0dd693c2d72433b98115f4089f)]:
8
+ - @ledgerhq/coin-framework@6.4.0-nightly.0
12
9
 
13
- ## 0.12.0-nightly.4
10
+ ## 0.12.0
14
11
 
15
12
  ### Minor Changes
16
13
 
17
- - [#11603](https://github.com/LedgerHQ/ledger-live/pull/11603) [`103bcaa`](https://github.com/LedgerHQ/ledger-live/commit/103bcaa968ac5ff9fddc8c15fb755a9103b44772) Thanks [@estrauser-ledger](https://github.com/estrauser-ledger)! - paginate sui operations in asc order
14
+ - [#11454](https://github.com/LedgerHQ/ledger-live/pull/11454) [`212f772`](https://github.com/LedgerHQ/ledger-live/commit/212f772b17dc3db97009ebe62912f8f183c1ef2e) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - chore(coin-modules): add `eqeqeq` ESLint rule
18
15
 
19
- ### Patch Changes
20
-
21
- - Updated dependencies [[`80a109a`](https://github.com/LedgerHQ/ledger-live/commit/80a109a5f8ecdbb22cf6fb3ec084398a7e54dcfb), [`3489203`](https://github.com/LedgerHQ/ledger-live/commit/34892030dcfbd1a19a0eb0a8fcae9f8f01d3d2a9)]:
22
- - @ledgerhq/types-live@6.83.0-nightly.1
23
- - @ledgerhq/coin-framework@6.3.0-nightly.2
24
-
25
- ## 0.12.0-nightly.3
16
+ - [#11178](https://github.com/LedgerHQ/ledger-live/pull/11178) [`b6af1d7`](https://github.com/LedgerHQ/ledger-live/commit/b6af1d7d4bc8aba35497242f6863620c7080162c) Thanks [@jccguimaraes](https://github.com/jccguimaraes)! - feat: added staking feature for sui
26
17
 
27
18
  ### Patch Changes
28
19
 
29
- - [#11600](https://github.com/LedgerHQ/ledger-live/pull/11600) [`244206f`](https://github.com/LedgerHQ/ledger-live/commit/244206f3ad721bd1b3c4908f5b02f6bd132dfcf7) Thanks [@jprudent](https://github.com/jprudent)! - fix(sui): do not set tx hash in block hash
20
+ - Updated dependencies [[`12277dc`](https://github.com/LedgerHQ/ledger-live/commit/12277dcb478f24152060e3e11e2eb37d650b5b60), [`acdc089`](https://github.com/LedgerHQ/ledger-live/commit/acdc089f934461dd2fdfdfd61aa907f1520a5d7b), [`87617a9`](https://github.com/LedgerHQ/ledger-live/commit/87617a9930be43a6cdbc5cc5711cc24b00309184), [`9fcc4eb`](https://github.com/LedgerHQ/ledger-live/commit/9fcc4eb5cd6e96e772daa154bd87ae374f925ddc), [`e9fa7aa`](https://github.com/LedgerHQ/ledger-live/commit/e9fa7aa8c8d0414416ec7c12acf30b7623b2eda3), [`d6a6a94`](https://github.com/LedgerHQ/ledger-live/commit/d6a6a949d45fdd2f97f15842c808bf6d1058403f), [`b6af1d7`](https://github.com/LedgerHQ/ledger-live/commit/b6af1d7d4bc8aba35497242f6863620c7080162c), [`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1), [`0356d19`](https://github.com/LedgerHQ/ledger-live/commit/0356d1904dbb5e856970fa7e7ebb206eed7b4c5d), [`516176d`](https://github.com/LedgerHQ/ledger-live/commit/516176d18c7f53961799e92e8804c4a756684266)]:
21
+ - @ledgerhq/types-cryptoassets@7.26.0
22
+ - @ledgerhq/cryptoassets@13.27.0
23
+ - @ledgerhq/coin-framework@6.3.0
24
+ - @ledgerhq/live-env@2.15.0
25
+ - @ledgerhq/types-live@6.83.0
26
+ - @ledgerhq/hw-app-sui@1.4.0
27
+ - @ledgerhq/errors@6.25.0
28
+ - @ledgerhq/live-network@2.0.16
30
29
 
31
- ## 0.12.0-nightly.2
30
+ ## 0.12.0-next.0
32
31
 
33
32
  ### Minor Changes
34
33
 
35
- - [#11273](https://github.com/LedgerHQ/ledger-live/pull/11273) [`2482195`](https://github.com/LedgerHQ/ledger-live/commit/24821957c838a304be60ff6e16798ef3cac987cd) Thanks [@estrauser-ledger](https://github.com/estrauser-ledger)! - add cursor to pagintion api
36
-
37
- ### Patch Changes
38
-
39
- - Updated dependencies [[`2482195`](https://github.com/LedgerHQ/ledger-live/commit/24821957c838a304be60ff6e16798ef3cac987cd), [`228ed30`](https://github.com/LedgerHQ/ledger-live/commit/228ed3030601644e807e85a1693276b788b5cd2a), [`89fc31e`](https://github.com/LedgerHQ/ledger-live/commit/89fc31e8ecfc5e2fd679a2694b3514f8fb19d7b7), [`544edf6`](https://github.com/LedgerHQ/ledger-live/commit/544edf6bb461d48e743dc410c6bc95dc35b5fa70)]:
40
- - @ledgerhq/coin-framework@6.3.0-nightly.1
41
- - @ledgerhq/types-live@6.83.0-nightly.0
42
-
43
- ## 0.12.0-nightly.1
44
-
45
- ### Patch Changes
46
-
47
- - Updated dependencies [[`12277dc`](https://github.com/LedgerHQ/ledger-live/commit/12277dcb478f24152060e3e11e2eb37d650b5b60)]:
48
- - @ledgerhq/types-cryptoassets@7.26.0-nightly.1
49
- - @ledgerhq/cryptoassets@13.27.0-nightly.0
50
- - @ledgerhq/coin-framework@6.2.1-nightly.0
51
- - @ledgerhq/types-live@6.82.0
52
-
53
- ## 0.12.0-nightly.0
54
-
55
- ### Minor Changes
34
+ - [#11454](https://github.com/LedgerHQ/ledger-live/pull/11454) [`212f772`](https://github.com/LedgerHQ/ledger-live/commit/212f772b17dc3db97009ebe62912f8f183c1ef2e) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - chore(coin-modules): add `eqeqeq` ESLint rule
56
35
 
57
36
  - [#11178](https://github.com/LedgerHQ/ledger-live/pull/11178) [`b6af1d7`](https://github.com/LedgerHQ/ledger-live/commit/b6af1d7d4bc8aba35497242f6863620c7080162c) Thanks [@jccguimaraes](https://github.com/jccguimaraes)! - feat: added staking feature for sui
58
37
 
59
38
  ### Patch Changes
60
39
 
61
- - Updated dependencies [[`b6af1d7`](https://github.com/LedgerHQ/ledger-live/commit/b6af1d7d4bc8aba35497242f6863620c7080162c)]:
62
- - @ledgerhq/hw-app-sui@1.4.0-nightly.0
40
+ - Updated dependencies [[`12277dc`](https://github.com/LedgerHQ/ledger-live/commit/12277dcb478f24152060e3e11e2eb37d650b5b60), [`acdc089`](https://github.com/LedgerHQ/ledger-live/commit/acdc089f934461dd2fdfdfd61aa907f1520a5d7b), [`87617a9`](https://github.com/LedgerHQ/ledger-live/commit/87617a9930be43a6cdbc5cc5711cc24b00309184), [`9fcc4eb`](https://github.com/LedgerHQ/ledger-live/commit/9fcc4eb5cd6e96e772daa154bd87ae374f925ddc), [`e9fa7aa`](https://github.com/LedgerHQ/ledger-live/commit/e9fa7aa8c8d0414416ec7c12acf30b7623b2eda3), [`d6a6a94`](https://github.com/LedgerHQ/ledger-live/commit/d6a6a949d45fdd2f97f15842c808bf6d1058403f), [`b6af1d7`](https://github.com/LedgerHQ/ledger-live/commit/b6af1d7d4bc8aba35497242f6863620c7080162c), [`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1), [`0356d19`](https://github.com/LedgerHQ/ledger-live/commit/0356d1904dbb5e856970fa7e7ebb206eed7b4c5d), [`516176d`](https://github.com/LedgerHQ/ledger-live/commit/516176d18c7f53961799e92e8804c4a756684266)]:
41
+ - @ledgerhq/types-cryptoassets@7.26.0-next.0
42
+ - @ledgerhq/cryptoassets@13.27.0-next.0
43
+ - @ledgerhq/coin-framework@6.3.0-next.0
44
+ - @ledgerhq/live-env@2.15.0-next.0
45
+ - @ledgerhq/types-live@6.83.0-next.0
46
+ - @ledgerhq/hw-app-sui@1.4.0-next.0
47
+ - @ledgerhq/errors@6.25.0-next.0
48
+ - @ledgerhq/live-network@2.0.16-next.0
63
49
 
64
50
  ## 0.11.0
65
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-sui",
3
- "version": "0.12.0-nightly.5",
3
+ "version": "0.12.1-nightly.0",
4
4
  "description": "Ledger Sui Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -123,16 +123,16 @@
123
123
  "bignumber.js": "^9.1.2",
124
124
  "lodash": "4.17.21",
125
125
  "rxjs": "^7.8.1",
126
- "@ledgerhq/coin-framework": "^6.3.0-nightly.3",
127
- "@ledgerhq/cryptoassets": "^13.27.0-nightly.1",
128
- "@ledgerhq/errors": "^6.25.0-nightly.0",
129
- "@ledgerhq/hw-app-sui": "^1.4.0-nightly.0",
130
- "@ledgerhq/live-env": "^2.15.0-nightly.2",
131
- "@ledgerhq/live-network": "^2.0.16-nightly.2",
126
+ "@ledgerhq/cryptoassets": "^13.27.0",
127
+ "@ledgerhq/errors": "^6.25.0",
128
+ "@ledgerhq/coin-framework": "^6.4.0-nightly.0",
129
+ "@ledgerhq/hw-app-sui": "^1.4.0",
130
+ "@ledgerhq/live-env": "^2.15.0",
131
+ "@ledgerhq/live-network": "^2.0.16",
132
132
  "@ledgerhq/live-promise": "^0.1.1",
133
133
  "@ledgerhq/logs": "^6.13.0",
134
- "@ledgerhq/types-cryptoassets": "^7.26.0-nightly.1",
135
- "@ledgerhq/types-live": "^6.83.0-nightly.1"
134
+ "@ledgerhq/types-cryptoassets": "^7.26.0",
135
+ "@ledgerhq/types-live": "^6.83.0"
136
136
  },
137
137
  "devDependencies": {
138
138
  "@faker-js/faker": "^8.4.1",