@syntest/module
Advanced tools
Comparing version 0.1.0-beta.14 to 0.1.0-beta.15
@@ -140,3 +140,3 @@ "use strict"; | ||
const metricMiddleWare = metricPlugins.map((plugin) => plugin.createMetricMiddleware(this._metricManager.metrics)); | ||
this._metricManager.runPipeline(metricMiddleWare); | ||
await this._metricManager.runPipeline(metricMiddleWare); | ||
ModuleManager.LOGGER.info("Cleaning up modules"); | ||
@@ -143,0 +143,0 @@ for (const module of this.modules.values()) { |
{ | ||
"name": "@syntest/module", | ||
"version": "0.1.0-beta.14", | ||
"version": "0.1.0-beta.15", | ||
"description": "The module library of the SynTest Framework", | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
"@syntest/logging": "*", | ||
"@syntest/metric": "^0.1.0-beta.4", | ||
"@syntest/metric": "^0.1.0-beta.5", | ||
"global-modules": "2.0.0", | ||
@@ -62,3 +62,3 @@ "yargs": "^17.7.1" | ||
}, | ||
"gitHead": "88813984d20845cfac1b1cd3a1fdbaef5f23d8dc" | ||
"gitHead": "e3473628ae0deaea1c22ecb333204bbcaffeb5e0" | ||
} |
Sorry, the diff of this file is not supported yet
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
73263