graphile-config
Advanced tools
Comparing version 0.0.1-beta.6 to 0.0.1-beta.7
# graphile-config | ||
## 0.0.1-beta.7 | ||
### Patch Changes | ||
- [#1930](https://github.com/graphile/crystal/pull/1930) | ||
[`5de3e86eb`](https://github.com/graphile/crystal/commit/5de3e86eba1ddfe5e07732d0325c63e5d72d4b5b) | ||
Thanks [@benjie](https://github.com/benjie)! - Prevent using | ||
appendPlugins/prependPlugins/skipPlugins in presets. | ||
## 0.0.1-beta.6 | ||
@@ -4,0 +13,0 @@ |
@@ -27,2 +27,5 @@ import "./interfaces.js"; | ||
disablePlugins?: ReadonlyArray<string>; | ||
appendPlugins?: never; | ||
prependPlugins?: never; | ||
skipPlugins?: never; | ||
} | ||
@@ -29,0 +32,0 @@ interface ResolvedPreset extends Preset { |
@@ -12,2 +12,6 @@ "use strict"; | ||
"after", | ||
// To avoid confusion with PostGraphile V4: | ||
"appendPlugins", | ||
"prependPlugins", | ||
"skipPlugins", | ||
]; | ||
@@ -14,0 +18,0 @@ const PLUGIN_FORBIDDEN_KEYS = ["plugins", "disablePlugins", "extends"]; |
{ | ||
"name": "graphile-config", | ||
"version": "0.0.1-beta.6", | ||
"version": "0.0.1-beta.7", | ||
"description": "Standard plugin interface and helpers to be used across the Graphile stack.", | ||
@@ -5,0 +5,0 @@ "type": "commonjs", |
@@ -132,4 +132,3 @@ # graphile-config | ||
</tr><tr> | ||
<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> | ||
<td align="center"><a href="https://microteam.io/"><img src="https://graphile.org/images/sponsors/micro.png" width="90" height="90" alt="We Love Micro" /><br />We Love Micro</a> *</td> | ||
<td align="center"><a href="https://gosteelhead.com/"><img src="https://graphile.org/images/sponsors/steelhead.svg" width="90" height="90" alt="Steelhead" /><br />Steelhead</a> *</td> | ||
</tr></table> | ||
@@ -136,0 +135,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
64046
629
166