Skip to content

Commit adb53dc

Browse files
committed
16.1.5
1 parent 1b1893b commit adb53dc

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

package.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pg-nano/pg-parser",
33
"type": "module",
4-
"version": "16.1.4",
4+
"version": "16.1.5",
55
"sideEffects": false,
66
"description": "Node.js addon for PostgreSQL query parsing",
77
"license": "MIT",
@@ -36,7 +36,14 @@
3636
"format": "biome format --write package.json src/lib/*.ts test/*.ts scripts/*.ts",
3737
"test": "vitest"
3838
},
39-
"keywords": ["postgres", "postgresql", "pg", "query", "parser", "plpgsql"],
39+
"keywords": [
40+
"postgres",
41+
"postgresql",
42+
"pg",
43+
"query",
44+
"parser",
45+
"plpgsql"
46+
],
4047
"dependencies": {
4148
"bindings": "^1.5.0",
4249
"node-addon-api": "^8.1.0",
@@ -57,12 +64,16 @@
5764
"vitest": "^2.1.4",
5865
"watchlist": "npm:@aleclarson/watchlist@^0.3.3"
5966
},
60-
"files": ["lib"],
67+
"files": [
68+
"lib"
69+
],
6170
"engines": {
6271
"node": ">=16"
6372
},
6473
"binary": {
65-
"napi_versions": [8]
74+
"napi_versions": [
75+
8
76+
]
6677
},
6778
"config": {
6879
"runtime": "napi",

0 commit comments

Comments
 (0)