@instana/shared-metrics 4.24.1 → 4.26.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,27 @@
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
+ # [4.26.0](https://github.com/instana/nodejs/compare/v4.25.0...v4.26.0) (2025-10-08)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * bumped detect-libc from 2.0.2 to 2.1.0 ([#2025](https://github.com/instana/nodejs/issues/2025)) ([4e544fb](https://github.com/instana/nodejs/commit/4e544fb2cde75c7a338500c61614de7fb2c2beae))
12
+ * bumped detect-libc from 2.1.0 to 2.1.1 ([#2029](https://github.com/instana/nodejs/issues/2029)) ([0526aac](https://github.com/instana/nodejs/commit/0526aacd413866225a399e831eb1c8b32593b000))
13
+ * bumped detect-libc from 2.1.1 to 2.1.2 ([#2041](https://github.com/instana/nodejs/issues/2041)) ([fc1f33c](https://github.com/instana/nodejs/commit/fc1f33cfec91d37a0da72061e8a02f38e3245cb8))
14
+
15
+
16
+
17
+
18
+
19
+ # [4.25.0](https://github.com/instana/nodejs/compare/v4.24.1...v4.25.0) (2025-09-23)
20
+
21
+ **Note:** Version bump only for package @instana/shared-metrics
22
+
23
+
24
+
25
+
26
+
6
27
  ## [4.24.1](https://github.com/instana/nodejs/compare/v4.24.0...v4.24.1) (2025-09-18)
7
28
 
8
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instana/shared-metrics",
3
- "version": "4.24.1",
3
+ "version": "4.26.0",
4
4
  "description": "Internal metrics plug-in package for Node.js monitoring with Instana",
5
5
  "author": {
6
6
  "name": "Bastian Krol",
@@ -59,8 +59,8 @@
59
59
  },
60
60
  "license": "MIT",
61
61
  "dependencies": {
62
- "@instana/core": "4.24.1",
63
- "detect-libc": "^2.0.2",
62
+ "@instana/core": "4.26.0",
63
+ "detect-libc": "^2.1.2",
64
64
  "event-loop-lag": "^1.4.0",
65
65
  "semver": "^7.7.2",
66
66
  "tar": "^7.4.3"
@@ -72,5 +72,5 @@
72
72
  "event-loop-stats": "1.4.1",
73
73
  "gcstats.js": "1.0.0"
74
74
  },
75
- "gitHead": "e733ed23eb3230f746b9561115c73a8aaaac439e"
75
+ "gitHead": "8c31b22c72758941e56808972d0e89298e63855e"
76
76
  }