circuit-json-to-kicad 0.0.3 → 0.0.4

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -769,7 +769,7 @@ var AddSchematicTracesStage = class extends ConverterStage {
769
769
  y: junction.y
770
770
  });
771
771
  const kicadJunction = new Junction({
772
- at: [x, y, 0],
772
+ at: [x, y],
773
773
  diameter: 0
774
774
  // 0 means use default diameter
775
775
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "circuit-json-to-kicad",
3
3
  "main": "dist/index.js",
4
- "version": "0.0.3",
4
+ "version": "0.0.4",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"