@aibee/crc-bmap 0.0.120 → 0.0.121

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/lib/bmap.esm.js CHANGED
@@ -3710,9 +3710,9 @@ var GlbModel = class extends Object3D11 {
3710
3710
 
3711
3711
  // src/elements/lane.ts
3712
3712
  import { BufferGeometry as BufferGeometry3, ExtrudeGeometry as ExtrudeGeometry4, LineSegments as LineSegments3, Mesh as Mesh6, Object3D as Object3D12, Vector3 as Vector313 } from "three";
3713
- import { mergeGeometries as mergeGeometries2 } from "three/examples/jsm/utils/BufferGeometryUtils.js";
3714
- import { Line2 } from "three/examples/jsm/lines/line2.js";
3715
- import { LineGeometry } from "three/examples/jsm/lines/lineGeometry.js";
3713
+ import { mergeGeometries as mergeGeometries2 } from "three/examples/jsm/utils/BufferGeometryUtils";
3714
+ import { Line2 } from "three/examples/jsm/lines/Line2";
3715
+ import { LineGeometry } from "three/examples/jsm/lines/LineGeometry";
3716
3716
  var Lane = class extends Object3D12 {
3717
3717
  constructor(context, options) {
3718
3718
  super();