pg-codegen 2.14.0 → 2.14.1

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.
Files changed (2) hide show
  1. package/README.md +1 -2
  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
- 🛠 Built by Constructive — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/constructive-io)
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.0",
4
- "author": "Dan Lynch <pyramation@gmail.com>",
3
+ "version": "2.14.1",
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.0",
45
- "@launchql/server-utils": "^2.7.0",
46
- "@launchql/types": "^2.10.0",
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.0",
49
- "pg-env": "^1.2.0",
50
- "pgsql-test": "^2.15.0"
48
+ "pg-cache": "^1.5.1",
49
+ "pg-env": "^1.2.1",
50
+ "pgsql-test": "^2.15.1"
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": "b88e3d1ec9125d2cff1d731ddb1c1dabb299c6dd"
57
+ "gitHead": "3bfa1e2c4524664d19ebfa2baf214403821bdee9"
58
58
  }