Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit 0d2ada3

Browse files
flyingskyfusion-bot[bot]
authored andcommitted
Export BodyParserOptionsToken
#99
1 parent dac24b3 commit 0d2ada3

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"./dist/browser.es2015.es.js": "./dist/browser.es2017.es.js"
2323
},
2424
"dependencies": {
25-
"fusion-plugin-rpc": "^1.0.2",
25+
"fusion-plugin-rpc": "^1.1.0",
2626
"fusion-rpc-redux": "^1.0.2"
2727
},
2828
"peerDependencies": {

src/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,18 @@
55
*/
66

77
// @flow
8-
import {RPCToken, RPCHandlersToken} from 'fusion-plugin-rpc';
8+
import {
9+
BodyParserOptionsToken,
10+
RPCToken,
11+
RPCHandlersToken,
12+
} from 'fusion-plugin-rpc';
913
import {createRPCReducer} from 'fusion-rpc-redux';
1014
import {withRPCRedux, withRPCReactor} from './hoc';
1115
import plugin, {mock} from './plugin';
1216

1317
export default plugin;
1418
export {
19+
BodyParserOptionsToken,
1520
createRPCReducer,
1621
mock,
1722
RPCToken,

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2300,13 +2300,13 @@ fusion-core@^1.0.2:
23002300
node-mocks-http "^1.6.6"
23012301
toposort "^1.0.6"
23022302

2303-
fusion-plugin-rpc@^1.0.2:
2304-
version "1.0.2"
2305-
resolved "https://registry.yarnpkg.com/fusion-plugin-rpc/-/fusion-plugin-rpc-1.0.2.tgz#2a9e6142738d98602ea091da3622aa6f2e64e013"
2303+
fusion-plugin-rpc@^1.1.0:
2304+
version "1.1.0"
2305+
resolved "https://registry.yarnpkg.com/fusion-plugin-rpc/-/fusion-plugin-rpc-1.1.0.tgz#1e35f62e5691198ed9f64982116fa96b5614f4a0"
23062306
dependencies:
23072307
body-parser "^1.18.2"
23082308
koa-bodyparser "4.2.0"
2309-
rollup "0.55.5"
2309+
rollup "0.56.3"
23102310

23112311
fusion-plugin-universal-events@^1.0.2:
23122312
version "1.0.2"
@@ -4151,9 +4151,9 @@ rollup-pluginutils@^2.0.1:
41514151
estree-walker "^0.3.0"
41524152
micromatch "^2.3.11"
41534153

4154-
rollup@0.55.5:
4155-
version "0.55.5"
4156-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.55.5.tgz#2f88c300f7cf24b5ec2dca8a6aba73b04e087e93"
4154+
rollup@0.56.3:
4155+
version "0.56.3"
4156+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.56.3.tgz#7900695531afa1badd3235f285cc4aa0d49ce254"
41574157

41584158
rollup@^0.55.1:
41594159
version "0.55.3"

0 commit comments

Comments
 (0)