Skip to content

Commit 286a6b1

Browse files
committed
chore(release): publish
- [email protected]
1 parent 4f1d622 commit 286a6b1

File tree

3 files changed

+5452
-2711
lines changed

3 files changed

+5452
-2711
lines changed

packages/pgsql-types/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Change Log
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.1.0 (2026-01-01)
7+
8+
### Bug Fixes
9+
10+
- **pgsql-types:** add enum imports to generated types ([da907f8](https://github.com/constructive-io/pgsql-parser/commit/da907f82e62b08e18788eeb5ee80965c165a582a))
11+
12+
### Features
13+
14+
- **pgsql-types:** add new package for narrowed PostgreSQL AST types ([3578008](https://github.com/constructive-io/pgsql-parser/commit/35780089cd58e34f2bbd8b47d2f77cfce8d457ec))

packages/pgsql-types/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-types",
3-
"version": "17.0.0",
3+
"version": "17.1.0",
44
"author": "Constructive <[email protected]>",
55
"description": "Narrowed PostgreSQL AST type definitions with specific Node unions",
66
"main": "index.js",
@@ -32,12 +32,12 @@
3232
"test:watch": "jest --watch"
3333
},
3434
"devDependencies": {
35-
"makage": "^0.1.8",
36-
"libpg-query": "17.7.3"
35+
"libpg-query": "17.7.3",
36+
"makage": "^0.1.8"
3737
},
3838
"dependencies": {
39-
"@pgsql/types": "^17.6.2",
4039
"@pgsql/enums": "^17.6.2",
40+
"@pgsql/types": "^17.6.2",
4141
"@pgsql/utils": "^17.8.9"
4242
},
4343
"keywords": [

0 commit comments

Comments
 (0)