Skip to content

Commit

Permalink
bump client
Browse files Browse the repository at this point in the history
  • Loading branch information
prostgles committed Jun 2, 2024
1 parent 328c78a commit 54c63d0
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 60 deletions.
1 change: 1 addition & 0 deletions lib/Filtering.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ export const parseFilterItem = (args: ParseFilterItemArgs): string => {
* If leftQ is geography then:
* - err can happen: 'Antipodal (180 degrees long) edge detected!'
* - inacurrate results at large envelopes due to the curvature of the earth
* https://gis.stackexchange.com/questions/78816/maximum-size-on-the-bounding-box-with-st-makeenvelope-and-and-geography-colum
*/
if(funcName.toLowerCase() === "st_makeenvelope") {
leftQ += "::geometry";
Expand Down
74 changes: 28 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prostgles-server",
"version": "4.2.69",
"version": "4.2.70",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -48,7 +48,6 @@
"devDependencies": {
"@types/bluebird": "^3.5.36",
"@types/express": "^4.17.21",
"@types/file-type": "^10.9.1",
"@types/json-schema": "^7.0.15",
"@types/node": "^18.0.3",
"@types/pg": "^8.11.5",
Expand Down
16 changes: 8 additions & 8 deletions tests/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "ISC",
"dependencies": {
"@types/node": "^20.9.2",
"prostgles-client": "^4.0.124",
"prostgles-client": "^4.0.131",
"prostgles-types": "^4.0.51",
"socket.io-client": "^4.7.5"
},
Expand Down
4 changes: 1 addition & 3 deletions tests/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 54c63d0

Please sign in to comment.