yuppi 1.0.3 → 1.0.4

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -57,9 +57,9 @@ Schemas that can be converted to Yup and JSON Schema.
57
57
  ## Features
58
58
 
59
59
  - Easy and understandable schema
60
+ - Contains ready regex patterns
60
61
  - Portable schemas as a JSON file
61
62
  - Works with Yup, stable and secure
62
- - Designed for API endpoints
63
63
  - It is strict and therefore does not accept more than one type
64
64
  - Error messages are ready to be understood but can be edited if desired
65
65
  - Can be converted to Yup and [JSON Schema](https://json-schema.org). JSON Schema is OpenAPI compatible
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuppi",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
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",