@spinajs/validation
Advanced tools
Comparing version 2.0.63 to 2.0.64
@@ -1,2 +0,2 @@ | ||
import { Exception } from '../../../exceptions/lib/index.js'; | ||
import { Exception } from '@spinajs/exceptions'; | ||
import { ErrorObject } from 'ajv'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { Exception } from '../../../exceptions/lib/index.js'; | ||
import { Exception } from '@spinajs/exceptions'; | ||
/** | ||
@@ -3,0 +3,0 @@ * The exception that is thrown when JSON entity is checked against schema and is invalid |
@@ -6,2 +6,3 @@ import { Container, AsyncService } from '@spinajs/di'; | ||
import { ILog } from '@spinajs/log'; | ||
import './sources.js'; | ||
export declare class DataValidator extends AsyncService { | ||
@@ -8,0 +9,0 @@ Options: IValidationOptions; |
@@ -14,6 +14,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
import { ValidationFailed } from './exceptions/index.js'; | ||
import { InvalidArgument, InvalidOperation } from '../../exceptions/lib/index.js'; | ||
import { InvalidArgument, InvalidOperation } from '@spinajs/exceptions'; | ||
import { SCHEMA_SYMBOL } from './decorators.js'; | ||
import { SchemaSource } from './types.js'; | ||
import { Logger } from '@spinajs/log'; | ||
// import default souces | ||
import './sources.js'; | ||
import { default as ajvMergePath } from 'ajv-merge-patch'; | ||
@@ -20,0 +22,0 @@ import { default as ajvFormats } from 'ajv-formats'; |
{ | ||
"name": "@spinajs/validation", | ||
"version": "2.0.63", | ||
"version": "2.0.64", | ||
"description": "validation library for spinajs framework", | ||
@@ -44,6 +44,6 @@ "exports": "./lib/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration": "^2.0.63", | ||
"@spinajs/di": "^2.0.63", | ||
"@spinajs/exceptions": "^2.0.63", | ||
"@spinajs/log": "^2.0.63", | ||
"@spinajs/configuration": "^2.0.64", | ||
"@spinajs/di": "^2.0.64", | ||
"@spinajs/exceptions": "^2.0.64", | ||
"@spinajs/log": "^2.0.64", | ||
"ajv": "^8.12.0", | ||
@@ -50,0 +50,0 @@ "ajv-formats": "^2.1.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
29969
431
Updated@spinajs/di@^2.0.64
Updated@spinajs/exceptions@^2.0.64
Updated@spinajs/log@^2.0.64