circuit-to-svg 0.0.225 → 0.0.226
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
|
@@ -1789,7 +1789,7 @@ function getSoftwareUsedString(circuitJson) {
|
|
|
1789
1789
|
var package_default = {
|
|
1790
1790
|
name: "circuit-to-svg",
|
|
1791
1791
|
type: "module",
|
|
1792
|
-
version: "0.0.
|
|
1792
|
+
version: "0.0.225",
|
|
1793
1793
|
description: "Convert Circuit JSON to SVG",
|
|
1794
1794
|
main: "dist/index.js",
|
|
1795
1795
|
files: [
|