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 875ca29 commit 1c9656dCopy full SHA for 1c9656d
Makefile
@@ -61,7 +61,6 @@ ifdef EMSCRIPTEN
61
-sEXPORT_NAME="$(WASM_MODULE_NAME)" \
62
-sENVIRONMENT="web,node" \
63
-sMODULARIZE=1 \
64
- -sEXPORT_ES6=1 \
65
-sALLOW_MEMORY_GROWTH=1 \
66
-lpg_query \
67
-o $@ \
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "libpg-query",
3
- "version": "17.2.0",
+ "version": "17.3.0",
4
"description": "The real PostgreSQL query parser",
5
"homepage": "https://github.com/launchql/libpg-query-node",
6
"main": "./wasm/index.cjs",
0 commit comments