build-dxf 0.0.26-1 → 0.0.27

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/package.json +1 -1
  2. package/src/build.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "build-dxf",
3
- "version": "0.0.26-1",
3
+ "version": "0.0.27",
4
4
  "description": "线段构建双线墙壁的dxf版本",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
package/src/build.js CHANGED
@@ -1604,7 +1604,7 @@ class z extends V {
1604
1604
  /* @vite-ignore */
1605
1605
  "fs"
1606
1606
  ), c = l.readFileSync(t), a = JSON.parse(c.toString("utf-8"));
1607
- return this.set(a, e, n);
1607
+ return this.set(a, e, n, i);
1608
1608
  } else
1609
1609
  throw new Error("非node环境不允许使用路径");
1610
1610
  this.scale = n, this.width = e;