graphile-query 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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -200,8 +200,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
200
200
 
201
201
  ## Credits
202
202
 
203
- 🛠 Built by Constructive — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/constructive-io)
204
-
203
+ **🛠 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).**
205
204
 
206
205
  ## Disclaimer
207
206
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "graphile-query",
3
- "version": "2.4.0",
4
- "author": "Dan Lynch <pyramation@gmail.com>",
3
+ "version": "2.4.2",
4
+ "author": "Constructive <developers@constructive.io>",
5
5
  "description": "graphile query",
6
6
  "main": "index.js",
7
7
  "module": "esm/index.js",
@@ -30,11 +30,11 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "graphql": "15.10.1",
33
- "pg": "^8.16.0",
33
+ "pg": "^8.16.3",
34
34
  "postgraphile": "^4.14.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@types/pg": "^8.15.2",
37
+ "@types/pg": "^8.16.0",
38
38
  "makage": "^0.1.8"
39
39
  },
40
40
  "keywords": [
@@ -44,5 +44,5 @@
44
44
  "graphile",
45
45
  "launchql"
46
46
  ],
47
- "gitHead": "b88e3d1ec9125d2cff1d731ddb1c1dabb299c6dd"
47
+ "gitHead": "d20ccff8c779259574a23e93abbae51234695db5"
48
48
  }