Skip to content

Commit 5319504

Browse files
committed
pkg
1 parent fd94d30 commit 5319504

File tree

3 files changed

+2
-72
lines changed

3 files changed

+2
-72
lines changed

.idea/workspace.xml

Lines changed: 0 additions & 71 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Our latest is built with `16-latest` branch from libpg_query
6969

7070
| PG Major Version | libpg_query | Branch | npm
7171
|--------------------------|-------------|------------------------------------------------------------------------------------------------|---------|
72+
| 17 | 17-latest | [`17-latest`](https://github.com/launchql/libpg-query-node/tree/17-latest) | [`[email protected]`](https://www.npmjs.com/package/libpg-query/v/17.0.0)
7273
| 16 | 16-latest | [`16-latest`](https://github.com/launchql/libpg-query-node/tree/16-latest) | [`[email protected]`](https://www.npmjs.com/package/libpg-query/v/latest)
7374
| 15 | 15-latest | [`15-latest`](https://github.com/launchql/libpg-query-node/tree/15-latest) | [`[email protected]`](https://www.npmjs.com/package/libpg-query/v/15.1.0)
7475
| 14 | 14-latest | [`14-latest`](https://github.com/launchql/libpg-query-node/tree/14-latest) | [`[email protected]`](https://www.npmjs.com/package/libpg-query/v/14.0.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libpg-query",
3-
"version": "16.3.0",
3+
"version": "17.0.0",
44
"description": "The real PostgreSQL query parser",
55
"homepage": "https://github.com/launchql/libpg-query-node",
66
"main": "index.js",

0 commit comments

Comments
 (0)