orchid-orm-schema-to-zod 0.1.3 → 0.1.5

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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # orchid-orm-schema-to-zod
2
2
 
3
+ ## 0.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - pqb@0.7.5
9
+
10
+ ## 0.1.4
11
+
12
+ ### Patch Changes
13
+
14
+ - Update homepage link in package.json
15
+ - Updated dependencies
16
+ - pqb@0.7.4
17
+
3
18
  ## 0.1.3
4
19
 
5
20
  ### Patch Changes
package/README.md CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  Utility to convert Orchid ORM columns schema to [Zod](https://zod.dev/).
4
4
 
5
- [Read docs here](https://orchid-orm.netlify.app/guide/columns-validation-methods).
5
+ [Read docs here](https://orchid-orm.netlify.app/guide/columns-validation-methods.html).
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "orchid-orm-schema-to-zod",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Orchid-ORM columns schema to Zod converter",
5
- "homepage": "https://orchid-orm.netlify.app/guide/columns-validation-methods",
5
+ "homepage": "https://orchid-orm.netlify.app/guide/columns-validation-methods.html",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/romeerez/orchid-orm/tree/main/packages/schema-to-zod"
@@ -39,7 +39,7 @@
39
39
  "author": "Roman Kushyn",
40
40
  "license": "ISC",
41
41
  "dependencies": {
42
- "pqb": "0.7.3",
42
+ "pqb": "0.7.5",
43
43
  "zod": "^3.19.1"
44
44
  },
45
45
  "devDependencies": {