@pgsql/utils 17.5.1 → 17.5.2
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/asts.js +1 -1
- package/esm/asts.js +1 -1
- package/package.json +4 -4
package/asts.js
CHANGED
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
/**
|
|
7
|
-
* This file was automatically generated by pg-proto-parser@1.28.
|
|
7
|
+
* This file was automatically generated by pg-proto-parser@1.28.2.
|
|
8
8
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
|
|
9
9
|
* and run the pg-proto-parser generate command to regenerate this file.
|
|
10
10
|
*/
|
package/esm/asts.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was automatically generated by pg-proto-parser@1.28.
|
|
2
|
+
* This file was automatically generated by pg-proto-parser@1.28.2.
|
|
3
3
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
|
|
4
4
|
* and run the pg-proto-parser generate command to regenerate this file.
|
|
5
5
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pgsql/utils",
|
|
3
|
-
"version": "17.5.
|
|
3
|
+
"version": "17.5.2",
|
|
4
4
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
5
5
|
"description": "PostgreSQL AST utils for pgsql-parser",
|
|
6
6
|
"main": "index.js",
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"test:watch": "jest --watch"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"pg-proto-parser": "^1.28.
|
|
34
|
+
"pg-proto-parser": "^1.28.2"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@pgsql/types": "^17.5.
|
|
37
|
+
"@pgsql/types": "^17.5.2",
|
|
38
38
|
"nested-obj": "0.0.1"
|
|
39
39
|
},
|
|
40
40
|
"keywords": [],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "dfffa6417d453373e59e6e57449ee813fb547403"
|
|
42
42
|
}
|