@ledgerhq/coin-multiversx 0.2.0-nightly.0 → 0.2.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-multiversx@0.1.9 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-multiversx
2
+ > @ledgerhq/coin-multiversx@0.2.0-next.2 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-multiversx
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/coin-elrond
2
2
 
3
- ## 0.2.0-nightly.0
3
+ ## 0.2.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,13 +8,37 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [[`1461449`](https://github.com/LedgerHQ/ledger-live/commit/146144941c13e60182da8d79592f706d12a6f00e)]:
12
- - @ledgerhq/types-cryptoassets@7.20.0-nightly.0
13
- - @ledgerhq/cryptoassets@13.13.0-nightly.0
14
- - @ledgerhq/live-env@2.6.0-nightly.0
15
- - @ledgerhq/coin-framework@2.1.1-nightly.0
16
- - @ledgerhq/types-live@6.60.0
17
- - @ledgerhq/live-network@2.0.5-nightly.0
11
+ - Updated dependencies [[`e4d9a5c`](https://github.com/LedgerHQ/ledger-live/commit/e4d9a5ce6c3e8f2b3829f8f5772e7ba712a4a50c), [`8675df1`](https://github.com/LedgerHQ/ledger-live/commit/8675df12c24067877358f27e1e7c66f739ff0c78), [`0a59343`](https://github.com/LedgerHQ/ledger-live/commit/0a59343b591dab4e886c21cb47f7339231997331), [`ede6db0`](https://github.com/LedgerHQ/ledger-live/commit/ede6db0b94193cc9072aeb87e90f4098f0434af0), [`1461449`](https://github.com/LedgerHQ/ledger-live/commit/146144941c13e60182da8d79592f706d12a6f00e), [`bdfa413`](https://github.com/LedgerHQ/ledger-live/commit/bdfa4139fcbceabfd05a57e69b05e9ccf10efbe1)]:
12
+ - @ledgerhq/types-live@6.61.0
13
+ - @ledgerhq/coin-framework@2.2.0
14
+ - @ledgerhq/types-cryptoassets@7.20.0
15
+ - @ledgerhq/cryptoassets@13.13.0
16
+ - @ledgerhq/live-env@2.6.0
17
+ - @ledgerhq/live-network@2.0.5
18
+
19
+ ## 0.2.0-next.2
20
+
21
+ ### Minor Changes
22
+
23
+ - [#8757](https://github.com/LedgerHQ/ledger-live/pull/8757) [`1461449`](https://github.com/LedgerHQ/ledger-live/commit/146144941c13e60182da8d79592f706d12a6f00e) Thanks [@Wozacosta](https://github.com/Wozacosta)! - chore: Rebranding from 'Elrond' to 'MultiversX'
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [[`0a59343`](https://github.com/LedgerHQ/ledger-live/commit/0a59343b591dab4e886c21cb47f7339231997331), [`ede6db0`](https://github.com/LedgerHQ/ledger-live/commit/ede6db0b94193cc9072aeb87e90f4098f0434af0), [`1461449`](https://github.com/LedgerHQ/ledger-live/commit/146144941c13e60182da8d79592f706d12a6f00e), [`bdfa413`](https://github.com/LedgerHQ/ledger-live/commit/bdfa4139fcbceabfd05a57e69b05e9ccf10efbe1)]:
28
+ - @ledgerhq/types-cryptoassets@7.20.0-next.1
29
+ - @ledgerhq/cryptoassets@13.13.0-next.2
30
+ - @ledgerhq/types-live@6.61.0-next.1
31
+ - @ledgerhq/live-env@2.6.0-next.2
32
+ - @ledgerhq/coin-framework@2.1.1-next.1
33
+ - @ledgerhq/live-network@2.0.5-next.2
34
+
35
+ ## 0.3.6-next.0
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [[`e4d9a5c`](https://github.com/LedgerHQ/ledger-live/commit/e4d9a5ce6c3e8f2b3829f8f5772e7ba712a4a50c)]:
40
+ - @ledgerhq/types-live@6.61.0-next.0
41
+ - @ledgerhq/coin-framework@2.1.1-next.0
18
42
 
19
43
  ## 0.3.5
20
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-multiversx",
3
- "version": "0.2.0-nightly.0",
3
+ "version": "0.2.0",
4
4
  "description": "Ledger MultiversX Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -52,16 +52,16 @@
52
52
  "expect": "^27.4.6",
53
53
  "protobufjs": "^7.2.6",
54
54
  "axios": "^1.7.4",
55
- "@ledgerhq/coin-framework": "^2.1.1-nightly.0",
56
- "@ledgerhq/cryptoassets": "^13.13.0-nightly.0",
55
+ "@ledgerhq/coin-framework": "^2.2.0",
56
+ "@ledgerhq/cryptoassets": "^13.13.0",
57
57
  "@ledgerhq/devices": "8.4.4",
58
58
  "@ledgerhq/errors": "^6.19.1",
59
- "@ledgerhq/live-env": "^2.6.0-nightly.0",
60
- "@ledgerhq/live-network": "^2.0.5-nightly.0",
59
+ "@ledgerhq/live-env": "^2.6.0",
60
+ "@ledgerhq/live-network": "^2.0.5",
61
61
  "@ledgerhq/live-promise": "^0.1.0",
62
62
  "@ledgerhq/logs": "^6.12.0",
63
- "@ledgerhq/types-cryptoassets": "^7.20.0-nightly.0",
64
- "@ledgerhq/types-live": "^6.60.0"
63
+ "@ledgerhq/types-cryptoassets": "^7.20.0",
64
+ "@ledgerhq/types-live": "^6.61.0"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@types/invariant": "^2.2.37",