Skip to content

Commit

Permalink
update version to proper @pgsql/types 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed May 30, 2024
1 parent e255b3f commit 1f95e07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libpg-query",
"version": "15.1.2",
"version": "15.2.0",
"description": "The real PostgreSQL query parser",
"homepage": "https://github.com/launchql/libpg-query-node",
"main": "index.js",
Expand Down Expand Up @@ -61,7 +61,7 @@
"dependencies": {
"@emnapi/runtime": "^0.43.1",
"@mapbox/node-pre-gyp": "^1.0.8",
"@pgsql/types": "^15.0.0",
"@pgsql/types": "^15.0.1",
"node-addon-api": "^7.0.0",
"node-gyp": "^10.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
dependencies:
semver "^7.3.5"

"@pgsql/types@^15.0.0":
version "15.0.0"
resolved "https://registry.yarnpkg.com/@pgsql/types/-/types-15.0.0.tgz#99d2c1719fe7b93bd36b88c1e9ccbcc18b23d720"
integrity sha512-okesxpqEBQGgSP+4FGX9zivDNWM3r803oNxRIXIrayXN3Gfx9Rjom+5h433YcP6RKmPbkKolXgeuKA2i9MQtOQ==
"@pgsql/types@^15.0.1":
version "15.0.1"
resolved "https://registry.yarnpkg.com/@pgsql/types/-/types-15.0.1.tgz#51d6c550636d3dc6628dad571a340ea7f6bb0b14"
integrity sha512-1pkWXu0criJB+hQPt5HpR8QNEBk4pNTgkA9bMfqEk3FFn6w6DdIVSiHZqoe/xhAKPvWDDDUUKNZIqhSXa5+YeA==

"@pkgjs/parseargs@^0.11.0":
version "0.11.0"
Expand Down

0 comments on commit 1f95e07

Please sign in to comment.