@tscircuit/core 0.0.963 → 0.0.964

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -20773,7 +20773,7 @@ import { identity as identity5 } from "transformation-matrix";
20773
20773
  var package_default = {
20774
20774
  name: "@tscircuit/core",
20775
20775
  type: "module",
20776
- version: "0.0.962",
20776
+ version: "0.0.963",
20777
20777
  types: "dist/index.d.ts",
20778
20778
  main: "dist/index.js",
20779
20779
  module: "dist/index.js",
@@ -20835,7 +20835,7 @@ var package_default = {
20835
20835
  "circuit-json-to-gltf": "^0.0.31",
20836
20836
  "circuit-json-to-simple-3d": "^0.0.9",
20837
20837
  "circuit-json-to-spice": "^0.0.33",
20838
- "circuit-to-svg": "^0.0.307",
20838
+ "circuit-to-svg": "^0.0.313",
20839
20839
  concurrently: "^9.1.2",
20840
20840
  "connectivity-map": "^1.0.0",
20841
20841
  debug: "^4.3.6",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.963",
4
+ "version": "0.0.964",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -63,7 +63,7 @@
63
63
  "circuit-json-to-gltf": "^0.0.31",
64
64
  "circuit-json-to-simple-3d": "^0.0.9",
65
65
  "circuit-json-to-spice": "^0.0.33",
66
- "circuit-to-svg": "^0.0.307",
66
+ "circuit-to-svg": "^0.0.313",
67
67
  "concurrently": "^9.1.2",
68
68
  "connectivity-map": "^1.0.0",
69
69
  "debug": "^4.3.6",