nativemodels
Advanced tools
+18
-23
@@ -9,15 +9,15 @@ { | ||
| "devDependencies": { | ||
| "codecov": "^3.1.0", | ||
| "eslint": "5.16.0", | ||
| "eslint-config-prettier": "^4.1.0", | ||
| "eslint-plugin-jest": "^22.1.3", | ||
| "eslint-plugin-react": "^7.12.4", | ||
| "codecov": "^3.5.0", | ||
| "eslint": "^6.1.0", | ||
| "eslint-config-prettier": "^6.0.0", | ||
| "eslint-plugin-jest": "^22.14.0", | ||
| "eslint-plugin-react": "^7.14.3", | ||
| "gh-pages": "^2.0.1", | ||
| "husky": "^2.0.0", | ||
| "jest": "^23.6.0", | ||
| "jest-junit": "^6.0.1", | ||
| "js-yaml": "^3.12.1", | ||
| "lint-staged": "^8.0.0", | ||
| "husky": "^3.0.1", | ||
| "jest": "^24.8.0", | ||
| "jest-junit": "^7.0.0", | ||
| "js-yaml": "^3.13.1", | ||
| "lint-staged": "^9.2.1", | ||
| "lodash.isequal": "^4.5.0", | ||
| "prettier": "^1.14.3" | ||
| "prettier": "^1.18.2" | ||
| }, | ||
@@ -35,13 +35,8 @@ "engines": { | ||
| "lint-staged": { | ||
| "ignore": [ | ||
| "site/**" | ||
| ], | ||
| "linters": { | ||
| "*.js": [ | ||
| "eslint --fix", | ||
| "prettier --config ./.prettierrc.json --write", | ||
| "jest --bail --findRelatedTests", | ||
| "git add" | ||
| ] | ||
| } | ||
| "*.js": [ | ||
| "eslint --fix", | ||
| "prettier --config ./.prettierrc.json --write", | ||
| "jest --bail --findRelatedTests", | ||
| "git add" | ||
| ] | ||
| }, | ||
@@ -64,3 +59,3 @@ "main": "index.js", | ||
| }, | ||
| "version": "2.7.2" | ||
| "version": "2.8.0" | ||
| } |
+9
-2
@@ -54,2 +54,9 @@ <h1 align="center"> | ||
| ## Similar Libraries | ||
| * [Yup](https://www.npmjs.com/package/yup) | ||
| * [Joi](https://www.npmjs.com/package/joi) | ||
| * [Schema Object](https://www.npmjs.com/package/schema-object) | ||
| * [ObjectModel](https://www.npmjs.com/package/objectmodel) | ||
| ## Getting Started | ||
@@ -146,3 +153,3 @@ | ||
| #### Types | ||
| #### Transformation Types | ||
@@ -306,3 +313,3 @@ - `post` - happens after validation | ||
| module.exports = int; | ||
| module.exports = myCustomDataType; | ||
| ``` | ||
@@ -309,0 +316,0 @@ |
42375
0.48%664
1.07%