circuit-to-svg 0.0.291 → 0.0.293
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
|
@@ -5562,7 +5562,7 @@ function getSoftwareUsedString(circuitJson) {
|
|
|
5562
5562
|
var package_default = {
|
|
5563
5563
|
name: "circuit-to-svg",
|
|
5564
5564
|
type: "module",
|
|
5565
|
-
version: "0.0.
|
|
5565
|
+
version: "0.0.292",
|
|
5566
5566
|
description: "Convert Circuit JSON to SVG",
|
|
5567
5567
|
main: "dist/index.js",
|
|
5568
5568
|
files: [
|