@palmares/schemas 0.2.5 → 0.2.7
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 +15 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,20 @@
|
|
1
1
|
# @palmares/schemas
|
2
2
|
|
3
|
+
## 0.2.7
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- ba3507a: - Fix adapters to work on template creation
|
8
|
+
- Updated dependencies [ba3507a]
|
9
|
+
- @palmares/databases@0.2.7
|
10
|
+
|
11
|
+
## 0.2.6
|
12
|
+
|
13
|
+
### Patch Changes
|
14
|
+
|
15
|
+
- Updated dependencies [bcafd12]
|
16
|
+
- @palmares/databases@0.2.6
|
17
|
+
|
3
18
|
## 0.2.5
|
4
19
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@palmares/schemas",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.7",
|
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/
|
38
|
+
"@palmares/server": "0.2.3",
|
39
39
|
"@palmares/core": "0.2.2",
|
40
|
-
"@palmares/
|
40
|
+
"@palmares/databases": "0.2.7"
|
41
41
|
},
|
42
42
|
"scripts": {
|
43
43
|
"clear": "rimraf ./dist",
|