@instana/shared-metrics
Advanced tools
Comparing version 1.137.2 to 1.137.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.137.3](https://github.com/instana/nodejs/compare/v1.137.2...v1.137.3) (2021-12-16) | ||
**Note:** Version bump only for package @instana/shared-metrics | ||
## [1.137.2](https://github.com/instana/nodejs/compare/v1.137.1...v1.137.2) (2021-11-30) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@instana/shared-metrics", | ||
"version": "1.137.2", | ||
"version": "1.137.3", | ||
"description": "Internal metrics plug-in package for Node.js monitoring with Instana", | ||
@@ -70,3 +70,3 @@ "author": { | ||
"dependencies": { | ||
"@instana/core": "1.137.2", | ||
"@instana/core": "1.137.3", | ||
"detect-libc": "^1.0.3", | ||
@@ -80,8 +80,3 @@ "event-loop-lag": "^1.4.0", | ||
"@types/tar": "^4.0.5", | ||
"eslint": "^7.30.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-mocha": "^8.1.0", | ||
"mocha": "^7.2.0", | ||
"prettier": "^2.3.2" | ||
"no-code2": "2.0.0" | ||
}, | ||
@@ -92,3 +87,3 @@ "optionalDependencies": { | ||
}, | ||
"gitHead": "ca9a931fc68f8c9a25c7952357db2c44b7c52e3d" | ||
"gitHead": "c95b2f696a354c76ee8ab500e7b81cb91f8450e1" | ||
} |
@@ -242,2 +242,3 @@ /* | ||
} | ||
// @ts-ignore: Cannot redeclare exported variable 'currentPayload' | ||
@@ -244,0 +245,0 @@ exports.currentPayload = preliminaryPayload; |
@@ -33,7 +33,8 @@ /* | ||
requireHook.onModuleLoad('admin-plugin-healthcheck', function onAdminPluginHealthcheckLoaded( | ||
/** @type {*} */ _adminPluginHealthcheck | ||
) { | ||
adminPluginHealthcheck = _adminPluginHealthcheck; | ||
}); | ||
requireHook.onModuleLoad( | ||
'admin-plugin-healthcheck', | ||
function onAdminPluginHealthcheckLoaded(/** @type {*} */ _adminPluginHealthcheck) { | ||
adminPluginHealthcheck = _adminPluginHealthcheck; | ||
} | ||
); | ||
@@ -40,0 +41,0 @@ /** |
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
2
1456
630479
+ Added@instana/core@1.137.3(transitive)
- Removed@instana/core@1.137.2(transitive)
Updated@instana/core@1.137.3