@tscircuit/capacity-autorouter 0.0.349 → 0.0.351

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ An MIT-licensed full-pipeline PCB autorouter library for node.js and TypeScript
4
4
 
5
5
  [View Online Playground](https://autorouter.tscircuit.com) · [tscircuit docs](https://docs.tscircuit.com) · [discord](https://tscircuit.com/join) · [twitter](https://x.com/seveibar) · [try tscircuit online](https://tscircuit.com) · [Report/Debug Autorouter Bugs](https://docs.tscircuit.com/contributing/report-autorouter-bugs)
6
6
 
7
- Want to understand how the autorouter works? Check out a stage-by-stage breakdown with videos in [this autorouter walk through](./docs/blog-post/blog-post.md)
7
+ Want to understand how the autorouter works? Read this [blog post](https://blog.autorouting.com/p/hypergraph-autorouting)
8
8
 
9
9
  ## How to file a bug report
10
10
 
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.349",
4
+ "version": "0.0.351",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"