Skip to content

Commit

Permalink
Expose ValidationErrors type (resolves #40)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJPotter committed May 9, 2023
1 parent 2fbdfdc commit dc92bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "fluentvalidation-ts",
"version": "3.0.2",
"version": "3.1.0",
"description": "A TypeScript-first library for building strongly-typed validation rules",
"keywords": [
"fluent",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
@@ -1 +1,2 @@
export { SyncValidator as Validator, AsyncValidator } from './CoreValidator';
export { ValidationErrors } from 'ValidationErrors';

0 comments on commit dc92bc2

Please sign in to comment.