postgraphile 4.5.4 → 4.5.5

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/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,10 @@ to you also.
7
7
  **IMPORTANT NOTE**: most of the changes in PostGraphile actually come from
8
8
  Graphile Engine, so you should also reference [those
9
9
  changes](https://github.com/graphile/graphile-engine/blob/master/CHANGELOG.md).
10
+ ## [4.5.5](https://github.com/graphile/postgraphile/compare/v4.5.4...v4.5.5) (2019-12-13)
11
+
12
+
13
+
10
14
  ## [4.5.4](https://github.com/graphile/postgraphile/compare/v4.5.3...v4.5.4) (2019-12-11)
11
15
 
12
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "postgraphile",
3
- "version": "4.5.4",
3
+ "version": "4.5.5",
4
4
  "description": "A GraphQL schema created by reflection over a PostgreSQL schema 🐘 (previously known as PostGraphQL)",
5
5
  "author": "Benjie Gillam <benjie@graphile.org> (https://twitter.com/benjie)",
6
6
  "license": "MIT",
@@ -58,7 +58,7 @@
58
58
  "commander": "^2.19.0",
59
59
  "debug": "^4.1.1",
60
60
  "finalhandler": "^1.0.6",
61
- "graphile-utils": "4.5.5",
61
+ "graphile-utils": "4.5.6",
62
62
  "graphql": "^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.2",
63
63
  "http-errors": "^1.5.1",
64
64
  "iterall": "^1.0.2",