@ledgerhq/coin-sui 0.13.0-nightly.3 → 0.13.0-nightly.5

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.13.0-nightly.2 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-sui
2
+ > @ledgerhq/coin-sui@0.13.0-nightly.4 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,21 @@
1
1
  # @ledgerhq/coin-sui
2
2
 
3
+ ## 0.13.0-nightly.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`65c128a`](https://github.com/LedgerHQ/ledger-live/commit/65c128a93f07857b421bed3696bc9984f860ada9)]:
8
+ - @ledgerhq/cryptoassets@13.28.0-nightly.3
9
+ - @ledgerhq/coin-framework@6.4.0-nightly.5
10
+
11
+ ## 0.13.0-nightly.4
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`9b8689a`](https://github.com/LedgerHQ/ledger-live/commit/9b8689ae2c44bdeccae26378e05cbf6899b83aec), [`6941aac`](https://github.com/LedgerHQ/ledger-live/commit/6941aac638dcc8d4fb03aa92f42d2a71d4089202)]:
16
+ - @ledgerhq/types-live@6.84.0-nightly.1
17
+ - @ledgerhq/coin-framework@6.4.0-nightly.4
18
+
3
19
  ## 0.13.0-nightly.3
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-sui",
3
- "version": "0.13.0-nightly.3",
3
+ "version": "0.13.0-nightly.5",
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.4.0-nightly.3",
127
- "@ledgerhq/cryptoassets": "^13.28.0-nightly.2",
126
+ "@ledgerhq/coin-framework": "^6.4.0-nightly.5",
127
+ "@ledgerhq/cryptoassets": "^13.28.0-nightly.3",
128
128
  "@ledgerhq/errors": "^6.25.0",
129
- "@ledgerhq/hw-app-sui": "^1.4.0",
130
129
  "@ledgerhq/live-env": "^2.16.0-nightly.1",
131
- "@ledgerhq/live-network": "^2.0.17-nightly.1",
132
- "@ledgerhq/live-promise": "^0.1.1",
130
+ "@ledgerhq/hw-app-sui": "^1.4.0",
133
131
  "@ledgerhq/logs": "^6.13.0",
132
+ "@ledgerhq/live-promise": "^0.1.1",
133
+ "@ledgerhq/live-network": "^2.0.17-nightly.1",
134
134
  "@ledgerhq/types-cryptoassets": "^7.27.0-nightly.0",
135
- "@ledgerhq/types-live": "^6.83.1-nightly.0"
135
+ "@ledgerhq/types-live": "^6.84.0-nightly.1"
136
136
  },
137
137
  "devDependencies": {
138
138
  "@faker-js/faker": "^8.4.1",