circuit-to-svg 0.0.310 → 0.0.311

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 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.309",
5930
+ version: "0.0.310",
5931
5931
  description: "Convert Circuit JSON to SVG",
5932
5932
  main: "dist/index.js",
5933
5933
  files: [
@@ -5945,7 +5945,7 @@ var package_default = {
5945
5945
  license: "ISC",
5946
5946
  devDependencies: {
5947
5947
  "@biomejs/biome": "^1.9.4",
5948
- "@tscircuit/alphabet": "^0.0.9",
5948
+ "@tscircuit/alphabet": "^0.0.17",
5949
5949
  "@types/bun": "^1.2.8",
5950
5950
  "@vitejs/plugin-react": "5.0.0",
5951
5951
  biome: "^0.3.3",