pgsql-deparser
Advanced tools
Comparing version 13.7.2 to 13.7.3
{ | ||
"name": "pgsql-deparser", | ||
"version": "13.7.2", | ||
"version": "13.7.3", | ||
"description": "PostgreSQL AST Deparser", | ||
@@ -77,3 +77,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
"jest": "^29.7.0", | ||
"pgsql-parser": "^13.8.2", | ||
"pgsql-parser": "^13.8.3", | ||
"prettier": "^2.8.7", | ||
@@ -87,5 +87,5 @@ "rimraf": "5.0.5", | ||
"dotty": "^0.1.0", | ||
"pgsql-enums": "^13.3.2" | ||
"pgsql-enums": "^13.3.3" | ||
}, | ||
"gitHead": "1392bb22f15c067b2a513bf5bc015dda8e6e1089" | ||
"gitHead": "c9af3d391d3766e0d352d09ad54f89705db2f6e6" | ||
} |
@@ -81,3 +81,3 @@ # pgsql-deparser | ||
* [pg-proto-parser](https://github.com/launchql/pg-proto-parser): A TypeScript tool that parses PostgreSQL Protocol Buffers definitions to generate TypeScript interfaces, utility functions, and JSON mappings for enums. | ||
* [libpg-query-node](https://github.com/launchql/libpg-query-node): The real PostgreSQL parser exposed for Node.js, used primarily in `pgsql-parser` for parsing and deparsing SQL queries. | ||
* [libpg-query](https://github.com/launchql/libpg-query-node): The real PostgreSQL parser exposed for Node.js, used primarily in `pgsql-parser` for parsing and deparsing SQL queries. | ||
@@ -84,0 +84,0 @@ Thanks @lfittl for building the core `libpg_query` suite: |
397548
Updatedpgsql-enums@^13.3.3