circuit-to-svg 0.0.255 → 0.0.256
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
|
@@ -3471,7 +3471,7 @@ function getSoftwareUsedString(circuitJson) {
|
|
|
3471
3471
|
var package_default = {
|
|
3472
3472
|
name: "circuit-to-svg",
|
|
3473
3473
|
type: "module",
|
|
3474
|
-
version: "0.0.
|
|
3474
|
+
version: "0.0.255",
|
|
3475
3475
|
description: "Convert Circuit JSON to SVG",
|
|
3476
3476
|
main: "dist/index.js",
|
|
3477
3477
|
files: [
|