pgsql-deparser
Advanced tools
Comparing version 13.14.0 to 13.15.0
{ | ||
"name": "pgsql-deparser", | ||
"version": "13.14.0", | ||
"version": "13.15.0", | ||
"description": "PostgreSQL AST Deparser", | ||
@@ -77,3 +77,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
"jest": "^29.7.0", | ||
"pgsql-parser": "^13.15.0", | ||
"pgsql-parser": "^13.16.0", | ||
"prettier": "^2.8.7", | ||
@@ -86,7 +86,6 @@ "rimraf": "5.0.5", | ||
"dependencies": { | ||
"@pgsql/types": "^13.8.0", | ||
"@pgsql/types": "^13.9.0", | ||
"dotty": "^0.1.0", | ||
"pgsql-enums": "^13.9.0" | ||
}, | ||
"gitHead": "1358b34422c45c2111dc0b1764155a720ab7fd73" | ||
"pgsql-enums": "^13.10.0" | ||
} | ||
} |
@@ -92,3 +92,3 @@ # pgsql-deparser | ||
* [pgsql-deparser](https://github.com/launchql/pgsql-parser/tree/main/packages/deparser): A streamlined tool designed for converting PostgreSQL ASTs back into SQL queries, focusing solely on deparser functionality to complement `pgsql-parser`. | ||
* [pgsql-enums](https://github.com/launchql/pgsql-parser/tree/main/packages/enums-json): A utility package offering easy access to PostgreSQL enumeration types in JSON format, aiding in string and integer conversions of enums used within ASTs to compliment `pgsql-parser` | ||
* [pgsql-enums](https://github.com/launchql/pgsql-parser/tree/main/packages/pgsql-enums): A utility package offering easy access to PostgreSQL enumeration types in JSON format, aiding in string and integer conversions of enums used within ASTs to compliment `pgsql-parser` | ||
* [@pgsql/enums](https://github.com/launchql/pgsql-parser/tree/main/packages/enums): Provides PostgreSQL AST enums in TypeScript, enhancing type safety and usability in projects interacting with PostgreSQL AST nodes. | ||
@@ -95,0 +95,0 @@ * [@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. |
400794
23255
Updated@pgsql/types@^13.9.0
Updatedpgsql-enums@^13.10.0