@wemap/routers 12.7.6 → 12.7.7

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 CHANGED
@@ -2630,7 +2630,6 @@ class GraphRouter extends GraphRouterEngine {
2630
2630
  newVertex.id = this.graph.vertices.length + createdVertices.size;
2631
2631
  const newEdgesOptions = {
2632
2632
  ...edge.properties,
2633
- name: `splitted ${edge.properties.name || null} (tmp)`,
2634
2633
  ...typeof edge.properties.externalId !== "undefined" && { externalId: edge.properties.externalId }
2635
2634
  };
2636
2635
  const newEdge1 = new Edge(edge.vertex1, newVertex, newEdgesOptions);