@instana/shared-metrics
Advanced tools
Comparing version 2.14.0 to 2.14.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.14.1](https://github.com/instana/nodejs/compare/v2.14.0...v2.14.1) (2023-01-12) | ||
### Bug Fixes | ||
* **collector:** fixed package.json not being found when app is ESM ([#678](https://github.com/instana/nodejs/issues/678)) ([0dbd0a2](https://github.com/instana/nodejs/commit/0dbd0a223344dabc49c559ba92e383b2356d5323)) | ||
# [2.14.0](https://github.com/instana/nodejs/compare/v2.13.2...v2.14.0) (2023-01-02) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@instana/shared-metrics", | ||
"version": "2.14.0", | ||
"version": "2.14.1", | ||
"description": "Internal metrics plug-in package for Node.js monitoring with Instana", | ||
@@ -70,3 +70,3 @@ "author": { | ||
"dependencies": { | ||
"@instana/core": "2.14.0", | ||
"@instana/core": "2.14.1", | ||
"detect-libc": "^1.0.3", | ||
@@ -86,3 +86,3 @@ "event-loop-lag": "^1.4.0", | ||
}, | ||
"gitHead": "5b9cda0a1e7816fe223cb421f8295abb7b0d5938" | ||
"gitHead": "4044eba96b67343b4f03a515887ab677f70ae408" | ||
} |
@@ -50,3 +50,3 @@ /* | ||
} else if (!mainPackageJsonPath && attempts < exports.MAX_ATTEMPTS) { | ||
logger.debug('Main package.json could not be found. Will try again later.'); | ||
logger.debug(`Main package.json could not be found at ${mainPackageJsonPath}. Will try again later.`); | ||
setTimeout(exports.activate, DELAY).unref(); | ||
@@ -53,0 +53,0 @@ return; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
636566
+ Added@instana/core@2.14.1(transitive)
- Removed@instana/core@2.14.0(transitive)
Updated@instana/core@2.14.1