pg-ast 2.4.0 → 2.4.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/README.md +1 -2
- package/asts.js +1 -1
- package/esm/asts.js +1 -1
- package/esm/wrapped.js +1 -1
- package/package.json +7 -7
- package/wrapped.js +1 -1
package/README.md
CHANGED
|
@@ -119,8 +119,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
119
119
|
|
|
120
120
|
## Credits
|
|
121
121
|
|
|
122
|
-
|
|
123
|
-
|
|
122
|
+
**🛠 Built by the [Constructive](https://constructive.io) team — creators of modular Postgres tooling for secure, composable backends. If you like our work, contribute on [GitHub](https://github.com/constructive-io).**
|
|
124
123
|
|
|
125
124
|
## Disclaimer
|
|
126
125
|
|
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.30.
|
|
7
|
+
* This file was automatically generated by pg-proto-parser@1.30.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.30.
|
|
2
|
+
* This file was automatically generated by pg-proto-parser@1.30.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/esm/wrapped.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was automatically generated by pg-proto-parser@1.30.
|
|
2
|
+
* This file was automatically generated by pg-proto-parser@1.30.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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pg-ast",
|
|
3
|
-
"version": "2.4.
|
|
4
|
-
"author": "
|
|
3
|
+
"version": "2.4.2",
|
|
4
|
+
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "PostgreSQL ASTs in JS",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "esm/index.js",
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
],
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"makage": "^0.1.8",
|
|
41
|
-
"pg-proto-parser": "^1.30.
|
|
42
|
-
"pgsql-deparser": "^17.12.
|
|
41
|
+
"pg-proto-parser": "^1.30.2",
|
|
42
|
+
"pgsql-deparser": "^17.12.2"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@pgsql/types": "^17.6.
|
|
46
|
-
"nested-obj": "0.1.
|
|
45
|
+
"@pgsql/types": "^17.6.2",
|
|
46
|
+
"nested-obj": "0.1.5"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "d20ccff8c779259574a23e93abbae51234695db5"
|
|
49
49
|
}
|
package/wrapped.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.30.
|
|
7
|
+
* This file was automatically generated by pg-proto-parser@1.30.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
|
*/
|