Skip to content

Commit 8ef2ab3

Browse files
committed
16.1.2
1 parent 22ce9d0 commit 8ef2ab3

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.1",
4+
"version": "16.1.2",
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": "pnpm -s dlx vitest@2.0.5"
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",
@@ -54,12 +61,16 @@
5461
"typescript": "^5.5.4",
5562
"watchlist": "npm:@aleclarson/watchlist@^0.3.3"
5663
},
57-
"files": ["lib"],
64+
"files": [
65+
"lib"
66+
],
5867
"engines": {
5968
"node": ">=16"
6069
},
6170
"binary": {
62-
"napi_versions": [8]
71+
"napi_versions": [
72+
8
73+
]
6374
},
6475
"config": {
6576
"runtime": "napi",

0 commit comments

Comments
 (0)