circuit-to-svg 0.0.309 → 0.0.310
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
|
@@ -5927,7 +5927,7 @@ function getSoftwareUsedString(circuitJson) {
|
|
|
5927
5927
|
var package_default = {
|
|
5928
5928
|
name: "circuit-to-svg",
|
|
5929
5929
|
type: "module",
|
|
5930
|
-
version: "0.0.
|
|
5930
|
+
version: "0.0.309",
|
|
5931
5931
|
description: "Convert Circuit JSON to SVG",
|
|
5932
5932
|
main: "dist/index.js",
|
|
5933
5933
|
files: [
|