ts-graphviz
Advanced tools
Comparing version 1.4.1-dev.1f5b79680 to 1.4.1-dev.c60d6bfba
@@ -12,3 +12,3 @@ export type Format = 'png' | 'svg' | 'json' | 'jpg' | 'pdf' | 'xdot' | 'plain' | 'dot_json'; | ||
*/ | ||
export function toStream(dot: string, options?: Options): Promise<ReadableStream>; | ||
export function toStream(dot: string, options?: Options): Promise<ReadableStream<Uint8Array>>; | ||
@@ -15,0 +15,0 @@ /** |
{ | ||
"name": "ts-graphviz", | ||
"version": "1.4.1-dev.1f5b79680", | ||
"version": "1.4.1-dev.c60d6bfba", | ||
"author": "kamiazya <yuki@kamiazya.tech>", | ||
@@ -5,0 +5,0 @@ "description": "Graphviz library for TypeScript.", |
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
560885