pgsql-parser 15.1.0 → 16.1.0
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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pgsql-parser",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "16.1.0",
|
|
4
4
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
5
5
|
"description": "The real PostgreSQL query parser",
|
|
6
6
|
"main": "index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"copy": "copyfiles -f ../../../../LICENSE README.md package.json dist",
|
|
24
24
|
"clean": "rimraf dist",
|
|
25
25
|
"build": "npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",
|
|
26
|
-
"publish:pkg": "npm publish --tag
|
|
26
|
+
"publish:pkg": "npm publish --tag pg16"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"sql",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"database"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@pgsql/types": "
|
|
39
|
-
"libpg-query": "
|
|
40
|
-
"pgsql-deparser": "
|
|
38
|
+
"@pgsql/types": "16.1.1",
|
|
39
|
+
"libpg-query": "16.6.0",
|
|
40
|
+
"pgsql-deparser": "16.1.0"
|
|
41
41
|
}
|
|
42
42
|
}
|