graphile-plugin-fulltext-filter 2.1.0 → 2.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 +5 -5
package/README.md CHANGED
@@ -176,8 +176,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
176
176
 
177
177
  ## Credits
178
178
 
179
- 🛠 Built by Constructive — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/constructive-io)
180
-
179
+ **🛠 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).**
181
180
 
182
181
  ## Disclaimer
183
182
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-plugin-fulltext-filter",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "Full text searching on tsvector fields for use with graphile-plugin-connection-filter",
5
5
  "main": "index.js",
6
6
  "module": "esm/index.js",
@@ -42,7 +42,7 @@
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",
45
+ "graphile-plugin-connection-filter": "^2.4.2",
46
46
  "pg-tsquery": "^8.1.0"
47
47
  },
48
48
  "peerDependencies": {
@@ -51,10 +51,10 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "graphile-plugin-connection-filter": "workspace:^",
54
- "graphile-test": "^2.9.0",
54
+ "graphile-test": "^2.9.2",
55
55
  "graphql": "15.10.1",
56
56
  "makage": "^0.1.8",
57
- "pgsql-test": "^2.15.0"
57
+ "pgsql-test": "^2.15.2"
58
58
  },
59
- "gitHead": "b88e3d1ec9125d2cff1d731ddb1c1dabb299c6dd"
59
+ "gitHead": "8efb023ff0cb814f9097e0b08fcbafeac25eee07"
60
60
  }