@ledgerhq/coin-xrp 3.1.0-nightly.2 → 3.1.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-xrp@3.1.0-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-xrp
2
+ > @ledgerhq/coin-xrp@3.1.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-xrp
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,23 +1,20 @@
1
1
  # @ledgerhq/coin-xrp
2
2
 
3
- ## 3.1.0-nightly.2
3
+ ## 3.1.0
4
4
 
5
- ### Patch Changes
6
-
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/cryptoassets@13.14.0-nightly.2
11
- - @ledgerhq/live-network@2.0.6-nightly.1
5
+ ### Minor Changes
12
6
 
13
- ## 3.1.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
14
8
 
15
9
  ### Patch Changes
16
10
 
17
- - Updated dependencies [[`71bb6a9`](https://github.com/LedgerHQ/ledger-live/commit/71bb6a9adb4ac83172be5def5b25d2836380df1d)]:
18
- - @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), [`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/cryptoassets@13.14.0
15
+ - @ledgerhq/live-network@2.0.6
19
16
 
20
- ## 3.1.0-nightly.0
17
+ ## 3.1.0-next.0
21
18
 
22
19
  ### Minor Changes
23
20
 
@@ -25,8 +22,11 @@
25
22
 
26
23
  ### Patch Changes
27
24
 
28
- - Updated dependencies [[`2785d49`](https://github.com/LedgerHQ/ledger-live/commit/2785d49ac320498f98ed39b4eccc48310ad35fe1)]:
29
- - @ledgerhq/coin-framework@2.5.0-nightly.0
25
+ - Updated dependencies [[`2785d49`](https://github.com/LedgerHQ/ledger-live/commit/2785d49ac320498f98ed39b4eccc48310ad35fe1), [`2effe04`](https://github.com/LedgerHQ/ledger-live/commit/2effe04d9d4b3e407ed25da3b9f11324a82126d3), [`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)]:
26
+ - @ledgerhq/coin-framework@2.5.0-next.0
27
+ - @ledgerhq/types-live@6.65.0-next.0
28
+ - @ledgerhq/cryptoassets@13.14.0-next.0
29
+ - @ledgerhq/live-network@2.0.6-next.0
30
30
 
31
31
  ## 3.0.0
32
32
 
package/jest.config.js CHANGED
@@ -14,7 +14,6 @@ module.exports = {
14
14
  coverageReporters: ["json", ["lcov", { file: "xrp-lcov.info", projectRoot: "../" }], "text"],
15
15
  workerThreads: true,
16
16
  reporters: [
17
- "default",
18
17
  [
19
18
  "jest-sonar",
20
19
  { outputName: "xrp-sonar-executionTests-report.xml", reportedFilePath: "absolute" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-xrp",
3
- "version": "3.1.0-nightly.2",
3
+ "version": "3.1.0",
4
4
  "description": "Ledger XRP Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -104,12 +104,12 @@
104
104
  "ripple-address-codec": "^5.0.0",
105
105
  "ripple-binary-codec": "^1.3.0",
106
106
  "rxjs": "^7.8.1",
107
- "@ledgerhq/coin-framework": "^2.5.0-nightly.2",
108
- "@ledgerhq/cryptoassets": "^13.14.0-nightly.2",
107
+ "@ledgerhq/coin-framework": "^2.5.0",
108
+ "@ledgerhq/cryptoassets": "^13.14.0",
109
109
  "@ledgerhq/devices": "8.4.4",
110
110
  "@ledgerhq/errors": "^6.19.1",
111
- "@ledgerhq/live-network": "^2.0.6-nightly.1",
112
- "@ledgerhq/types-live": "^6.65.0-nightly.0",
111
+ "@ledgerhq/live-network": "^2.0.6",
112
+ "@ledgerhq/types-live": "^6.65.0",
113
113
  "@ledgerhq/logs": "^6.12.0"
114
114
  },
115
115
  "devDependencies": {
@@ -123,7 +123,7 @@
123
123
  "ts-jest": "^29.1.1",
124
124
  "jest-sonar": "0.2.16",
125
125
  "typescript": "^5.4.5",
126
- "@ledgerhq/types-cryptoassets": "^7.21.0-nightly.0"
126
+ "@ledgerhq/types-cryptoassets": "^7.21.0"
127
127
  },
128
128
  "scripts": {
129
129
  "clean": "rimraf lib lib-es",