@tscircuit/core 0.0.770 → 0.0.771

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
@@ -16074,7 +16074,7 @@ import { identity as identity6 } from "transformation-matrix";
16074
16074
  var package_default = {
16075
16075
  name: "@tscircuit/core",
16076
16076
  type: "module",
16077
- version: "0.0.769",
16077
+ version: "0.0.770",
16078
16078
  types: "dist/index.d.ts",
16079
16079
  main: "dist/index.js",
16080
16080
  module: "dist/index.js",
@@ -16133,7 +16133,7 @@ var package_default = {
16133
16133
  "circuit-json-to-gltf": "^0.0.7",
16134
16134
  "circuit-json-to-simple-3d": "^0.0.9",
16135
16135
  "circuit-json-to-spice": "^0.0.13",
16136
- "circuit-to-svg": "^0.0.221",
16136
+ "circuit-to-svg": "^0.0.228",
16137
16137
  concurrently: "^9.1.2",
16138
16138
  "connectivity-map": "^1.0.0",
16139
16139
  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.770",
4
+ "version": "0.0.771",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -60,7 +60,7 @@
60
60
  "circuit-json-to-gltf": "^0.0.7",
61
61
  "circuit-json-to-simple-3d": "^0.0.9",
62
62
  "circuit-json-to-spice": "^0.0.13",
63
- "circuit-to-svg": "^0.0.221",
63
+ "circuit-to-svg": "^0.0.228",
64
64
  "concurrently": "^9.1.2",
65
65
  "connectivity-map": "^1.0.0",
66
66
  "debug": "^4.3.6",