@tscircuit/core 0.0.1646 → 0.0.1647

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/dist/index.js +6 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -31461,7 +31461,7 @@ function Group_getRoutingPhasePlans(group) {
31461
31461
  var package_default = {
31462
31462
  name: "@tscircuit/core",
31463
31463
  type: "module",
31464
- version: "0.0.1645",
31464
+ version: "0.0.1646",
31465
31465
  types: "dist/index.d.ts",
31466
31466
  main: "dist/index.js",
31467
31467
  module: "dist/index.js",
@@ -31697,9 +31697,13 @@ function Group_filterSimpleRouteJsonForPhase(simpleRouteJson, phasePlan) {
31697
31697
  (connectionName) => includedConnectionNames.has(connectionName)
31698
31698
  )
31699
31699
  })).filter((bus) => bus.connectionNames.length > 0);
31700
+ const bounds = expandSrjBoundsToIncludeConnectionPoints({
31701
+ bounds: phasePlan.routingBounds ?? simpleRouteJson.bounds,
31702
+ connections
31703
+ });
31700
31704
  return {
31701
31705
  ...simpleRouteJson,
31702
- bounds: phasePlan.routingBounds ?? simpleRouteJson.bounds,
31706
+ bounds,
31703
31707
  connections,
31704
31708
  differentialPairs: differentialPairs.length > 0 ? differentialPairs : void 0,
31705
31709
  buses: buses.length > 0 ? buses : void 0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.1646",
4
+ "version": "0.0.1647",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",