We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfcb9d commit 67bd902Copy full SHA for 67bd902
packages/pg-ast/CHANGELOG.md
@@ -2,3 +2,9 @@
2
3
All notable changes to this project will be documented in this file.
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+# 17.9.0 (2025-12-27)
7
8
+### Features
9
10
+- add pg-ast package (copy of @pgsql/utils without runtime schema) ([72cfe07](https://github.com/constructive-io/pgsql-parser/commit/72cfe07ca3e820dcdc841ce197c9ceafc617f30f))
packages/pg-ast/package.json
@@ -1,6 +1,6 @@
1
{
"name": "pg-ast",
- "version": "17.8.5",
+ "version": "17.9.0",
"author": "Constructive <developers@constructive.io>",
"description": "PostgreSQL AST helpers for building AST nodes",
"main": "index.js",
0 commit comments