graphile-plugin-connection-filter 2.3.1 → 2.3.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 +7 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -8,8 +8,12 @@
8
8
  <a href="https://github.com/launchql/launchql/actions/workflows/run-tests.yaml">
9
9
  <img height="20" src="https://github.com/launchql/launchql/actions/workflows/run-tests.yaml/badge.svg" />
10
10
  </a>
11
- <a href="https://github.com/launchql/launchql/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
12
- <a href="https://www.npmjs.com/package/graphile-plugin-connection-filter"><img height="20" src="https://img.shields.io/github/package-json/v/launchql/launchql?filename=graphile%2Fgraphile-plugin-connection-filter%2Fpackage.json"/></a>
11
+ <a href="https://github.com/launchql/launchql/blob/main/LICENSE">
12
+ <img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/>
13
+ </a>
14
+ <a href="https://www.npmjs.com/package/graphile-plugin-connection-filter">
15
+ <img height="20" src="https://img.shields.io/github/package-json/v/launchql/launchql?filename=graphile%2Fgraphile-plugin-connection-filter%2Fpackage.json"/>
16
+ </a>
13
17
  </p>
14
18
 
15
19
  Adds a powerful suite of filtering capabilities to a PostGraphile schema.
@@ -68,7 +72,7 @@ This plugin supports filtering on almost all PostgreSQL types, including complex
68
72
  See also:
69
73
 
70
74
  - [@graphile/pg-aggregates](https://github.com/graphile/pg-aggregates) - integrates with this plugin to enable powerful aggregate filtering
71
- - [postgraphile-plugin-connection-filter-postgis](https://github.com/graphile-contrib/postgraphile-plugin-connection-filter-postgis) - adds PostGIS functions and operators for filtering on `geography`/`geometry` columns
75
+ - [graphile-plugin-connection-filter-postgis](https://github.com/launchql/launchql/tree/main/graphile/graphile-plugin-connection-filter-postgis) - adds PostGIS functions and operators for filtering on `geography`/`geometry` columns
72
76
  - [postgraphile-plugin-fulltext-filter](https://github.com/mlipscombe/postgraphile-plugin-fulltext-filter) - adds a full text search operator for filtering on `tsvector` columns
73
77
  - [postgraphile-plugin-unaccented-text-search-filter](https://github.com/spacefill/postgraphile-plugin-unaccented-text-search-filter) - adds unaccent text search operators
74
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-plugin-connection-filter",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "Filtering on PostGraphile connections",
5
5
  "author": "Matt Bretl",
6
6
  "homepage": "https://github.com/launchql/launchql",
@@ -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.8.9",
52
+ "graphile-test": "^2.8.10",
53
53
  "makage": "^0.1.6",
54
54
  "pg": "^8.16.0",
55
- "pgsql-test": "^2.14.12"
55
+ "pgsql-test": "^2.14.13"
56
56
  },
57
- "gitHead": "3812f24a480b2035b3413ec7fecfe492f294e590"
57
+ "gitHead": "4e1ff9771c2b07808a9830281abc24d12c689187"
58
58
  }