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