@ledgerhq/coin-sui 0.16.0-nightly.4 → 0.16.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.16.0-nightly.3 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-sui
2
+ > @ledgerhq/coin-sui@0.16.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,17 @@
1
1
  # @ledgerhq/coin-sui
2
2
 
3
+ ## 0.16.0-nightly.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`7744980`](https://github.com/LedgerHQ/ledger-live/commit/774498090411f1a6d6c06395dda1fc7cd24adf24), [`759064d`](https://github.com/LedgerHQ/ledger-live/commit/759064d4815c636af2d73ba548a85b4f53e7b491)]:
8
+ - @ledgerhq/types-live@6.87.0-nightly.3
9
+ - @ledgerhq/errors@6.27.0-nightly.0
10
+ - @ledgerhq/coin-framework@6.7.0-nightly.4
11
+ - @ledgerhq/cryptoassets@13.31.0-nightly.4
12
+ - @ledgerhq/live-network@2.0.20-nightly.1
13
+ - @ledgerhq/hw-app-sui@1.4.0
14
+
3
15
  ## 0.16.0-nightly.4
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-sui",
3
- "version": "0.16.0-nightly.4",
3
+ "version": "0.16.0-nightly.5",
4
4
  "description": "Ledger Sui Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -124,16 +124,16 @@
124
124
  "bignumber.js": "^9.1.2",
125
125
  "lodash": "4.17.21",
126
126
  "rxjs": "^7.8.1",
127
- "@ledgerhq/coin-framework": "^6.7.0-nightly.3",
128
- "@ledgerhq/cryptoassets": "^13.31.0-nightly.3",
129
- "@ledgerhq/errors": "^6.26.0",
127
+ "@ledgerhq/coin-framework": "^6.7.0-nightly.4",
128
+ "@ledgerhq/cryptoassets": "^13.31.0-nightly.4",
129
+ "@ledgerhq/errors": "^6.27.0-nightly.0",
130
130
  "@ledgerhq/hw-app-sui": "^1.4.0",
131
131
  "@ledgerhq/live-env": "^2.19.0-nightly.0",
132
- "@ledgerhq/live-network": "^2.0.20-nightly.0",
132
+ "@ledgerhq/live-network": "^2.0.20-nightly.1",
133
133
  "@ledgerhq/live-promise": "^0.1.1",
134
134
  "@ledgerhq/logs": "^6.13.0",
135
135
  "@ledgerhq/types-cryptoassets": "^7.29.0-nightly.0",
136
- "@ledgerhq/types-live": "^6.87.0-nightly.2"
136
+ "@ledgerhq/types-live": "^6.87.0-nightly.3"
137
137
  },
138
138
  "devDependencies": {
139
139
  "@faker-js/faker": "^8.4.1",