o3-dapi-core
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -9,3 +9,3 @@ export declare type EventHandler = (eventName: string, data: any) => {}; | ||
data?: any; | ||
network?: string; | ||
network: string; | ||
} | ||
@@ -12,0 +12,0 @@ export interface IncomingMessage extends Message { |
{ | ||
"name": "o3-dapi-core", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "O3 dapi core messaging protocol", | ||
@@ -5,0 +5,0 @@ "main": "./lib/o3-dapi-core.min.js", |
@@ -10,3 +10,3 @@ export type EventHandler = (eventName: string, data: any) => {}; | ||
data?: any; | ||
network?: string; | ||
network: string; | ||
} | ||
@@ -13,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
139555