orchid-orm 1.2.57 → 1.2.59

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 +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1 +1,5 @@
1
- This package was renamed to [Orchid ORM](https://www.npmjs.com/package/orchid-orm)
1
+ # Orchid ORM
2
+
3
+ Another ORM focused on type safety, easiness of use, flexibility and performance.
4
+
5
+ [Read docs here](https://orchid-orm.netlify.app/guide/orm-setup-and-overview.html).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orchid-orm",
3
- "version": "1.2.57",
3
+ "version": "1.2.59",
4
4
  "description": "Postgres ORM",
5
5
  "homepage": "https://orchid-orm.netlify.app/guide/orm.html",
6
6
  "repository": {