pg-codegen 2.14.0 → 2.14.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/package.json +9 -9
package/README.md
CHANGED
|
@@ -165,8 +165,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
165
165
|
|
|
166
166
|
## Credits
|
|
167
167
|
|
|
168
|
-
|
|
169
|
-
|
|
168
|
+
**🛠 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).**
|
|
170
169
|
|
|
171
170
|
## Disclaimer
|
|
172
171
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pg-codegen",
|
|
3
|
-
"version": "2.14.
|
|
4
|
-
"author": "
|
|
3
|
+
"version": "2.14.2",
|
|
4
|
+
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "PostgreSQL Codegen",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "esm/index.js",
|
|
@@ -41,18 +41,18 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@babel/generator": "^7.26.3",
|
|
43
43
|
"@babel/types": "^7.26.3",
|
|
44
|
-
"@launchql/logger": "^1.2.
|
|
45
|
-
"@launchql/server-utils": "^2.7.
|
|
46
|
-
"@launchql/types": "^2.10.
|
|
44
|
+
"@launchql/logger": "^1.2.1",
|
|
45
|
+
"@launchql/server-utils": "^2.7.1",
|
|
46
|
+
"@launchql/types": "^2.10.1",
|
|
47
47
|
"pg": "^8.16.0",
|
|
48
|
-
"pg-cache": "^1.5.
|
|
49
|
-
"pg-env": "^1.2.
|
|
50
|
-
"pgsql-test": "^2.15.
|
|
48
|
+
"pg-cache": "^1.5.1",
|
|
49
|
+
"pg-env": "^1.2.1",
|
|
50
|
+
"pgsql-test": "^2.15.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/babel__generator": "^7.6.8",
|
|
54
54
|
"@types/pg": "^8.15.2",
|
|
55
55
|
"makage": "^0.1.8"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "8efb023ff0cb814f9097e0b08fcbafeac25eee07"
|
|
58
58
|
}
|