@tscircuit/core 0.0.854 → 0.0.855
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
|
@@ -17674,7 +17674,7 @@ import { identity as identity6 } from "transformation-matrix";
|
|
|
17674
17674
|
var package_default = {
|
|
17675
17675
|
name: "@tscircuit/core",
|
|
17676
17676
|
type: "module",
|
|
17677
|
-
version: "0.0.
|
|
17677
|
+
version: "0.0.854",
|
|
17678
17678
|
types: "dist/index.d.ts",
|
|
17679
17679
|
main: "dist/index.js",
|
|
17680
17680
|
module: "dist/index.js",
|
|
@@ -17709,7 +17709,7 @@ var package_default = {
|
|
|
17709
17709
|
"@tscircuit/checks": "^0.0.85",
|
|
17710
17710
|
"@tscircuit/circuit-json-util": "^0.0.72",
|
|
17711
17711
|
"@tscircuit/common": "^0.0.20",
|
|
17712
|
-
"@tscircuit/copper-pour-solver": "^0.0.
|
|
17712
|
+
"@tscircuit/copper-pour-solver": "^0.0.13",
|
|
17713
17713
|
"@tscircuit/footprinter": "^0.0.236",
|
|
17714
17714
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
17715
17715
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
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.855",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@tscircuit/checks": "^0.0.85",
|
|
37
37
|
"@tscircuit/circuit-json-util": "^0.0.72",
|
|
38
38
|
"@tscircuit/common": "^0.0.20",
|
|
39
|
-
"@tscircuit/copper-pour-solver": "^0.0.
|
|
39
|
+
"@tscircuit/copper-pour-solver": "^0.0.13",
|
|
40
40
|
"@tscircuit/footprinter": "^0.0.236",
|
|
41
41
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
42
42
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|