pgsql-parser 13.8.3 → 13.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -149,7 +149,7 @@ Thanks @lfittl for building the core `libpg_query` suite:
149
149
 
150
150
  ## Credits
151
151
 
152
- Thanks to @zhm for the OG parser that started it all:
152
+ Thanks to [@zhm](https://github.com/zhm) for the OG parser that started it all:
153
153
 
154
154
  * [pg-query-parser](https://github.com/zhm/pg-query-parser)
155
155
  * [pg-query-native](https://github.com/zhm/node-pg-query-native)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pgsql-parser",
3
- "version": "13.8.3",
3
+ "version": "13.8.4",
4
4
  "description": "The real PostgreSQL query parser",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/launchql/pgsql-parser",
@@ -86,8 +86,8 @@
86
86
  "dependencies": {
87
87
  "libpg-query": "13.3.2",
88
88
  "minimist": "^1.2.6",
89
- "pgsql-deparser": "^13.7.3",
89
+ "pgsql-deparser": "^13.7.4",
90
90
  "pgsql-enums": "^13.3.3"
91
91
  },
92
- "gitHead": "c9af3d391d3766e0d352d09ad54f89705db2f6e6"
92
+ "gitHead": "eb9045461c8599faca29179adc9dc73a47a8e722"
93
93
  }