@tscircuit/core 0.0.521 → 0.0.522
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
|
@@ -10452,7 +10452,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
10452
10452
|
var package_default = {
|
|
10453
10453
|
name: "@tscircuit/core",
|
|
10454
10454
|
type: "module",
|
|
10455
|
-
version: "0.0.
|
|
10455
|
+
version: "0.0.521",
|
|
10456
10456
|
types: "dist/index.d.ts",
|
|
10457
10457
|
main: "dist/index.js",
|
|
10458
10458
|
module: "dist/index.js",
|
|
@@ -10478,7 +10478,7 @@ var package_default = {
|
|
|
10478
10478
|
"@tscircuit/capacity-autorouter": "^0.0.75",
|
|
10479
10479
|
"@tscircuit/checks": "^0.0.52",
|
|
10480
10480
|
"@tscircuit/circuit-json-util": "^0.0.49",
|
|
10481
|
-
"@tscircuit/footprinter": "^0.0.
|
|
10481
|
+
"@tscircuit/footprinter": "^0.0.186",
|
|
10482
10482
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
10483
10483
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
10484
10484
|
"@tscircuit/layout": "^0.0.28",
|
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.522",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@tscircuit/capacity-autorouter": "^0.0.75",
|
|
28
28
|
"@tscircuit/checks": "^0.0.52",
|
|
29
29
|
"@tscircuit/circuit-json-util": "^0.0.49",
|
|
30
|
-
"@tscircuit/footprinter": "^0.0.
|
|
30
|
+
"@tscircuit/footprinter": "^0.0.186",
|
|
31
31
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
32
32
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
33
33
|
"@tscircuit/layout": "^0.0.28",
|