@tscircuit/core 0.0.848 → 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 +2 -2
- package/package.json +2 -2
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",
|
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",
|