@syntest/module
Advanced tools
Comparing version 0.1.0-beta.12 to 0.1.0-beta.13
import { UserInterface } from "@syntest/cli-graphics"; | ||
import { Logger } from "@syntest/logging"; | ||
import { Metric, MetricManager } from "@syntest/metric"; | ||
import { Logger } from "winston"; | ||
import Yargs = require("yargs"); | ||
@@ -5,0 +5,0 @@ import { Module } from "./extension/Module"; |
{ | ||
"name": "@syntest/module", | ||
"version": "0.1.0-beta.12", | ||
"version": "0.1.0-beta.13", | ||
"description": "The module library of the SynTest Framework", | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
"@syntest/logging": "*", | ||
"@syntest/metric": "^0.1.0-beta.3", | ||
"@syntest/metric": "^0.1.0-beta.4", | ||
"global-modules": "2.0.0", | ||
@@ -62,3 +62,3 @@ "yargs": "^17.7.1" | ||
}, | ||
"gitHead": "3a1473f5676cf85ab23052d0da9b894231ad8973" | ||
"gitHead": "909f98a3d10c385bb833a094c65b3352ba6a7e3c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
73252