mythix-orm-postgresql 1.11.2 → 1.11.3

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/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # mythix-orm-postgresql
2
2
 
3
+ ![Mythix](docs/mythix-logo-colored.png)
4
+
3
5
  PostgreSQL database driver for [Mythix ORM](https://www.npmjs.com/package/mythix-orm).
4
6
 
5
7
  ## Install
package/docs/Home.md CHANGED
@@ -1,3 +1,5 @@
1
+ ![Mythix](mythix-logo-colored.png)
2
+
1
3
  PostgreSQL database driver for [Mythix ORM](https://www.npmjs.com/package/mythix-orm).
2
4
 
3
5
  ## Install
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mythix-orm-postgresql",
3
- "version": "1.11.2",
3
+ "version": "1.11.3",
4
4
  "description": "PostgreSQL driver for Mythix ORM",
5
5
  "main": "lib/index.js",
6
6
  "type": "commonjs",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "homepage": "https://github.com/th317erd/mythix-orm-postgresql#readme",
35
35
  "peerDependencies": {
36
- "mythix-orm": "^1.13.1",
37
- "mythix-orm-sql-base": "^1.11.0"
36
+ "mythix-orm": "^1.13.2",
37
+ "mythix-orm-sql-base": "^1.11.1"
38
38
  },
39
39
  "dependencies": {
40
40
  "luxon": "^3.1.0",