Skip to content

Commit

Permalink
Merge pull request #31 from connectedcars/also-include-record
Browse files Browse the repository at this point in the history
also export record
  • Loading branch information
ofweb authored May 30, 2023
2 parents ef42673 + d7a4da7 commit 115f94b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectedcars/object-validator",
"version": "2.1.3",
"version": "2.1.4",
"description": "Object validator",
"main": "build/dist/src/index.js",
"types": "build/dist/src/index.d.ts",
Expand Down Expand Up @@ -62,4 +62,4 @@
"engines": {
"node": ">=10.15.0"
}
}
}
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export * from './validators/integer'
export * from './validators/integer-string'
export * from './validators/null'
export * from './validators/object'
export * from './validators/record'
export * from './validators/regex-match'
export * from './validators/sample'
export * from './validators/string'
Expand Down

0 comments on commit 115f94b

Please sign in to comment.