We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3842f95 commit 76da79bCopy full SHA for 76da79b
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
if [ "${{ matrix.package.name }}" = "v13" ]; then
56
# Download prebuilt WASM for v13 since it can't build in CI
57
mkdir -p wasm
58
- curl -o v13.tgz "https://registry.npmjs.org/@libpg-query/v13/-/v13-13.0.0.tgz"
+ curl -o v13.tgz "https://registry.npmjs.org/@libpg-query/v13/-/v13-13.5.2.tgz"
59
tar -xzf v13.tgz --strip-components=1 package/wasm
60
rm v13.tgz
61
else
versions/13/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@libpg-query/v13",
3
- "version": "13.5.1",
+ "version": "13.5.2",
4
"description": "The real PostgreSQL query parser",
5
"homepage": "https://github.com/launchql/libpg-query-node",
6
"main": "./wasm/index.cjs",
@@ -49,4 +49,4 @@
49
"plpgsql",
50
"database"
51
]
52
-}
+}
0 commit comments