Skip to content

Commit 8bf1d4b

Browse files
committed
fix #23
1 parent d873646 commit 8bf1d4b

File tree

3 files changed

+908
-925
lines changed

3 files changed

+908
-925
lines changed

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": "13.2.5",
3+
"version": "13.3.0",
44
"description": "The real PostgreSQL query parser",
55
"homepage": "https://github.com/pyramation/libpg-query-node",
66
"main": "index.js",

script/buildAddon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
commit=d1d0186b80c1fbf496265789af89da4e7ca890ab
3+
commit=1097b2c33e54a37c0d2c0f2d498c7d1cf967eae9
44

55
rDIR=$(pwd)
66
tmpDir=$(mktemp -d 2>/dev/null || mktemp -d -t 'tmpdir.XXXX')

0 commit comments

Comments
 (0)