graphile-search-plugin 0.2.0 → 0.2.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 +8 -8
package/README.md CHANGED
@@ -128,8 +128,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
128
128
 
129
129
  ## Credits
130
130
 
131
- 🛠 Built by Constructive — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/constructive-io)
132
-
131
+ **🛠 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).**
133
132
 
134
133
  ## Disclaimer
135
134
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "graphile-search-plugin",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "generate search conditions for your tsvector columns",
5
- "author": "Dan Lynch <pyramation@gmail.com>",
5
+ "author": "Constructive <developers@constructive.io>",
6
6
  "homepage": "https://github.com/constructive-io/constructive",
7
7
  "license": "MIT",
8
8
  "main": "index.js",
@@ -38,16 +38,16 @@
38
38
  "url": "https://github.com/constructive-io/constructive/issues"
39
39
  },
40
40
  "devDependencies": {
41
- "graphile-plugin-connection-filter": "^2.4.0",
42
- "graphile-plugin-fulltext-filter": "^2.1.0",
43
- "graphile-simple-inflector": "^0.2.0",
44
- "graphile-test": "^2.9.0",
41
+ "graphile-plugin-connection-filter": "^2.4.2",
42
+ "graphile-plugin-fulltext-filter": "^2.1.2",
43
+ "graphile-simple-inflector": "^0.2.2",
44
+ "graphile-test": "^2.9.2",
45
45
  "makage": "^0.1.8",
46
- "pgsql-test": "^2.15.0"
46
+ "pgsql-test": "^2.15.2"
47
47
  },
48
48
  "dependencies": {
49
49
  "graphile-build": "^4.14.1",
50
50
  "graphql-tag": "2.12.6"
51
51
  },
52
- "gitHead": "b88e3d1ec9125d2cff1d731ddb1c1dabb299c6dd"
52
+ "gitHead": "8efb023ff0cb814f9097e0b08fcbafeac25eee07"
53
53
  }