@ledgerhq/coin-multiversx 0.3.0-nightly.2 → 0.3.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.3.0-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-multiversx
2
+ > @ledgerhq/coin-multiversx@0.3.0 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,24 +1,22 @@
1
1
  # @ledgerhq/coin-elrond
2
2
 
3
- ## 0.3.0-nightly.2
4
-
5
- ### Patch Changes
3
+ ## 0.3.0
6
4
 
7
- - Updated dependencies [[`1e7d454`](https://github.com/LedgerHQ/ledger-live/commit/1e7d454d99f1f39880f39a120c59020725d26475), [`d694069`](https://github.com/LedgerHQ/ledger-live/commit/d6940698a49b7a0ed48f84d6e8184d80760cca4f)]:
8
- - @ledgerhq/coin-framework@2.5.0-nightly.2
9
- - @ledgerhq/types-live@6.65.0-nightly.0
10
- - @ledgerhq/live-env@2.7.0-nightly.1
11
- - @ledgerhq/cryptoassets@13.14.0-nightly.2
12
- - @ledgerhq/live-network@2.0.6-nightly.1
5
+ ### Minor Changes
13
6
 
14
- ## 0.3.0-nightly.1
7
+ - [#9298](https://github.com/LedgerHQ/ledger-live/pull/9298) [`2785d49`](https://github.com/LedgerHQ/ledger-live/commit/2785d49ac320498f98ed39b4eccc48310ad35fe1) Thanks [@Canestin](https://github.com/Canestin)! - config coin-integration env for sonarqube
15
8
 
16
9
  ### Patch Changes
17
10
 
18
- - Updated dependencies [[`71bb6a9`](https://github.com/LedgerHQ/ledger-live/commit/71bb6a9adb4ac83172be5def5b25d2836380df1d)]:
19
- - @ledgerhq/coin-framework@2.5.0-nightly.1
11
+ - Updated dependencies [[`2785d49`](https://github.com/LedgerHQ/ledger-live/commit/2785d49ac320498f98ed39b4eccc48310ad35fe1), [`2effe04`](https://github.com/LedgerHQ/ledger-live/commit/2effe04d9d4b3e407ed25da3b9f11324a82126d3), [`32f2a0c`](https://github.com/LedgerHQ/ledger-live/commit/32f2a0cf073e5c1a5d65cbe44e69660f8f510dd7), [`2407a6e`](https://github.com/LedgerHQ/ledger-live/commit/2407a6e1f3153c30c52d4bac4c9334fa95c351da), [`40e98c3`](https://github.com/LedgerHQ/ledger-live/commit/40e98c392bd9192570e46c2d62cf0779bdfe01ec), [`a656e47`](https://github.com/LedgerHQ/ledger-live/commit/a656e47c1dc3ac8b578debf9cf80eab370c7086f)]:
12
+ - @ledgerhq/coin-framework@2.5.0
13
+ - @ledgerhq/types-live@6.65.0
14
+ - @ledgerhq/live-env@2.7.0
15
+ - @ledgerhq/types-cryptoassets@7.21.0
16
+ - @ledgerhq/cryptoassets@13.14.0
17
+ - @ledgerhq/live-network@2.0.6
20
18
 
21
- ## 0.3.0-nightly.0
19
+ ## 0.3.0-next.0
22
20
 
23
21
  ### Minor Changes
24
22
 
@@ -26,8 +24,13 @@
26
24
 
27
25
  ### Patch Changes
28
26
 
29
- - Updated dependencies [[`2785d49`](https://github.com/LedgerHQ/ledger-live/commit/2785d49ac320498f98ed39b4eccc48310ad35fe1)]:
30
- - @ledgerhq/coin-framework@2.5.0-nightly.0
27
+ - Updated dependencies [[`2785d49`](https://github.com/LedgerHQ/ledger-live/commit/2785d49ac320498f98ed39b4eccc48310ad35fe1), [`2effe04`](https://github.com/LedgerHQ/ledger-live/commit/2effe04d9d4b3e407ed25da3b9f11324a82126d3), [`32f2a0c`](https://github.com/LedgerHQ/ledger-live/commit/32f2a0cf073e5c1a5d65cbe44e69660f8f510dd7), [`2407a6e`](https://github.com/LedgerHQ/ledger-live/commit/2407a6e1f3153c30c52d4bac4c9334fa95c351da), [`40e98c3`](https://github.com/LedgerHQ/ledger-live/commit/40e98c392bd9192570e46c2d62cf0779bdfe01ec), [`a656e47`](https://github.com/LedgerHQ/ledger-live/commit/a656e47c1dc3ac8b578debf9cf80eab370c7086f)]:
28
+ - @ledgerhq/coin-framework@2.5.0-next.0
29
+ - @ledgerhq/types-live@6.65.0-next.0
30
+ - @ledgerhq/live-env@2.7.0-next.0
31
+ - @ledgerhq/types-cryptoassets@7.21.0-next.0
32
+ - @ledgerhq/cryptoassets@13.14.0-next.0
33
+ - @ledgerhq/live-network@2.0.6-next.0
31
34
 
32
35
  ## 0.2.2
33
36
 
package/jest.config.js CHANGED
@@ -18,7 +18,6 @@ module.exports = {
18
18
  testEnvironment: "node",
19
19
  testPathIgnorePatterns: ["lib/", "lib-es/", ".integration.test.ts"],
20
20
  reporters: [
21
- "default",
22
21
  [
23
22
  "jest-sonar",
24
23
  { outputName: "multiversx-sonar-executionTests-report.xml", reportedFilePath: "absolute" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-multiversx",
3
- "version": "0.3.0-nightly.2",
3
+ "version": "0.3.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.5.0-nightly.2",
56
- "@ledgerhq/cryptoassets": "^13.14.0-nightly.2",
55
+ "@ledgerhq/coin-framework": "^2.5.0",
56
+ "@ledgerhq/cryptoassets": "^13.14.0",
57
57
  "@ledgerhq/devices": "8.4.4",
58
58
  "@ledgerhq/errors": "^6.19.1",
59
- "@ledgerhq/live-env": "^2.7.0-nightly.1",
60
- "@ledgerhq/live-network": "^2.0.6-nightly.1",
59
+ "@ledgerhq/live-env": "^2.7.0",
60
+ "@ledgerhq/live-network": "^2.0.6",
61
61
  "@ledgerhq/live-promise": "^0.1.0",
62
62
  "@ledgerhq/logs": "^6.12.0",
63
- "@ledgerhq/types-cryptoassets": "^7.21.0-nightly.0",
64
- "@ledgerhq/types-live": "^6.65.0-nightly.0"
63
+ "@ledgerhq/types-cryptoassets": "^7.21.0",
64
+ "@ledgerhq/types-live": "^6.65.0"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@types/invariant": "^2.2.37",