@tscircuit/core 0.0.876 → 0.0.877

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 +4 -4
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -18588,7 +18588,7 @@ import { identity as identity6 } from "transformation-matrix";
18588
18588
  var package_default = {
18589
18589
  name: "@tscircuit/core",
18590
18590
  type: "module",
18591
- version: "0.0.875",
18591
+ version: "0.0.876",
18592
18592
  types: "dist/index.d.ts",
18593
18593
  main: "dist/index.js",
18594
18594
  module: "dist/index.js",
@@ -18631,7 +18631,7 @@ var package_default = {
18631
18631
  "@tscircuit/matchpack": "^0.0.16",
18632
18632
  "@tscircuit/math-utils": "^0.0.29",
18633
18633
  "@tscircuit/miniflex": "^0.0.4",
18634
- "@tscircuit/ngspice-spice-engine": "^0.0.3",
18634
+ "@tscircuit/ngspice-spice-engine": "^0.0.4",
18635
18635
  "@tscircuit/props": "^0.0.410",
18636
18636
  "@tscircuit/schematic-autolayout": "^0.0.6",
18637
18637
  "@tscircuit/schematic-match-adapt": "^0.0.16",
@@ -18651,8 +18651,8 @@ var package_default = {
18651
18651
  "circuit-json-to-connectivity-map": "^0.0.22",
18652
18652
  "circuit-json-to-gltf": "^0.0.31",
18653
18653
  "circuit-json-to-simple-3d": "^0.0.9",
18654
- "circuit-json-to-spice": "^0.0.24",
18655
- "circuit-to-svg": "^0.0.275",
18654
+ "circuit-json-to-spice": "^0.0.25",
18655
+ "circuit-to-svg": "^0.0.277",
18656
18656
  concurrently: "^9.1.2",
18657
18657
  "connectivity-map": "^1.0.0",
18658
18658
  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.876",
4
+ "version": "0.0.877",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -44,7 +44,7 @@
44
44
  "@tscircuit/matchpack": "^0.0.16",
45
45
  "@tscircuit/math-utils": "^0.0.29",
46
46
  "@tscircuit/miniflex": "^0.0.4",
47
- "@tscircuit/ngspice-spice-engine": "^0.0.3",
47
+ "@tscircuit/ngspice-spice-engine": "^0.0.4",
48
48
  "@tscircuit/props": "^0.0.410",
49
49
  "@tscircuit/schematic-autolayout": "^0.0.6",
50
50
  "@tscircuit/schematic-match-adapt": "^0.0.16",
@@ -64,8 +64,8 @@
64
64
  "circuit-json-to-connectivity-map": "^0.0.22",
65
65
  "circuit-json-to-gltf": "^0.0.31",
66
66
  "circuit-json-to-simple-3d": "^0.0.9",
67
- "circuit-json-to-spice": "^0.0.24",
68
- "circuit-to-svg": "^0.0.275",
67
+ "circuit-json-to-spice": "^0.0.25",
68
+ "circuit-to-svg": "^0.0.277",
69
69
  "concurrently": "^9.1.2",
70
70
  "connectivity-map": "^1.0.0",
71
71
  "debug": "^4.3.6",