orchid-orm 1.9.31 → 1.9.32

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 +5 -5
package/README.md CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  Another ORM focused on type safety, easiness of use, flexibility and performance.
4
4
 
5
- [Read docs here](https://orchid-orm.netlify.app/guide/).
5
+ [Read docs here](https://orchid-orm.netlify.app/guide/orm-and-query-builder.html).
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "orchid-orm",
3
- "version": "1.9.31",
3
+ "version": "1.9.32",
4
4
  "description": "Postgres ORM",
5
- "homepage": "https://orchid-orm.netlify.app/guide/orm-setup-and-overview.html",
5
+ "homepage": "https://orchid-orm.netlify.app/guide/orm-and-query-builder.html",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/romeerez/orchid-orm/tree/main/packages/orm"
@@ -53,12 +53,12 @@
53
53
  "inflection": "*",
54
54
  "prompts": "^2.4.2",
55
55
  "orchid-core": "0.4.8",
56
- "pqb": "0.11.24"
56
+ "pqb": "0.11.25"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/prompts": "^2.4.2",
60
- "orchid-orm-schema-to-zod": "0.3.63",
61
- "rake-db": "2.8.28",
60
+ "orchid-orm-schema-to-zod": "0.3.64",
61
+ "rake-db": "2.8.29",
62
62
  "test-utils": "0.0.2"
63
63
  },
64
64
  "peerDependencies": {