Skip to content

Commit 780086a

Browse files
committed
updates
1 parent 72ba897 commit 780086a

File tree

11 files changed

+11
-17
lines changed

11 files changed

+11
-17
lines changed

enums/13/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "esm/index.js",
88
"types": "index.d.ts",
99
"homepage": "https://github.com/launchql/libpg-query-node",
10-
"license": "SEE LICENSE IN LICENSE",
10+
"license": "MIT",
1111
"publishConfig": {
1212
"access": "public",
1313
"directory": "dist"

enums/14/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "esm/index.js",
88
"types": "index.d.ts",
99
"homepage": "https://github.com/launchql/libpg-query-node",
10-
"license": "SEE LICENSE IN LICENSE",
10+
"license": "MIT",
1111
"publishConfig": {
1212
"access": "public",
1313
"directory": "dist"

enums/15/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "esm/index.js",
88
"types": "index.d.ts",
99
"homepage": "https://github.com/launchql/libpg-query-node",
10-
"license": "SEE LICENSE IN LICENSE",
10+
"license": "MIT",
1111
"publishConfig": {
1212
"access": "public",
1313
"directory": "dist"

enums/16/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "esm/index.js",
88
"types": "index.d.ts",
99
"homepage": "https://github.com/launchql/libpg-query-node",
10-
"license": "SEE LICENSE IN LICENSE",
10+
"license": "MIT",
1111
"publishConfig": {
1212
"access": "public",
1313
"directory": "dist"

enums/17/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "esm/index.js",
88
"types": "index.d.ts",
99
"homepage": "https://github.com/launchql/libpg-query-node",
10-
"license": "SEE LICENSE IN LICENSE",
10+
"license": "MIT",
1111
"publishConfig": {
1212
"access": "public",
1313
"directory": "dist"

parser/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@pgsql/parser",
33
"version": "1.0.0",
4+
"author": "Dan Lynch <[email protected]>",
45
"description": "Multi-version PostgreSQL parser with dynamic version selection",
56
"main": "./wasm/index.cjs",
67
"module": "./wasm/index.js",
@@ -43,15 +44,8 @@
4344
"ast",
4445
"multi-version"
4546
],
46-
"author": "",
4747
"license": "MIT",
48-
"dependencies": {
49-
"@pgsql/types": "^17.6.0"
50-
},
5148
"devDependencies": {
52-
"@types/node": "^20.0.0",
53-
"rimraf": "^5.0.10",
54-
"typescript": "^5.0.0",
5549
"vitest": "^1.0.0"
5650
}
5751
}

types/13/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "esm/index.js",
88
"types": "index.d.ts",
99
"homepage": "https://github.com/launchql/libpg-query-node",
10-
"license": "SEE LICENSE IN LICENSE",
10+
"license": "MIT",
1111
"publishConfig": {
1212
"access": "public",
1313
"directory": "dist"

types/14/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "esm/index.js",
88
"types": "index.d.ts",
99
"homepage": "https://github.com/launchql/libpg-query-node",
10-
"license": "SEE LICENSE IN LICENSE",
10+
"license": "MIT",
1111
"publishConfig": {
1212
"access": "public",
1313
"directory": "dist"

types/15/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "esm/index.js",
88
"types": "index.d.ts",
99
"homepage": "https://github.com/launchql/libpg-query-node",
10-
"license": "SEE LICENSE IN LICENSE",
10+
"license": "MIT",
1111
"publishConfig": {
1212
"access": "public",
1313
"directory": "dist"

types/16/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "esm/index.js",
88
"types": "index.d.ts",
99
"homepage": "https://github.com/launchql/libpg-query-node",
10-
"license": "SEE LICENSE IN LICENSE",
10+
"license": "MIT",
1111
"publishConfig": {
1212
"access": "public",
1313
"directory": "dist"

0 commit comments

Comments
 (0)