mythix-orm-sql-base 1.11.0 → 1.11.1

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-sql-base
2
2
 
3
+ ![Mythix](docs/mythix-logo-colored.png)
4
+
3
5
  SQL base support for [Mythix ORM](https://www.npmjs.com/package/mythix-orm).
4
6
 
5
7
  This module isn't intended to be used by itself. It is a support module for other SQL database drivers.
package/docs/Home.md CHANGED
@@ -1,3 +1,5 @@
1
+ ![Mythix](mythix-logo-colored.png)
2
+
1
3
  SQL base support for [Mythix ORM](https://www.npmjs.com/package/mythix-orm).
2
4
 
3
5
  This module isn't intended to be used by itself. It is a support module for other SQL database drivers.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mythix-orm-sql-base",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "SQL base support for Mythix ORM",
5
5
  "main": "lib/index",
6
6
  "type": "commonjs",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "homepage": "https://github.com/th317erd/mythix-orm-sql-base#readme",
36
36
  "peerDependencies": {
37
- "mythix-orm": "^1.13.1"
37
+ "mythix-orm": "^1.13.2"
38
38
  },
39
39
  "dependencies": {
40
40
  "luxon": "^3.1.0",