circuit-to-svg 0.0.219 → 0.0.220
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1788,7 +1788,7 @@ function getSoftwareUsedString(circuitJson) {
|
|
|
1788
1788
|
var package_default = {
|
|
1789
1789
|
name: "circuit-to-svg",
|
|
1790
1790
|
type: "module",
|
|
1791
|
-
version: "0.0.
|
|
1791
|
+
version: "0.0.219",
|
|
1792
1792
|
description: "Convert Circuit JSON to SVG",
|
|
1793
1793
|
main: "dist/index.js",
|
|
1794
1794
|
files: [
|