-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - @pgsql/[email protected] - @pgsql/[email protected] - [email protected] - [email protected] - @pgsql/[email protected] - @pgsql/[email protected]
- Loading branch information
1 parent
4131887
commit 7566c65
Showing
14 changed files
with
72 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [13.15.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.15.0) (2024-04-04) | ||
|
||
**Note:** Version bump only for package pgsql-deparser | ||
|
||
|
||
|
||
|
||
|
||
# [13.14.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.14.0) (2024-04-01) | ||
|
||
**Note:** Version bump only for package pgsql-deparser | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "pgsql-deparser", | ||
"version": "13.14.0", | ||
"version": "13.15.0", | ||
"description": "PostgreSQL AST Deparser", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/launchql/pgsql-parser", | ||
|
@@ -74,16 +74,16 @@ | |
"esprima": "4.0.1", | ||
"glob": "8.0.3", | ||
"jest": "^29.7.0", | ||
"pgsql-parser": "^13.15.0", | ||
"pgsql-parser": "^13.16.0", | ||
"prettier": "^2.8.7", | ||
"rimraf": "5.0.5", | ||
"ts-jest": "^29.1.0", | ||
"ts-node": "10.9.2", | ||
"typescript": "^5.0.4" | ||
}, | ||
"dependencies": { | ||
"@pgsql/types": "^13.8.0", | ||
"@pgsql/types": "^13.9.0", | ||
"dotty": "^0.1.0", | ||
"pgsql-enums": "^13.9.0" | ||
"pgsql-enums": "^13.10.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [13.9.0](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2024-04-04) | ||
|
||
**Note:** Version bump only for package @pgsql/enums | ||
|
||
|
||
|
||
|
||
|
||
# [13.8.0](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2024-04-01) | ||
|
||
**Note:** Version bump only for package @pgsql/enums | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pgsql/enums", | ||
"version": "13.8.0", | ||
"version": "13.9.0", | ||
"description": "PostgreSQL AST enums for pgsql-parser", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/launchql/pgsql-parser", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 16.0.0 (2024-04-04) | ||
|
||
**Note:** Version bump only for package @pgsql/parser |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pgsql/parser", | ||
"version": "16.0.0-testing", | ||
"version": "16.0.0", | ||
"description": "The real PostgreSQL query parser", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/launchql/pgsql-parser", | ||
|
@@ -84,8 +84,8 @@ | |
"typescript": "^5.0.4" | ||
}, | ||
"dependencies": { | ||
"@pgsql/types": "^13.9.0", | ||
"libpg-query": "16.1.0", | ||
"minimist": "^1.2.6", | ||
"@pgsql/types": "13.8.0" | ||
"minimist": "^1.2.6" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [13.10.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.10.0) (2024-04-04) | ||
|
||
**Note:** Version bump only for package pgsql-enums | ||
|
||
|
||
|
||
|
||
|
||
# [13.9.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.9.0) (2024-04-01) | ||
|
||
**Note:** Version bump only for package pgsql-enums | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "pgsql-enums", | ||
"version": "13.9.0", | ||
"version": "13.10.0", | ||
"description": "PostgreSQL AST enums for deparsing", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/launchql/pgsql-parser", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [13.16.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.16.0) (2024-04-04) | ||
|
||
**Note:** Version bump only for package pgsql-parser | ||
|
||
|
||
|
||
|
||
|
||
# [13.15.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.15.0) (2024-04-01) | ||
|
||
**Note:** Version bump only for package pgsql-parser | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "pgsql-parser", | ||
"version": "13.15.0", | ||
"version": "13.16.0", | ||
"description": "The real PostgreSQL query parser", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/launchql/pgsql-parser", | ||
|
@@ -86,7 +86,7 @@ | |
"dependencies": { | ||
"libpg-query": "13.3.2", | ||
"minimist": "^1.2.6", | ||
"pgsql-deparser": "^13.14.0", | ||
"pgsql-enums": "^13.9.0" | ||
"pgsql-deparser": "^13.15.0", | ||
"pgsql-enums": "^13.10.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [13.9.0](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2024-04-04) | ||
|
||
**Note:** Version bump only for package @pgsql/types | ||
|
||
|
||
|
||
|
||
|
||
# [13.8.0](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2024-04-01) | ||
|
||
**Note:** Version bump only for package @pgsql/types | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pgsql/types", | ||
"version": "13.8.0", | ||
"version": "13.9.0", | ||
"description": "PostgreSQL AST types for pgsql-parser", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/launchql/pgsql-parser", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [13.11.0](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2024-04-04) | ||
|
||
**Note:** Version bump only for package @pgsql/utils | ||
|
||
|
||
|
||
|
||
|
||
## [13.10.1](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2024-04-01) | ||
|
||
**Note:** Version bump only for package @pgsql/utils | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pgsql/utils", | ||
"version": "13.10.1", | ||
"version": "13.11.0", | ||
"description": "PostgreSQL AST utils for pgsql-parser", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/launchql/pgsql-parser", | ||
|
@@ -66,15 +66,15 @@ | |
"esprima": "4.0.1", | ||
"jest": "^29.5.0", | ||
"pg-proto-parser": "^1.20.0", | ||
"pgsql-deparser": "^13.14.0", | ||
"pgsql-deparser": "^13.15.0", | ||
"prettier": "^2.8.7", | ||
"rimraf": "5.0.5", | ||
"ts-jest": "^29.1.0", | ||
"ts-node": "10.9.2", | ||
"typescript": "^5.0.4" | ||
}, | ||
"dependencies": { | ||
"@pgsql/types": "^13.8.0", | ||
"@pgsql/types": "^13.9.0", | ||
"nested-obj": "0.0.1" | ||
} | ||
} |