@palmares/schemas 0.2.11 → 0.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.
- package/CHANGELOG.md +9 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@palmares/schemas",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.12",
|
4
4
|
"description": "This defines a default schema definition for validation of data, it abstract popular schema validation libraries like zod, yup, valibot and others\"",
|
5
5
|
"main": "./dist/src/index.cjs",
|
6
6
|
"module": "./dist/src/index.js",
|
@@ -35,9 +35,9 @@
|
|
35
35
|
},
|
36
36
|
"homepage": "https://github.com/palmaresHQ/palmares#readme",
|
37
37
|
"dependencies": {
|
38
|
-
"@palmares/core": "0.2.
|
39
|
-
"@palmares/
|
40
|
-
"@palmares/
|
38
|
+
"@palmares/core": "0.2.5",
|
39
|
+
"@palmares/server": "0.2.6",
|
40
|
+
"@palmares/databases": "0.2.12"
|
41
41
|
},
|
42
42
|
"scripts": {
|
43
43
|
"clear": "rimraf ./dist",
|