@tscircuit/core 0.0.847 → 0.0.849
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.
- package/dist/index.js +3 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -17614,7 +17614,7 @@ import { identity as identity6 } from "transformation-matrix";
|
|
|
17614
17614
|
var package_default = {
|
|
17615
17615
|
name: "@tscircuit/core",
|
|
17616
17616
|
type: "module",
|
|
17617
|
-
version: "0.0.
|
|
17617
|
+
version: "0.0.848",
|
|
17618
17618
|
types: "dist/index.d.ts",
|
|
17619
17619
|
main: "dist/index.js",
|
|
17620
17620
|
module: "dist/index.js",
|
|
@@ -17661,7 +17661,7 @@ var package_default = {
|
|
|
17661
17661
|
"@tscircuit/props": "^0.0.394",
|
|
17662
17662
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
17663
17663
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
17664
|
-
"@tscircuit/schematic-trace-solver": "^
|
|
17664
|
+
"@tscircuit/schematic-trace-solver": "^v0.0.45",
|
|
17665
17665
|
"@tscircuit/solver-utils": "^0.0.3",
|
|
17666
17666
|
"@types/bun": "^1.2.16",
|
|
17667
17667
|
"@types/debug": "^4.1.12",
|
|
@@ -17672,7 +17672,7 @@ var package_default = {
|
|
|
17672
17672
|
"bun-match-svg": "0.0.12",
|
|
17673
17673
|
"calculate-elbow": "^0.0.12",
|
|
17674
17674
|
"chokidar-cli": "^3.0.0",
|
|
17675
|
-
"circuit-json": "^0.0.
|
|
17675
|
+
"circuit-json": "^0.0.302",
|
|
17676
17676
|
"circuit-json-to-bpc": "^0.0.13",
|
|
17677
17677
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
17678
17678
|
"circuit-json-to-gltf": "^0.0.31",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.849",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@tscircuit/props": "^0.0.394",
|
|
49
49
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
50
50
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
51
|
-
"@tscircuit/schematic-trace-solver": "^
|
|
51
|
+
"@tscircuit/schematic-trace-solver": "^v0.0.45",
|
|
52
52
|
"@tscircuit/solver-utils": "^0.0.3",
|
|
53
53
|
"@types/bun": "^1.2.16",
|
|
54
54
|
"@types/debug": "^4.1.12",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"bun-match-svg": "0.0.12",
|
|
60
60
|
"calculate-elbow": "^0.0.12",
|
|
61
61
|
"chokidar-cli": "^3.0.0",
|
|
62
|
-
"circuit-json": "^0.0.
|
|
62
|
+
"circuit-json": "^0.0.302",
|
|
63
63
|
"circuit-json-to-bpc": "^0.0.13",
|
|
64
64
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
65
65
|
"circuit-json-to-gltf": "^0.0.31",
|