Skip to content

Commit 76da79b

Browse files
committed
publish 13
1 parent 3842f95 commit 76da79b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if [ "${{ matrix.package.name }}" = "v13" ]; then
5656
# Download prebuilt WASM for v13 since it can't build in CI
5757
mkdir -p wasm
58-
curl -o v13.tgz "https://registry.npmjs.org/@libpg-query/v13/-/v13-13.0.0.tgz"
58+
curl -o v13.tgz "https://registry.npmjs.org/@libpg-query/v13/-/v13-13.5.2.tgz"
5959
tar -xzf v13.tgz --strip-components=1 package/wasm
6060
rm v13.tgz
6161
else

versions/13/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libpg-query/v13",
3-
"version": "13.5.1",
3+
"version": "13.5.2",
44
"description": "The real PostgreSQL query parser",
55
"homepage": "https://github.com/launchql/libpg-query-node",
66
"main": "./wasm/index.cjs",
@@ -49,4 +49,4 @@
4949
"plpgsql",
5050
"database"
5151
]
52-
}
52+
}

0 commit comments

Comments
 (0)