@instana/shared-metrics 6.1.1 → 6.2.1
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.
- package/CHANGELOG.md +22 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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
|
+
## [6.2.1](https://github.com/instana/nodejs/compare/v6.2.0...v6.2.1) (2026-06-19)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* bumped tar from 7.5.11 to 7.5.16 ([8b62abe](https://github.com/instana/nodejs/commit/8b62abefde46a07abc811620c15c84edeb3686e9))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [6.2.0](https://github.com/instana/nodejs/compare/v6.1.1...v6.2.0) (2026-06-10)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* bumped semver from 7.8.0 to 7.8.1 ([#2572](https://github.com/instana/nodejs/issues/2572)) ([a1b6aab](https://github.com/instana/nodejs/commit/a1b6aab7596e885ff8649209016b3760cb608a46))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## [6.1.1](https://github.com/instana/nodejs/compare/v6.1.0...v6.1.1) (2026-05-29)
|
|
7
29
|
|
|
8
30
|
**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": "6.
|
|
3
|
+
"version": "6.2.1",
|
|
4
4
|
"description": "Internal metrics plug-in package for Node.js monitoring with Instana",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Bastian Krol",
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
},
|
|
63
63
|
"license": "MIT",
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@instana/core": "6.
|
|
65
|
+
"@instana/core": "6.2.1",
|
|
66
66
|
"detect-libc": "^2.1.2",
|
|
67
67
|
"event-loop-lag": "^1.4.0",
|
|
68
|
-
"semver": "^7.8.
|
|
69
|
-
"tar": "^7.5.
|
|
68
|
+
"semver": "^7.8.1",
|
|
69
|
+
"tar": "^7.5.16"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@types/tar": "^6.1.6"
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"event-loop-stats": "1.4.1",
|
|
76
76
|
"gcstats.js": "1.0.0"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "a04c435d15ce5adaf86d480a2055e3a064ac7bb4"
|
|
79
79
|
}
|