Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pgsql-parse",
"version": "1.0.0",
"version": "18.0.0",
"author": "Constructive <developers@constructive.io>",
"description": "Comment and whitespace preserving PostgreSQL parser",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/pgsql-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgsql/cli",
"version": "2.0.0",
"version": "18.0.0",
"description": "Unified CLI for PostgreSQL AST parsing, deparsing, and code generation",
"author": "Constructive <developers@constructive.io>",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plpgsql-deparser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plpgsql-deparser",
"version": "1.0.0",
"version": "18.0.0",
"author": "Constructive <developers@constructive.io>",
"description": "PL/pgSQL AST Deparser - Converts PL/pgSQL function ASTs back to SQL",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plpgsql-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plpgsql-parse",
"version": "1.0.0",
"version": "18.0.0",
"author": "Constructive <developers@constructive.io>",
"description": "Comment and whitespace preserving PL/pgSQL parser",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plpgsql-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plpgsql-parser",
"version": "1.0.0",
"version": "18.0.0",
"author": "Constructive <developers@constructive.io>",
"description": "Combined SQL + PL/pgSQL parser with hydrated ASTs and transform API",
"main": "index.js",
Expand Down
Loading