graphile-search-plugin 0.2.19 → 0.2.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 +7 -7
package/README.md
CHANGED
|
@@ -102,7 +102,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
102
102
|
* [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
|
|
103
103
|
* [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
|
|
104
104
|
* [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
|
|
105
|
-
* [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
|
|
106
105
|
|
|
107
106
|
### 🚀 API & Dev Tools
|
|
108
107
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile-search-plugin",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.21",
|
|
4
4
|
"description": "generate search conditions for your tsvector columns",
|
|
5
5
|
"author": "Constructive <developers@constructive.io>",
|
|
6
6
|
"homepage": "https://github.com/constructive-io/constructive",
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
"url": "https://github.com/constructive-io/constructive/issues"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"graphile-plugin-connection-filter": "^2.4.
|
|
43
|
-
"graphile-plugin-fulltext-filter": "^2.1.
|
|
44
|
-
"graphile-simple-inflector": "^0.2.
|
|
45
|
-
"graphile-test": "^2.11.
|
|
42
|
+
"graphile-plugin-connection-filter": "^2.4.21",
|
|
43
|
+
"graphile-plugin-fulltext-filter": "^2.1.21",
|
|
44
|
+
"graphile-simple-inflector": "^0.2.21",
|
|
45
|
+
"graphile-test": "^2.11.16",
|
|
46
46
|
"makage": "^0.1.9",
|
|
47
|
-
"pgsql-test": "^2.18.
|
|
47
|
+
"pgsql-test": "^2.18.7"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"graphile-build": "^4.14.1",
|
|
51
51
|
"graphql-tag": "2.12.6"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "976cc9e0e09201c7df40518a1797f4178fc21c2c"
|
|
54
54
|
}
|