Skip to content

Commit 4d5170d

Browse files
committed
chore: reset v18 package versions to 18.0.0
Nothing has shipped to npm yet for PG 18 (no 18.x on registry for @pgsql/types or @pgsql/enums), and the previous 18.0.1/18.0.2 bumps were paired with stale src/ generated from PG 17. Resetting so the first real PG 18 publish lands as a clean 18.0.0. - types/18: 18.0.2 -> 18.0.0 - enums/18: 18.0.1 -> 18.0.0 - versions/18: 18.0.1 -> 18.0.0
1 parent e13a43e commit 4d5170d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

enums/18/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libpg-query/enums18",
3-
"version": "18.0.1",
3+
"version": "18.0.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostgreSQL AST enums from the real Postgres parser",
66
"main": "index.js",

types/18/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libpg-query/types18",
3-
"version": "18.0.2",
3+
"version": "18.0.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostgreSQL AST types from the real Postgres parser",
66
"main": "index.js",

versions/18/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libpg-query/v18",
3-
"version": "18.0.1",
3+
"version": "18.0.0",
44
"description": "The real PostgreSQL query parser",
55
"homepage": "https://github.com/constructive-io/libpg-query-node",
66
"main": "./wasm/index.cjs",

0 commit comments

Comments
 (0)