circuit-to-svg 0.0.262 → 0.0.263
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
|
@@ -3502,7 +3502,7 @@ function getSoftwareUsedString(circuitJson) {
|
|
|
3502
3502
|
var package_default = {
|
|
3503
3503
|
name: "circuit-to-svg",
|
|
3504
3504
|
type: "module",
|
|
3505
|
-
version: "0.0.
|
|
3505
|
+
version: "0.0.262",
|
|
3506
3506
|
description: "Convert Circuit JSON to SVG",
|
|
3507
3507
|
main: "dist/index.js",
|
|
3508
3508
|
files: [
|