yuppi 1.2.11 → 1.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -103,7 +103,6 @@ Yuppi
103
103
  │ └── convertToJSONSchema(schema)
104
104
 
105
105
  ├── Patterns
106
- │ ├── Any
107
106
  │ ├── Domain
108
107
  │ ├── Email
109
108
  │ ├── HTTP
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuppi",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
4
4
  "description": "Schemas that can be converted to Yup and JSON Schema.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/keift/yuppi",
@@ -31,6 +31,7 @@
31
31
  },
32
32
  "keywords": [
33
33
  "validate",
34
+ "validation",
34
35
  "typecheck",
35
36
  "yup",
36
37
  "json-schema",