@liquid-state/iwa-desktop
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -8,3 +8,4 @@ import { INativeCommunicator, WrappedSendingMessage } from '@liquid-state/iwa-core/dist/communicator/communicator'; | ||
navigation: (dispatch: (response: any) => void) => (next: (message: WrappedSendingMessage) => void, done: () => void) => (message: WrappedSendingMessage) => void; | ||
keyValue: (dispatch: (response: any) => void) => (next: (message: WrappedSendingMessage) => void, done: () => void) => (message: WrappedSendingMessage) => void; | ||
}; | ||
export default _default; |
import config from './config'; | ||
import navigation from './navigation'; | ||
import keyValue from './keyValue'; | ||
var injectDefaultMiddleware = function (communicator) { | ||
communicator.addOnSendMiddleware(navigation); | ||
communicator.addOnSendMiddleware(keyValue); | ||
return communicator; | ||
@@ -11,3 +13,4 @@ }; | ||
navigation: navigation, | ||
keyValue: keyValue | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@liquid-state/iwa-desktop", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "A set of functions and utilities to make it easy to run IWAs in a desktop environment.", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
17328
21
195