@instana/shared-metrics
Advanced tools
Comparing version 1.138.0 to 2.0.0-rc.0
@@ -6,2 +6,23 @@ # Change Log | ||
# [2.0.0-rc.0](https://github.com/instana/nodejs/compare/v1.138.0...v2.0.0-rc.0) (2022-03-08) | ||
### Code Refactoring | ||
* remove npm package instana-nodejs-sensor ([bebfc2d](https://github.com/instana/nodejs/commit/bebfc2da9989ade98034e5a1ae87e0a0bd43a5d8)) | ||
### BREAKING CHANGES | ||
* Starting with version 2.0.0, consumers of the package who | ||
still use the deprecated package name instana-nodejs-sensor will need to follow | ||
https://www.ibm.com/docs/en/obi/current?topic=nodejs-collector-installation#change-of-package-name | ||
to receive updates in the future. | ||
refs 80206 | ||
# [1.138.0](https://github.com/instana/nodejs/compare/v1.137.5...v1.138.0) (2022-02-08) | ||
@@ -8,0 +29,0 @@ |
{ | ||
"name": "@instana/shared-metrics", | ||
"version": "1.138.0", | ||
"version": "2.0.0-rc.0", | ||
"description": "Internal metrics plug-in package for Node.js monitoring with Instana", | ||
@@ -41,4 +41,3 @@ "author": { | ||
"monitoring", | ||
"performance", | ||
"sensor" | ||
"performance" | ||
], | ||
@@ -72,3 +71,3 @@ "contributors": [ | ||
"dependencies": { | ||
"@instana/core": "1.138.0", | ||
"@instana/core": "2.0.0-rc.0", | ||
"detect-libc": "^1.0.3", | ||
@@ -88,3 +87,3 @@ "event-loop-lag": "^1.4.0", | ||
}, | ||
"gitHead": "ec183a8bde1766a97bc2ee10af4326aeffb5ac87" | ||
"gitHead": "040c7b2ab701f2a16ba25b12f684ff9ecc8023eb" | ||
} |
@@ -14,3 +14,3 @@ /* | ||
const os = require('os'); | ||
const semver = require('semver'); | ||
const tar = require('tar'); | ||
const path = require('path'); | ||
@@ -175,16 +175,2 @@ const detectLibc = require('detect-libc'); | ||
/** | ||
* tar@6 has dropped support for Node < 10 | ||
* It might work to require tar@6 or to execute commands with tar@6 and Node < 10, | ||
* but we don't want to risk that a customers application fails - especially if tar@6 adds | ||
* breaking changes. We decided to disallow this feature. | ||
*/ | ||
if (semver.lt(process.version, '10.0.0')) { | ||
logger.info(`Skipped copying precompiled version for ${opts.nativeModuleName} ${label} with Node < 10.`); | ||
callback(false); | ||
return; | ||
} | ||
const tar = require('tar'); | ||
tar | ||
@@ -191,0 +177,0 @@ .x({ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
649461
1444
1
+ Added@instana/core@2.0.0-rc.0(transitive)
- Removed@instana/core@1.138.0(transitive)
Updated@instana/core@2.0.0-rc.0