@instana/metrics-util
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -6,2 +6,6 @@ # Change Log | ||
# [4.2.0](https://github.com/instana/nodejs/compare/v4.1.0...v4.2.0) (2024-11-22) | ||
**Note:** Version bump only for package @instana/metrics-util | ||
# [4.1.0](https://github.com/instana/nodejs/compare/v4.0.1...v4.1.0) (2024-11-19) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@instana/metrics-util", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "Internal utility library for Instana metric collection", | ||
@@ -63,8 +63,8 @@ "author": { | ||
"dependencies": { | ||
"@instana/core": "4.1.0", | ||
"@instana/serverless": "4.1.0", | ||
"@instana/shared-metrics": "4.1.0", | ||
"@instana/core": "4.2.0", | ||
"@instana/serverless": "4.2.0", | ||
"@instana/shared-metrics": "4.2.0", | ||
"node-fetch": "^2.6.7" | ||
}, | ||
"gitHead": "661e207ab1d53b4c28131ed47061ddf8c6befe87" | ||
"gitHead": "419d00d24dd96ee6588039c32ef25acdfa43f370" | ||
} |
38535
+ Added@instana/core@4.2.0(transitive)
+ Added@instana/shared-metrics@4.2.0(transitive)
- Removed@instana/core@4.1.0(transitive)
- Removed@instana/shared-metrics@4.1.0(transitive)
Updated@instana/core@4.2.0
Updated@instana/serverless@4.2.0