@syntest/module
Advanced tools
Comparing version 0.1.0-beta.21 to 0.1.0-beta.22
@@ -1,2 +0,2 @@ | ||
import { Metric, MiddleWare } from "@syntest/metric"; | ||
import { Metric, Middleware } from "@syntest/metric"; | ||
import { Plugin } from "../Plugin"; | ||
@@ -6,3 +6,3 @@ export declare abstract class MetricMiddlewarePlugin extends Plugin { | ||
constructor(name: string, describe: string); | ||
abstract createMetricMiddleware(metrics: Metric[]): MiddleWare; | ||
abstract createMetricMiddleware(metrics: Metric[]): Middleware; | ||
setMetrics(metrics: Metric[]): void; | ||
@@ -9,0 +9,0 @@ getOptionChoices(option: string): string[]; |
{ | ||
"name": "@syntest/module", | ||
"version": "0.1.0-beta.21", | ||
"version": "0.1.0-beta.22", | ||
"description": "The module library of the SynTest Framework", | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
"@syntest/logging": "*", | ||
"@syntest/metric": "^0.1.0-beta.8", | ||
"@syntest/metric": "^0.1.0-beta.9", | ||
"@syntest/storage": "^0.1.0-beta.0", | ||
@@ -63,3 +63,3 @@ "global-modules": "2.0.0", | ||
}, | ||
"gitHead": "117e58756aba3fe6a203fccc2f0d0b78826681a8" | ||
"gitHead": "d44097b870745a6cd49cc4c6fa05a962569b7243" | ||
} |
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