@observablehq/graphviz
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -8,3 +8,3 @@ import {render, Module} from "./viz-lite.render.js"; | ||
let module = Module(Object.assign({}, options)); | ||
return async function dot(strings) { | ||
return function dot(strings) { | ||
let string = strings[0] + "", i = 0, n = arguments.length; | ||
@@ -11,0 +11,0 @@ while (++i < n) string += arguments[i] + "" + strings[i]; |
{ | ||
"name": "@observablehq/graphviz", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A convenience method for using Graphviz.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
4265055