circuit-to-svg 0.0.236 → 0.0.237
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2913,7 +2913,7 @@ function getSoftwareUsedString(circuitJson) {
|
|
|
2913
2913
|
var package_default = {
|
|
2914
2914
|
name: "circuit-to-svg",
|
|
2915
2915
|
type: "module",
|
|
2916
|
-
version: "0.0.
|
|
2916
|
+
version: "0.0.236",
|
|
2917
2917
|
description: "Convert Circuit JSON to SVG",
|
|
2918
2918
|
main: "dist/index.js",
|
|
2919
2919
|
files: [
|
|
@@ -2942,7 +2942,7 @@ var package_default = {
|
|
|
2942
2942
|
"react-cosmos": "7.0.0",
|
|
2943
2943
|
"react-cosmos-plugin-vite": "7.0.0",
|
|
2944
2944
|
"react-dom": "19.1.0",
|
|
2945
|
-
tscircuit: "^0.0.
|
|
2945
|
+
tscircuit: "^0.0.743",
|
|
2946
2946
|
tsup: "^8.0.2",
|
|
2947
2947
|
typescript: "^5.4.5",
|
|
2948
2948
|
"vite-tsconfig-paths": "^5.0.1"
|