@tscircuit/capacity-autorouter 0.0.746 → 0.0.747

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -179,3 +179,7 @@ bun test
179
179
  # Build the library
180
180
  bun run build
181
181
  ```
182
+
183
+ ## Maintainer resources
184
+
185
+ Track routing performance and benchmark results in the [Autorouter Benchmark Dashboard](https://autorouter-benchmark-dashboard.vercel.app/).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/capacity-autorouter",
3
3
  "main": "./dist/index.js",
4
- "version": "0.0.746",
4
+ "version": "0.0.747",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"