graphile-plugin-connection-filter-postgis 1.1.0 → 1.1.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 +6 -6
package/README.md CHANGED
@@ -164,8 +164,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
164
164
 
165
165
  ## Credits
166
166
 
167
- 🛠 Built by Constructive — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/constructive-io)
168
-
167
+ **🛠 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).**
169
168
 
170
169
  ## Disclaimer
171
170
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-plugin-connection-filter-postgis",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "PostGIS filtering options in PostGraphile",
5
5
  "author": "Matt Bretl",
6
6
  "homepage": "https://github.com/constructive-io/constructive",
@@ -42,8 +42,8 @@
42
42
  "dependencies": {
43
43
  "graphile-build": "^4.14.1",
44
44
  "graphile-build-pg": "^4.14.1",
45
- "graphile-plugin-connection-filter": "^2.4.0",
46
- "graphile-postgis": "^0.2.0"
45
+ "graphile-plugin-connection-filter": "^2.4.2",
46
+ "graphile-postgis": "^0.2.2"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "graphile-plugin-connection-filter": "workspace:^",
@@ -53,12 +53,12 @@
53
53
  "devDependencies": {
54
54
  "@types/pg": "^8.15.6",
55
55
  "graphile-plugin-connection-filter": "workspace:^",
56
- "graphile-test": "^2.9.0",
56
+ "graphile-test": "^2.9.2",
57
57
  "graphql": "15.10.1",
58
58
  "makage": "^0.1.6",
59
59
  "pg": "^8.16.0",
60
- "pgsql-test": "^2.15.0",
60
+ "pgsql-test": "^2.15.2",
61
61
  "postgraphile": "^4.14.1"
62
62
  },
63
- "gitHead": "b88e3d1ec9125d2cff1d731ddb1c1dabb299c6dd"
63
+ "gitHead": "8efb023ff0cb814f9097e0b08fcbafeac25eee07"
64
64
  }