@travetto/test
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -13,2 +13,3 @@ { | ||
"@types/minimist": "^1.2.0", | ||
"lodash": "^4.17.5", | ||
"minimist": "^1.2.0" | ||
@@ -29,3 +30,3 @@ }, | ||
}, | ||
"version": "0.0.14" | ||
"version": "0.0.15" | ||
} |
@@ -11,2 +11,3 @@ import * as fs from 'fs'; | ||
import { AssertUtil } from './assert'; | ||
import { TestEmitter } from './emitter'; | ||
@@ -13,0 +14,0 @@ export class TestUtil { |
@@ -23,3 +23,3 @@ import { Class } from '@travetto/registry/src/model/types'; | ||
text: string; | ||
error?: any; | ||
error?: Error; | ||
} | ||
@@ -26,0 +26,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
260180
1222
5
+ Addedlodash@^4.17.5
+ Addedlodash@4.17.21(transitive)