Comparing version 1.13.38 to 1.13.39
v1.13.38 / 2019-07-29 | ||
v1.13.39 / 2019-07-29 | ||
================== | ||
* bugfix: little fix about testkits.http-server | ||
v1.13.38 / 2019-07-29 | ||
===================== | ||
* Release v1.13.38 | ||
* feat: better process of rpc methods based on `fib-rpc`'s interceptor | ||
@@ -6,0 +12,0 @@ * fix travis ci config. |
@@ -17,8 +17,8 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
Array.from(new Set([, | ||
app.__opts.graphQLPathPrefix, | ||
app.__opts.rpcPathPrefix, | ||
app.__opts.apiPathPrefix, | ||
app.__opts.viewPathPrefix, | ||
// app.__opts.graphQLPathPrefix, | ||
// app.__opts.rpcPathPrefix, | ||
// app.__opts.apiPathPrefix, | ||
// app.__opts.viewPathPrefix, | ||
// app.__opts.websocketPathPrefix, | ||
app.__opts.batchPathPrefix, | ||
app.__opts.websocketPathPrefix, | ||
])) | ||
@@ -25,0 +25,0 @@ .filter(x => !!x) |
{ | ||
"name": "fib-app", | ||
"version": "1.13.38", | ||
"version": "1.13.39", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib", |
172376