@harmony-js/network
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -9,2 +9,3 @@ import mitt from 'mitt'; | ||
export * from './providers/emitter'; | ||
export * from './providers/provider'; | ||
export * from './messenger/messenger'; | ||
@@ -11,0 +12,0 @@ export * from './messenger/responseMiddleware'; |
@@ -13,2 +13,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./providers/emitter"), exports); | ||
tslib_1.__exportStar(require("./providers/provider"), exports); | ||
// messenger and middlewares | ||
@@ -15,0 +16,0 @@ tslib_1.__exportStar(require("./messenger/messenger"), exports); |
{ | ||
"name": "@harmony-js/network", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "network suites for harmony", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "f3c50b210d7f83f4c9aa92d7eca8fe73c988a114" | ||
"gitHead": "b2300964739641778b379b575fdaf45bff34740b" | ||
} |
import mitt from 'mitt'; | ||
export {mitt}; | ||
export { mitt }; | ||
// provider related | ||
@@ -10,2 +10,3 @@ export * from './providers/baseProvider'; | ||
export * from './providers/emitter'; | ||
export * from './providers/provider'; | ||
// messenger and middlewares | ||
@@ -12,0 +13,0 @@ export * from './messenger/messenger'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
796931
126
10024