@imqueue/pg-sequelize 4.2.1 → 4.2.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 +4 -2
- package/package.json +2 -2
- package/.claude/settings.local.json +0 -7
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# @imqueue/pg-sequelize
|
|
2
2
|
|
|
3
|
-
[](https://github.com/imqueue/pg-sequelize)
|
|
3
|
+
[](https://github.com/imqueue/pg-sequelize/actions/workflows/build.yml)
|
|
4
|
+
[](https://www.npmjs.com/package/@imqueue/pg-sequelize)
|
|
4
5
|
[](https://snyk.io/test/github/imqueue/pg-sequelize?targetFile=package.json)
|
|
5
6
|
[](https://github.com/imqueue/pg-sequelize/blob/master/LICENSE)
|
|
6
7
|
|
|
@@ -86,7 +87,8 @@ Every exported symbol carries its own documentation, so an editor is the fastest
|
|
|
86
87
|
reference. The same content is published, symbol by symbol, as the
|
|
87
88
|
[API reference](https://imqueue.org/api/pg-sequelize/latest/) — searchable, and linkable
|
|
88
89
|
when you need to point someone at one thing. The wider ecosystem documentation is at
|
|
89
|
-
[imqueue.org](https://imqueue.org/docs/).
|
|
90
|
+
[imqueue.org](https://imqueue.org/docs/). Current version, licence and Node floor
|
|
91
|
+
for every package: [imqueue.org/status.json](https://imqueue.org/status.json).
|
|
90
92
|
|
|
91
93
|
## License
|
|
92
94
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@imqueue/pg-sequelize",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.3",
|
|
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.7.2",
|
|
50
50
|
"pg": "^8.22.0",
|
|
51
51
|
"reflect-metadata": "^0.2.2",
|
|
52
52
|
"sequelize": "^6.37.8",
|