graphile-config
Advanced tools
Comparing version 0.0.1-alpha.6 to 0.0.1-alpha.7
# graphile-config | ||
## 0.0.1-alpha.7 | ||
### Patch Changes | ||
- [#438](https://github.com/benjie/postgraphile-private/pull/438) | ||
[`a22830b2f`](https://github.com/benjie/postgraphile-private/commit/a22830b2f293b50a244ac18e1601d7579b450c7d) | ||
Thanks [@benjie](https://github.com/benjie)! - Plugin name now automatically | ||
used in `provides` for every hook, allowing ordering hooks before/after their | ||
equivalents in other plugins. | ||
## 0.0.1-alpha.6 | ||
@@ -4,0 +14,0 @@ |
@@ -76,3 +76,3 @@ "use strict"; | ||
callback, | ||
provides: [...(provides || []), id], | ||
provides: [...(provides || []), id, plugin.name], | ||
before: before || [], | ||
@@ -79,0 +79,0 @@ after: after || [], |
{ | ||
"name": "graphile-config", | ||
"version": "0.0.1-alpha.6", | ||
"version": "0.0.1-alpha.7", | ||
"description": "Standard plugin interface and helpers to be used across the Graphile stack.", | ||
@@ -5,0 +5,0 @@ "type": "commonjs", |
@@ -134,2 +134,3 @@ # graphile-config | ||
<td align="center"><a href="https://stellate.co/"><img src="https://graphile.org/images/sponsors/Stellate.png" width="90" height="90" alt="Stellate" /><br />Stellate</a> *</td> | ||
<td align="center"><a href="https://www.accenture.com/"><img src="https://graphile.org/images/sponsors/accenture.svg" width="90" height="90" alt="Accenture" /><br />Accenture</a> *</td> | ||
</tr></table> | ||
@@ -136,0 +137,0 @@ |
Sorry, the diff of this file is not supported yet
61268
168