@chisel/typescript
Advanced tools
Comparing version 0.0.35 to 0.0.36
@@ -105,3 +105,3 @@ export { | ||
render: () => Promise<void>; | ||
broadcast: (profile: string, ...args: any[]) => Promise<void>; | ||
broadcast: (profile: string, ...args: any[]) => Promise<any>; | ||
@@ -108,0 +108,0 @@ } |
{ | ||
"name": "@chisel/typescript", | ||
"version": "0.0.35", | ||
"version": "0.0.36", | ||
"description": "Chisel Data Integration Platform TypeScript Essentials.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
20872