pg-codegen 2.15.16 → 2.15.17
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 +0 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -139,7 +139,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
139
139
|
* [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
|
|
140
140
|
* [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
|
|
141
141
|
* [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
|
|
142
|
-
* [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
|
|
143
142
|
|
|
144
143
|
### 🚀 API & Dev Tools
|
|
145
144
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pg-codegen",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.17",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "PostgreSQL Codegen",
|
|
6
6
|
"main": "index.js",
|
|
@@ -42,17 +42,17 @@
|
|
|
42
42
|
"@babel/generator": "^7.26.3",
|
|
43
43
|
"@babel/types": "^7.26.3",
|
|
44
44
|
"@pgpmjs/logger": "^1.3.5",
|
|
45
|
-
"@pgpmjs/server-utils": "^2.8.
|
|
45
|
+
"@pgpmjs/server-utils": "^2.8.9",
|
|
46
46
|
"@pgpmjs/types": "^2.12.6",
|
|
47
47
|
"pg": "^8.16.3",
|
|
48
48
|
"pg-cache": "^1.6.9",
|
|
49
49
|
"pg-env": "^1.2.4",
|
|
50
|
-
"pgsql-test": "^2.18.
|
|
50
|
+
"pgsql-test": "^2.18.7"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/babel__generator": "^7.6.8",
|
|
54
54
|
"@types/pg": "^8.16.0",
|
|
55
55
|
"makage": "^0.1.9"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "976cc9e0e09201c7df40518a1797f4178fc21c2c"
|
|
58
58
|
}
|