@mmit/validate
Advanced tools
Comparing version 0.2.12 to 0.2.13
{ | ||
"name": "@mmit/validate", | ||
"author": "Mike Mitterer", | ||
"version": "0.2.12", | ||
"version": "0.2.13", | ||
"description": "Object validation for/in TS", | ||
@@ -17,3 +17,3 @@ "keywords": [ | ||
"scripts": { | ||
"gen:barrels": "barrelsby --delete -d src/main/ -l below", | ||
"gen:barrels": "barrelsby --delete -d src/main/ -l all", | ||
"start": "NODE_ENV=development webpack-dev-server --config webpack.web.js --mode development --open", | ||
@@ -20,0 +20,0 @@ "build": "rm -rf lib && yarn run build:ts", |
// import { loggerFactory } from '../../main/config/ConfigLog4j'; | ||
import 'jest-extended'; | ||
import { ArgumentError } from '../../../main/exception'; | ||
import { ArgumentError } from '../../../main'; | ||
import * as error from '../../../main/validate/messages'; | ||
@@ -5,0 +5,0 @@ import * as validate from '../../../main/validate/validate'; |
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
1349713
49
1240