graphile-test 2.8.13 → 2.9.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 +5 -5
package/README.md CHANGED
@@ -282,8 +282,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
282
282
 
283
283
  ## Credits
284
284
 
285
- 🛠 Built by Constructive — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/constructive-io)
286
-
285
+ **🛠 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).**
287
286
 
288
287
  ## Disclaimer
289
288
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "graphile-test",
3
- "version": "2.8.13",
4
- "author": "Dan Lynch <pyramation@gmail.com>",
3
+ "version": "2.9.1",
4
+ "author": "Constructive <developers@constructive.io>",
5
5
  "description": "PostGraphile Testing",
6
6
  "main": "index.js",
7
7
  "module": "esm/index.js",
@@ -34,11 +34,11 @@
34
34
  "makage": "^0.1.8"
35
35
  },
36
36
  "dependencies": {
37
- "@launchql/types": "^2.9.0",
37
+ "@launchql/types": "^2.10.1",
38
38
  "graphql": "15.10.1",
39
39
  "mock-req": "^0.2.0",
40
40
  "pg": "^8.16.0",
41
- "pgsql-test": "^2.14.16",
41
+ "pgsql-test": "^2.15.1",
42
42
  "postgraphile": "^4.14.1"
43
43
  },
44
44
  "keywords": [
@@ -48,5 +48,5 @@
48
48
  "launchql",
49
49
  "test"
50
50
  ],
51
- "gitHead": "6a35ff5a2c49e0c4cf1ec9abdd81b62c57d621e9"
51
+ "gitHead": "3bfa1e2c4524664d19ebfa2baf214403821bdee9"
52
52
  }