@ledgerhq/coin-solana 0.20.0-next.0 → 0.20.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-solana@0.19.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-solana
2
+ > @ledgerhq/coin-solana@0.20.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-solana
3
3
  > tsc --outDir lib --module commonjs --moduleResolution node10 && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @ledgerhq/coin-solana
2
2
 
3
+ ## 0.20.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#9787](https://github.com/LedgerHQ/ledger-live/pull/9787) [`c8feffd`](https://github.com/LedgerHQ/ledger-live/commit/c8feffd178a0ea0b0c9da02bbdb1b65df864a2b0) Thanks [@Moustafa-Koterba](https://github.com/Moustafa-Koterba)! - Add Solana message signer for off-chain hardware message signing
8
+
9
+ - [#9811](https://github.com/LedgerHQ/ledger-live/pull/9811) [`7456a97`](https://github.com/LedgerHQ/ledger-live/commit/7456a97e358afa5d59e0d394dfa29cb80dee65d1) Thanks [@qperrot](https://github.com/qperrot)! - Add approve and revoke commande and upgarde wallet api versions
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [[`9a208c3`](https://github.com/LedgerHQ/ledger-live/commit/9a208c39aec129b3aff2105991ffc18be05fd3f5), [`9009235`](https://github.com/LedgerHQ/ledger-live/commit/9009235cf52e83c0626acaec0959bfb3837404aa), [`95dbd60`](https://github.com/LedgerHQ/ledger-live/commit/95dbd60c06b02fe6fd50bc2ec0883096858d1f23)]:
14
+ - @ledgerhq/types-live@6.68.0
15
+ - @ledgerhq/coin-framework@3.0.1
16
+
3
17
  ## 0.20.0-next.0
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-solana",
3
- "version": "0.20.0-next.0",
3
+ "version": "0.20.0",
4
4
  "description": "Ledger Solana Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -55,7 +55,7 @@
55
55
  "object-hash": "^2.2.0",
56
56
  "rxjs": "^7.8.1",
57
57
  "superstruct": "0.16.7",
58
- "@ledgerhq/coin-framework": "^3.0.1-next.0",
58
+ "@ledgerhq/coin-framework": "^3.0.1",
59
59
  "@ledgerhq/cryptoassets": "^13.15.0",
60
60
  "@ledgerhq/devices": "8.4.4",
61
61
  "@ledgerhq/errors": "^6.19.1",
@@ -63,7 +63,7 @@
63
63
  "@ledgerhq/live-network": "^2.0.7",
64
64
  "@ledgerhq/logs": "^6.12.0",
65
65
  "@ledgerhq/types-cryptoassets": "^7.22.0",
66
- "@ledgerhq/types-live": "^6.68.0-next.0"
66
+ "@ledgerhq/types-live": "^6.68.0"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@faker-js/faker": "^8.4.1",