Skip to content

Commit 4d76aa8

Browse files
committed
Update data-query to 1.1.7. V bump to 4.1.5.
1 parent 29928b7 commit 4d76aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-pg-orm",
3-
"version": "4.1.4",
3+
"version": "4.1.5",
44
"description": "Typescript PostgreSQL ORM",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@samhuk/data-filter": "^1.0.10",
37-
"@samhuk/data-query": "^1.1.6",
37+
"@samhuk/data-query": "^1.1.7",
3838
"simple-pg-client": "^1.0.5"
3939
},
4040
"devDependencies": {

0 commit comments

Comments
 (0)