build-dxf 0.1.133 → 0.1.134

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 +0 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "build-dxf",
3
- "version": "0.1.133",
3
+ "version": "0.1.134",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
package/src/build.js CHANGED
@@ -22971,8 +22971,6 @@ class ThreeVJia extends Component {
22971
22971
  angleCorrectionDxf.addEventListener("cadChange", async () => {
22972
22972
  this.neededUpdate = true;
22973
22973
  this.trajectory = angleCorrectionDxf.options.trajectory;
22974
- const json = ThreeVJiaPipeline.appendPlaceHolders(this.toJson(), angleCorrectionDxf.options.publicInfo, angleCorrectionDxf.options.originalZ);
22975
- console.log(json);
22976
22974
  });
22977
22975
  }
22978
22976
  cacheJson;