@tscircuit/core 0.0.923 → 0.0.924

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
@@ -19460,7 +19460,7 @@ import { identity as identity5 } from "transformation-matrix";
19460
19460
  var package_default = {
19461
19461
  name: "@tscircuit/core",
19462
19462
  type: "module",
19463
- version: "0.0.922",
19463
+ version: "0.0.923",
19464
19464
  types: "dist/index.d.ts",
19465
19465
  main: "dist/index.js",
19466
19466
  module: "dist/index.js",
@@ -19524,7 +19524,7 @@ var package_default = {
19524
19524
  "circuit-json-to-gltf": "^0.0.31",
19525
19525
  "circuit-json-to-simple-3d": "^0.0.9",
19526
19526
  "circuit-json-to-spice": "^0.0.30",
19527
- "circuit-to-svg": "^0.0.293",
19527
+ "circuit-to-svg": "^0.0.294",
19528
19528
  concurrently: "^9.1.2",
19529
19529
  "connectivity-map": "^1.0.0",
19530
19530
  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.923",
4
+ "version": "0.0.924",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -65,7 +65,7 @@
65
65
  "circuit-json-to-gltf": "^0.0.31",
66
66
  "circuit-json-to-simple-3d": "^0.0.9",
67
67
  "circuit-json-to-spice": "^0.0.30",
68
- "circuit-to-svg": "^0.0.293",
68
+ "circuit-to-svg": "^0.0.294",
69
69
  "concurrently": "^9.1.2",
70
70
  "connectivity-map": "^1.0.0",
71
71
  "debug": "^4.3.6",