Skip to content

Commit

Permalink
16.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Nov 7, 2024
1 parent 1b1893b commit adb53dc
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.4",
"version": "16.1.5",
"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": "vitest"
},
"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 @@ -57,12 +64,16 @@
"vitest": "^2.1.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 adb53dc

Please sign in to comment.