@tscircuit/core 0.0.543 → 0.0.544
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
|
@@ -10678,7 +10678,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
10678
10678
|
var package_default = {
|
|
10679
10679
|
name: "@tscircuit/core",
|
|
10680
10680
|
type: "module",
|
|
10681
|
-
version: "0.0.
|
|
10681
|
+
version: "0.0.543",
|
|
10682
10682
|
types: "dist/index.d.ts",
|
|
10683
10683
|
main: "dist/index.js",
|
|
10684
10684
|
module: "dist/index.js",
|
|
@@ -10704,7 +10704,7 @@ var package_default = {
|
|
|
10704
10704
|
"@tscircuit/capacity-autorouter": "^0.0.89",
|
|
10705
10705
|
"@tscircuit/checks": "^0.0.52",
|
|
10706
10706
|
"@tscircuit/circuit-json-util": "^0.0.50",
|
|
10707
|
-
"@tscircuit/footprinter": "^0.0.
|
|
10707
|
+
"@tscircuit/footprinter": "^0.0.189",
|
|
10708
10708
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
10709
10709
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
10710
10710
|
"@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.544",
|
|
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.89",
|
|
28
28
|
"@tscircuit/checks": "^0.0.52",
|
|
29
29
|
"@tscircuit/circuit-json-util": "^0.0.50",
|
|
30
|
-
"@tscircuit/footprinter": "^0.0.
|
|
30
|
+
"@tscircuit/footprinter": "^0.0.189",
|
|
31
31
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
32
32
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
33
33
|
"@tscircuit/layout": "^0.0.28",
|