@tscircuit/core 0.0.547 → 0.0.548
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 +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -10719,7 +10719,7 @@ var package_default = {
|
|
|
10719
10719
|
},
|
|
10720
10720
|
devDependencies: {
|
|
10721
10721
|
"@biomejs/biome": "^1.8.3",
|
|
10722
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
10722
|
+
"@tscircuit/capacity-autorouter": "^0.0.93",
|
|
10723
10723
|
"@tscircuit/checks": "^0.0.52",
|
|
10724
10724
|
"@tscircuit/circuit-json-util": "^0.0.50",
|
|
10725
10725
|
"@tscircuit/footprinter": "^0.0.189",
|
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.548",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@biomejs/biome": "^1.8.3",
|
|
27
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
27
|
+
"@tscircuit/capacity-autorouter": "^0.0.93",
|
|
28
28
|
"@tscircuit/checks": "^0.0.52",
|
|
29
29
|
"@tscircuit/circuit-json-util": "^0.0.50",
|
|
30
30
|
"@tscircuit/footprinter": "^0.0.189",
|