pgsql-deparser
Advanced tools
Comparing version 13.9.0 to 13.10.0
{ | ||
"name": "pgsql-deparser", | ||
"version": "13.9.0", | ||
"version": "13.10.0", | ||
"description": "PostgreSQL AST Deparser", | ||
@@ -77,3 +77,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
"jest": "^29.7.0", | ||
"pgsql-parser": "^13.10.0", | ||
"pgsql-parser": "^13.11.0", | ||
"prettier": "^2.8.7", | ||
@@ -86,7 +86,7 @@ "rimraf": "5.0.5", | ||
"dependencies": { | ||
"@pgsql/types": "^13.4.0", | ||
"@pgsql/types": "^13.5.0", | ||
"dotty": "^0.1.0", | ||
"pgsql-enums": "^13.5.0" | ||
"pgsql-enums": "^13.6.0" | ||
}, | ||
"gitHead": "c0bd23b97f290a7567a43383b21e16b5a5897780" | ||
"gitHead": "cd187e188468f85b9216b6af25092dad016bcd8e" | ||
} |
@@ -79,3 +79,3 @@ # pgsql-deparser | ||
* [@pgsql/types](https://github.com/launchql/pgsql-parser/tree/main/packages/types): Offers TypeScript type definitions for PostgreSQL AST nodes, facilitating type-safe construction, analysis, and manipulation of ASTs. | ||
* [@pgsql/utils](https://github.com/launchql/pgsql-parser/tree/main/packages/utils): A utility library for working with PostgreSQL AST node enumerations in a type-safe way, easing enum name and value conversions. | ||
* [@pgsql/utils](https://github.com/launchql/pgsql-parser/tree/main/packages/utils): A comprehensive utility library for PostgreSQL, offering type-safe AST node creation and enum value conversions, simplifying the construction and manipulation of PostgreSQL ASTs. | ||
* [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. | ||
@@ -82,0 +82,0 @@ * [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. |
400896
Updated@pgsql/types@^13.5.0
Updatedpgsql-enums@^13.6.0