mythix-orm-postgresql 1.0.1 → 1.0.4

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.
@@ -4,7 +4,7 @@
4
4
  'use strict';
5
5
 
6
6
  const Nife = require('nife');
7
- const moment = require('mythix-orm/node_modules/moment');
7
+ const moment = require('moment');
8
8
  const PG = require('pg');
9
9
  const PGFormat = require('pg-format');
10
10
  const { Literals } = require('mythix-orm');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mythix-orm-postgresql",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "description": "PostgreSQL driver for Mythix ORM",
5
5
  "main": "lib/index.js",
6
6
  "type": "commonjs",
@@ -32,8 +32,12 @@
32
32
  "url": "https://github.com/th317erd/mythix-orm-postgresql/issues"
33
33
  },
34
34
  "homepage": "https://github.com/th317erd/mythix-orm-postgresql#readme",
35
+ "peerDependencies": {
36
+ "mythix-orm": "^1.0.4",
37
+ "mythix-orm-sql-base": "^1.0.4"
38
+ },
35
39
  "dependencies": {
36
- "nife": "^1.11.2",
40
+ "nife": "^1.11.3",
37
41
  "pg": "^8.7.3",
38
42
  "pg-format": "^1.0.4",
39
43
  "uuid": "^8.3.2"