@ledgerhq/coin-modules-monitoring 2.6.3 → 2.6.4

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-modules-monitoring@2.6.3 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules-monitoring
2
+ > @ledgerhq/coin-modules-monitoring@2.6.4 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules-monitoring
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @ledgerhq/coin-modules-monitoring
2
2
 
3
+ ## 2.6.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`91d1c29`](https://github.com/LedgerHQ/ledger-live/commit/91d1c2971981fd13406cb227c4dd237fe2ccadb0), [`001760d`](https://github.com/LedgerHQ/ledger-live/commit/001760d084c25e0f7460a1415ae057753486b858), [`b68b749`](https://github.com/LedgerHQ/ledger-live/commit/b68b749b53c9583dd983ab057faa89fced1e541e), [`6769a36`](https://github.com/LedgerHQ/ledger-live/commit/6769a36c18cb7453c93b2a5d8dec3e1e1725cd20), [`879bf34`](https://github.com/LedgerHQ/ledger-live/commit/879bf3445a67b3a1f31dac9fddf20f557d59786b)]:
8
+ - @ledgerhq/live-common@34.54.1
9
+ - @ledgerhq/cryptoassets@13.34.1
10
+ - @ledgerhq/live-network@2.1.3
11
+
12
+ ## 2.6.4-hotfix.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`001760d`](https://github.com/LedgerHQ/ledger-live/commit/001760d084c25e0f7460a1415ae057753486b858), [`6769a36`](https://github.com/LedgerHQ/ledger-live/commit/6769a36c18cb7453c93b2a5d8dec3e1e1725cd20), [`879bf34`](https://github.com/LedgerHQ/ledger-live/commit/879bf3445a67b3a1f31dac9fddf20f557d59786b)]:
17
+ - @ledgerhq/live-common@34.54.1-hotfix.1
18
+
19
+ ## 2.6.4-hotfix.0
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`91d1c29`](https://github.com/LedgerHQ/ledger-live/commit/91d1c2971981fd13406cb227c4dd237fe2ccadb0), [`b68b749`](https://github.com/LedgerHQ/ledger-live/commit/b68b749b53c9583dd983ab057faa89fced1e541e)]:
24
+ - @ledgerhq/live-common@34.54.1-hotfix.0
25
+ - @ledgerhq/cryptoassets@13.34.1-hotfix.0
26
+ - @ledgerhq/live-network@2.1.3-hotfix.0
27
+
3
28
  ## 2.6.3
4
29
 
5
30
  ### Patch Changes
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-modules-monitoring",
3
- "version": "2.6.3",
3
+ "version": "2.6.4",
4
4
  "description": "Push monitoring metrics to Datadog",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-modules-monitoring",
3
- "version": "2.6.3",
3
+ "version": "2.6.4",
4
4
  "description": "Push monitoring metrics to Datadog",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-modules-monitoring",
3
- "version": "2.6.3",
3
+ "version": "2.6.4",
4
4
  "description": "Push monitoring metrics to Datadog",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {
@@ -8,10 +8,10 @@
8
8
  "command-line-args": "6.0.1",
9
9
  "msw": "2.3.4",
10
10
  "rxjs": "^7.8.1",
11
- "@ledgerhq/cryptoassets": "^13.34.0",
12
- "@ledgerhq/live-common": "^34.54.0",
13
- "@ledgerhq/live-network": "^2.1.2",
14
- "@ledgerhq/live-config": "^3.2.0"
11
+ "@ledgerhq/cryptoassets": "^13.34.1",
12
+ "@ledgerhq/live-common": "^34.54.1",
13
+ "@ledgerhq/live-config": "^3.2.0",
14
+ "@ledgerhq/live-network": "^2.1.3"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@swc/core": "1.4.11",
@@ -23,9 +23,9 @@
23
23
  "jest": "^29.7.0",
24
24
  "ts-jest": "^29.1.1",
25
25
  "tsx": "^4.7.1",
26
+ "@ledgerhq/coin-framework": "^6.10.1",
26
27
  "@ledgerhq/disable-network-setup": "^0.1.0",
27
28
  "@ledgerhq/types-cryptoassets": "^7.30.0",
28
- "@ledgerhq/coin-framework": "^6.10.0",
29
29
  "@ledgerhq/types-live": "^6.90.0"
30
30
  },
31
31
  "typesVersions": {