build-dxf 0.1.71 → 0.1.72

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "build-dxf",
3
- "version": "0.1.71",
3
+ "version": "0.1.72",
4
4
  "description": "线段构建双线墙壁的dxf版本",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -7,7 +7,7 @@ import { CSS3DObject, CSS3DSprite, CSS3DRenderer } from "three/addons/renderers/
7
7
  import { CSS2DObject, CSS2DRenderer } from "three/addons/renderers/CSS2DRenderer.js";
8
8
  import { OrbitControls } from "three/addons/controls/OrbitControls.js";
9
9
  import * as TWEEN from "@tweenjs/tween.js";
10
- import { C as Component, a as Point, n as getDefaultExportFromCjs, A as ArrayMap, V as Variable } from "./build.js";
10
+ import { C as Component, a as Point, g as getDefaultExportFromCjs, A as ArrayMap, V as Variable } from "./build.js";
11
11
  import { ref } from "vue";
12
12
  const css = `
13
13
  .overlay {
@@ -328,8 +328,6 @@ function requireMobileDetect() {
328
328
  if (hasRequiredMobileDetect) return mobileDetect.exports;
329
329
  hasRequiredMobileDetect = 1;
330
330
  (function(module) {
331
- /*!mobile-detect v1.4.5 2021-03-13*/
332
- /*!@license Copyright 2013, Heinrich Goebl, License: MIT, see https://github.com/hgoebl/mobile-detect.js*/
333
331
  (function(define, undefined$1) {
334
332
  define(function() {
335
333
  var impl = {};