@tscircuit/routing
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -91,3 +91,3 @@ type Obstacle = { | ||
* | ||
* Internally, uses findTwoPointRoute. If two points are more than 2x distant | ||
* Internally, uses findTwoPointSchematicRoute. If two points are more than 2x distant | ||
* that the nearest point, then there is no need to compute a route between | ||
@@ -94,0 +94,0 @@ * them. |
{ | ||
"name": "@tscircuit/routing", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "", | ||
@@ -41,4 +41,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"pathfinding": "^0.4.18" | ||
"pathfinding": "^0.4.18", | ||
"react-error-boundary": "^4.0.11" | ||
} | ||
} |
@@ -15,3 +15,3 @@ import * as PF from "pathfinding" | ||
* | ||
* Internally, uses findTwoPointRoute. If two points are more than 2x distant | ||
* Internally, uses findTwoPointSchematicRoute. If two points are more than 2x distant | ||
* that the nearest point, then there is no need to compute a route between | ||
@@ -18,0 +18,0 @@ * them. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79630
42
2738
2
+ Addedreact-error-boundary@^4.0.11
+ Added@babel/runtime@7.26.0(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedreact@18.3.1(transitive)
+ Addedreact-error-boundary@4.1.2(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)