Skip to content

Commit

Permalink
16.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Sep 30, 2024
1 parent 22ce9d0 commit 8ef2ab3
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pg-nano/pg-parser",
"type": "module",
"version": "16.1.1",
"version": "16.1.2",
"sideEffects": false,
"description": "Node.js addon for PostgreSQL query parsing",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,14 @@
"format": "biome format --write package.json src/lib/*.ts test/*.ts scripts/*.ts",
"test": "pnpm -s dlx [email protected]"
},
"keywords": ["postgres", "postgresql", "pg", "query", "parser", "plpgsql"],
"keywords": [
"postgres",
"postgresql",
"pg",
"query",
"parser",
"plpgsql"
],
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^8.1.0",
Expand All @@ -54,12 +61,16 @@
"typescript": "^5.5.4",
"watchlist": "npm:@aleclarson/watchlist@^0.3.3"
},
"files": ["lib"],
"files": [
"lib"
],
"engines": {
"node": ">=16"
},
"binary": {
"napi_versions": [8]
"napi_versions": [
8
]
},
"config": {
"runtime": "napi",
Expand Down

0 comments on commit 8ef2ab3

Please sign in to comment.