@tscircuit/core 0.0.822 → 0.0.823

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
@@ -17285,7 +17285,7 @@ import { identity as identity6 } from "transformation-matrix";
17285
17285
  var package_default = {
17286
17286
  name: "@tscircuit/core",
17287
17287
  type: "module",
17288
- version: "0.0.821",
17288
+ version: "0.0.822",
17289
17289
  types: "dist/index.d.ts",
17290
17290
  main: "dist/index.js",
17291
17291
  module: "dist/index.js",
@@ -17345,7 +17345,7 @@ var package_default = {
17345
17345
  "circuit-json-to-gltf": "^0.0.31",
17346
17346
  "circuit-json-to-simple-3d": "^0.0.9",
17347
17347
  "circuit-json-to-spice": "^0.0.15",
17348
- "circuit-to-svg": "^0.0.250",
17348
+ "circuit-to-svg": "^0.0.253",
17349
17349
  concurrently: "^9.1.2",
17350
17350
  "connectivity-map": "^1.0.0",
17351
17351
  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.822",
4
+ "version": "0.0.823",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -61,7 +61,7 @@
61
61
  "circuit-json-to-gltf": "^0.0.31",
62
62
  "circuit-json-to-simple-3d": "^0.0.9",
63
63
  "circuit-json-to-spice": "^0.0.15",
64
- "circuit-to-svg": "^0.0.250",
64
+ "circuit-to-svg": "^0.0.253",
65
65
  "concurrently": "^9.1.2",
66
66
  "connectivity-map": "^1.0.0",
67
67
  "debug": "^4.3.6",