Comparing version 1.13.17 to 1.13.18
v1.13.17 / 2019-01-09 | ||
n.n.n / 2019-01-11 | ||
================== | ||
* fix: wrong intialization for opts.batchPathPrefix. | ||
v1.13.17 / 2019-01-09 | ||
===================== | ||
* Release v1.13.17 | ||
* upgrade orm. | ||
@@ -6,0 +12,0 @@ * typo adjust. |
@@ -35,3 +35,3 @@ const mq = require("mq"); | ||
__opts.graphQLPathPrefix = __opts.graphQLPathPrefix || '/'; | ||
__opts.batchPathPrefix = __opts.graphQLPathPrefix || '/'; | ||
__opts.batchPathPrefix = __opts.batchPathPrefix || '/'; | ||
__opts.graphqlTypeMap = __opts.graphqlTypeMap || {}; | ||
@@ -38,0 +38,0 @@ return __opts; |
{ | ||
"name": "fib-app", | ||
"version": "1.13.17", | ||
"version": "1.13.18", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib", |
151854