@todesktop/client-ipc
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -7,3 +7,7 @@ declare const config: { | ||
}; | ||
declare const channels: { | ||
identify: string; | ||
message: string; | ||
}; | ||
export { config }; | ||
export { channels, config }; |
{ | ||
"name": "@todesktop/client-ipc", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -7,3 +7,7 @@ declare const config: { | ||
}; | ||
declare const channels: { | ||
identify: string; | ||
message: string; | ||
}; | ||
export { config }; | ||
export { channels, config }; |
5922
119