@imqueue/pg-sequelize 4.2.4 → 4.2.6
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@imqueue/pg-sequelize",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.6",
|
|
4
4
|
"description": "Sequelize/Postgres toolkit for @imqueue microservices — turns a query described as data (filters, paging, ordering, fields) into one efficient statement, plus database views as models and the Postgres index options Sequelize cannot express",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"imqueue",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"author": "imqueue.com <support@imqueue.com>",
|
|
47
47
|
"license": "GPL-3.0-only",
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@imqueue/rpc": "^3.
|
|
49
|
+
"@imqueue/rpc": "^3.9.1",
|
|
50
50
|
"pg": "^8.22.0",
|
|
51
51
|
"reflect-metadata": "^0.2.2",
|
|
52
52
|
"sequelize": "^6.37.8",
|