@ledgerhq/coin-sui 0.13.0-nightly.2 → 0.13.0-nightly.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.13.0-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-sui
2
+ > @ledgerhq/coin-sui@0.13.0-nightly.2 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,15 @@
1
1
  # @ledgerhq/coin-sui
2
2
 
3
+ ## 0.13.0-nightly.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`d56bebe`](https://github.com/LedgerHQ/ledger-live/commit/d56bebe672a1ed825697b371662dbff19dcc63d8)]:
8
+ - @ledgerhq/types-cryptoassets@7.27.0-nightly.0
9
+ - @ledgerhq/cryptoassets@13.28.0-nightly.2
10
+ - @ledgerhq/coin-framework@6.4.0-nightly.3
11
+ - @ledgerhq/types-live@6.83.1-nightly.0
12
+
3
13
  ## 0.13.0-nightly.2
4
14
 
5
15
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-sui",
3
- "version": "0.13.0-nightly.2",
3
+ "version": "0.13.0-nightly.3",
4
4
  "description": "Ledger Sui Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -123,15 +123,15 @@
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.2",
127
- "@ledgerhq/cryptoassets": "^13.28.0-nightly.1",
126
+ "@ledgerhq/coin-framework": "^6.4.0-nightly.3",
127
+ "@ledgerhq/cryptoassets": "^13.28.0-nightly.2",
128
128
  "@ledgerhq/errors": "^6.25.0",
129
129
  "@ledgerhq/hw-app-sui": "^1.4.0",
130
130
  "@ledgerhq/live-env": "^2.16.0-nightly.1",
131
131
  "@ledgerhq/live-network": "^2.0.17-nightly.1",
132
132
  "@ledgerhq/live-promise": "^0.1.1",
133
133
  "@ledgerhq/logs": "^6.13.0",
134
- "@ledgerhq/types-cryptoassets": "^7.26.0",
134
+ "@ledgerhq/types-cryptoassets": "^7.27.0-nightly.0",
135
135
  "@ledgerhq/types-live": "^6.83.1-nightly.0"
136
136
  },
137
137
  "devDependencies": {