Skip to content

Commit 2e015d8

Browse files
authored
Merge pull request #310 from constructive-io/feat/plpgsql-v18-versions
chore: align PL/pgSQL and CLI package versions with PG18 (18.0.0)
2 parents f700ee1 + 4a01025 commit 2e015d8

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/parse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-parse",
3-
"version": "1.0.0",
3+
"version": "18.0.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Comment and whitespace preserving PostgreSQL parser",
66
"main": "index.js",

packages/pgsql-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/cli",
3-
"version": "2.0.0",
3+
"version": "18.0.0",
44
"description": "Unified CLI for PostgreSQL AST parsing, deparsing, and code generation",
55
"author": "Constructive <developers@constructive.io>",
66
"main": "index.js",

packages/plpgsql-deparser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plpgsql-deparser",
3-
"version": "1.0.0",
3+
"version": "18.0.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PL/pgSQL AST Deparser - Converts PL/pgSQL function ASTs back to SQL",
66
"main": "index.js",

packages/plpgsql-parse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plpgsql-parse",
3-
"version": "1.0.0",
3+
"version": "18.0.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Comment and whitespace preserving PL/pgSQL parser",
66
"main": "index.js",

packages/plpgsql-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plpgsql-parser",
3-
"version": "1.0.0",
3+
"version": "18.0.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Combined SQL + PL/pgSQL parser with hydrated ASTs and transform API",
66
"main": "index.js",

0 commit comments

Comments
 (0)