@instana/shared-metrics 5.4.2 → 5.4.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.4.3](https://github.com/instana/nodejs/compare/v5.4.2...v5.4.3) (2026-04-27)
7
+
8
+ **Note:** Version bump only for package @instana/shared-metrics
9
+
10
+
11
+
12
+
13
+
6
14
  ## [5.4.2](https://github.com/instana/nodejs/compare/v5.4.1...v5.4.2) (2026-04-16)
7
15
 
8
16
  **Note:** Version bump only for package @instana/shared-metrics
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instana/shared-metrics",
3
- "version": "5.4.2",
3
+ "version": "5.4.3",
4
4
  "description": "Internal metrics plug-in package for Node.js monitoring with Instana",
5
5
  "author": {
6
6
  "name": "Bastian Krol",
@@ -62,7 +62,7 @@
62
62
  },
63
63
  "license": "MIT",
64
64
  "dependencies": {
65
- "@instana/core": "5.4.2",
65
+ "@instana/core": "5.4.3",
66
66
  "detect-libc": "^2.1.2",
67
67
  "event-loop-lag": "^1.4.0",
68
68
  "semver": "^7.7.4",
@@ -75,5 +75,5 @@
75
75
  "event-loop-stats": "1.4.1",
76
76
  "gcstats.js": "1.0.0"
77
77
  },
78
- "gitHead": "4deaff4f6c815a40801ceff27649d753ef77e2aa"
78
+ "gitHead": "a04f29996f49529d4cfb5749fa964ad030c8ad12"
79
79
  }