graphile-plugin-fulltext-filter 2.1.20 → 2.1.21
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.
- package/README.md +0 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -150,7 +150,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
150
150
|
* [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
|
|
151
151
|
* [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
|
|
152
152
|
* [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
|
|
153
|
-
* [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
|
|
154
153
|
|
|
155
154
|
### 🚀 API & Dev Tools
|
|
156
155
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile-plugin-fulltext-filter",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.21",
|
|
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",
|
|
@@ -43,17 +43,17 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"graphile-build": "^4.14.1",
|
|
45
45
|
"graphile-build-pg": "^4.14.1",
|
|
46
|
-
"graphile-plugin-connection-filter": "^2.4.
|
|
46
|
+
"graphile-plugin-connection-filter": "^2.4.21",
|
|
47
47
|
"pg-tsquery": "^8.1.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"postgraphile-core": "^4.2.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"graphile-test": "^2.11.
|
|
53
|
+
"graphile-test": "^2.11.16",
|
|
54
54
|
"graphql": "15.10.1",
|
|
55
55
|
"makage": "^0.1.9",
|
|
56
|
-
"pgsql-test": "^2.18.
|
|
56
|
+
"pgsql-test": "^2.18.7"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "976cc9e0e09201c7df40518a1797f4178fc21c2c"
|
|
59
59
|
}
|