@ledgerhq/coin-sui 0.3.3-nightly.1 → 0.3.3

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.3.3-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-sui
2
+ > @ledgerhq/coin-sui@0.3.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,27 +1,20 @@
1
1
  # @ledgerhq/coin-sui
2
2
 
3
- ## 0.3.3-nightly.1
3
+ ## 0.3.3
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`9081c26`](https://github.com/LedgerHQ/ledger-live/commit/9081c2648490f977469a33762a3c67bb2c2a0be5)]:
8
- - @ledgerhq/errors@6.21.0-nightly.0
9
- - @ledgerhq/coin-framework@5.1.0-nightly.1
10
- - @ledgerhq/live-network@2.0.8-nightly.1
11
- - @ledgerhq/hw-app-sui@1.1.0
7
+ - Updated dependencies [[`f92f49a`](https://github.com/LedgerHQ/ledger-live/commit/f92f49a003767b83b94955e920cfac8cd565c162)]:
8
+ - @ledgerhq/cryptoassets@13.17.0
9
+ - @ledgerhq/coin-framework@5.0.2
12
10
 
13
- ## 0.3.3-nightly.0
11
+ ## 0.3.3-next.0
14
12
 
15
13
  ### Patch Changes
16
14
 
17
- - Updated dependencies [[`107f35a`](https://github.com/LedgerHQ/ledger-live/commit/107f35a0650412716b088a3503b86435e6d9cf47), [`eff3c94`](https://github.com/LedgerHQ/ledger-live/commit/eff3c94c1eded61518097a4544c3f5b25db1e28a)]:
18
- - @ledgerhq/cryptoassets@13.17.0-nightly.1
19
- - @ledgerhq/errors@6.20.0-nightly.1
20
- - @ledgerhq/coin-framework@5.1.0-nightly.0
21
- - @ledgerhq/live-env@2.9.0-nightly.0
22
- - @ledgerhq/types-live@6.71.0-nightly.0
23
- - @ledgerhq/live-network@2.0.8-nightly.0
24
- - @ledgerhq/hw-app-sui@1.1.0
15
+ - Updated dependencies [[`f92f49a`](https://github.com/LedgerHQ/ledger-live/commit/f92f49a003767b83b94955e920cfac8cd565c162)]:
16
+ - @ledgerhq/cryptoassets@13.17.0-next.0
17
+ - @ledgerhq/coin-framework@5.0.2-next.0
25
18
 
26
19
  ## 0.3.2
27
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-sui",
3
- "version": "0.3.3-nightly.1",
3
+ "version": "0.3.3",
4
4
  "description": "Ledger Sui Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -114,15 +114,15 @@
114
114
  "bignumber.js": "^9.1.2",
115
115
  "lodash": "4.17.21",
116
116
  "rxjs": "^7.8.1",
117
- "@ledgerhq/coin-framework": "^5.1.0-nightly.1",
118
- "@ledgerhq/cryptoassets": "^13.17.0-nightly.1",
119
- "@ledgerhq/errors": "^6.21.0-nightly.0",
120
- "@ledgerhq/live-env": "^2.9.0-nightly.0",
121
- "@ledgerhq/live-network": "^2.0.8-nightly.1",
117
+ "@ledgerhq/coin-framework": "^5.0.2",
118
+ "@ledgerhq/cryptoassets": "^13.17.0",
119
+ "@ledgerhq/errors": "^6.19.1",
120
+ "@ledgerhq/hw-app-sui": "^1.1.0",
121
+ "@ledgerhq/live-env": "^2.8.0",
122
+ "@ledgerhq/live-network": "^2.0.7",
122
123
  "@ledgerhq/logs": "^6.12.0",
123
124
  "@ledgerhq/types-cryptoassets": "^7.23.0",
124
- "@ledgerhq/types-live": "^6.71.0-nightly.0",
125
- "@ledgerhq/hw-app-sui": "^1.1.0"
125
+ "@ledgerhq/types-live": "^6.70.0"
126
126
  },
127
127
  "devDependencies": {
128
128
  "@faker-js/faker": "^8.4.1",