graphile-plugin-connection-filter 2.4.0 → 2.4.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 +4 -4
package/README.md CHANGED
@@ -356,8 +356,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
356
356
 
357
357
  ## Credits
358
358
 
359
- 🛠 Built by Constructive — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/constructive-io)
360
-
359
+ **🛠 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).**
361
360
 
362
361
  ## Disclaimer
363
362
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-plugin-connection-filter",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "Filtering on PostGraphile connections",
5
5
  "author": "Matt Bretl",
6
6
  "homepage": "https://github.com/constructive-io/constructive",
@@ -49,10 +49,10 @@
49
49
  "devDependencies": {
50
50
  "@graphile-contrib/pg-simplify-inflector": "^6.1.0",
51
51
  "@types/pg": "^8.15.6",
52
- "graphile-test": "^2.9.0",
52
+ "graphile-test": "^2.9.1",
53
53
  "makage": "^0.1.6",
54
54
  "pg": "^8.16.0",
55
- "pgsql-test": "^2.15.0"
55
+ "pgsql-test": "^2.15.1"
56
56
  },
57
- "gitHead": "b88e3d1ec9125d2cff1d731ddb1c1dabb299c6dd"
57
+ "gitHead": "3bfa1e2c4524664d19ebfa2baf214403821bdee9"
58
58
  }