@pitininja/envious 6.1.0 → 6.1.2

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 +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,6 +33,15 @@ npm i @pitininja/envious-typebox
33
33
  - [Typebox resolver documentation](https://codeberg.org/pitininja/envious/src/branch/master/packages/resolvers/typebox/README.md)
34
34
  - [Official Typebox documentation](https://sinclairzx81.github.io/typebox/)
35
35
 
36
+ #### Yup
37
+
38
+ ```shell
39
+ npm i @pitininja/envious-yup
40
+ ```
41
+
42
+ - [Yup resolver documentation](https://codeberg.org/pitininja/envious/src/branch/master/packages/resolvers/yup/README.md)
43
+ - [Official Yup documentation](https://github.com/jquense/yup)
44
+
36
45
  #### Zod
37
46
 
38
47
  ```shell
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitininja/envious",
3
- "version": "6.1.0",
3
+ "version": "6.1.2",
4
4
  "license": "AGPL-3.0-or-later",
5
5
  "homepage": "https://codeberg.org/pitininja/envious",
6
6
  "repository": {