@tscircuit/cli 0.1.1165 → 0.1.1166

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/dist/cli/main.js CHANGED
@@ -98409,7 +98409,7 @@ var import_perfect_cli = __toESM2(require_dist2(), 1);
98409
98409
  // lib/getVersion.ts
98410
98410
  import { createRequire as createRequire2 } from "node:module";
98411
98411
  // package.json
98412
- var version = "0.1.1163";
98412
+ var version = "0.1.1165";
98413
98413
  var package_default = {
98414
98414
  name: "@tscircuit/cli",
98415
98415
  version,
@@ -98441,7 +98441,7 @@ var package_default = {
98441
98441
  "bun-match-svg": "^0.0.12",
98442
98442
  chokidar: "4.0.1",
98443
98443
  "circuit-json": "^0.0.403",
98444
- "circuit-json-to-kicad": "^0.0.89",
98444
+ "circuit-json-to-kicad": "^0.0.91",
98445
98445
  "circuit-json-to-readable-netlist": "^0.0.15",
98446
98446
  "circuit-json-to-spice": "^0.0.10",
98447
98447
  "circuit-json-to-tscircuit": "^0.0.9",
@@ -104685,7 +104685,7 @@ function create3DModelsFromCadComponent(cadComponent, componentCenter, options)
104685
104685
  const boardLayerZOffset = options?.boardLayerZOffset ?? 0;
104686
104686
  model.offset = {
104687
104687
  x: (cadComponent.position.x || 0) - componentCenter.x,
104688
- y: -((cadComponent.position.y || 0) - componentCenter.y),
104688
+ y: (cadComponent.position.y || 0) - componentCenter.y,
104689
104689
  z: (cadComponent.position.z || 0) - boardLayerZOffset
104690
104690
  };
104691
104691
  }
package/dist/lib/index.js CHANGED
@@ -60678,7 +60678,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
60678
60678
  }));
60679
60679
  };
60680
60680
  // package.json
60681
- var version = "0.1.1163";
60681
+ var version = "0.1.1165";
60682
60682
  var package_default = {
60683
60683
  name: "@tscircuit/cli",
60684
60684
  version,
@@ -60710,7 +60710,7 @@ var package_default = {
60710
60710
  "bun-match-svg": "^0.0.12",
60711
60711
  chokidar: "4.0.1",
60712
60712
  "circuit-json": "^0.0.403",
60713
- "circuit-json-to-kicad": "^0.0.89",
60713
+ "circuit-json-to-kicad": "^0.0.91",
60714
60714
  "circuit-json-to-readable-netlist": "^0.0.15",
60715
60715
  "circuit-json-to-spice": "^0.0.10",
60716
60716
  "circuit-json-to-tscircuit": "^0.0.9",
@@ -65670,7 +65670,7 @@ function create3DModelsFromCadComponent(cadComponent, componentCenter, options)
65670
65670
  const boardLayerZOffset = options?.boardLayerZOffset ?? 0;
65671
65671
  model.offset = {
65672
65672
  x: (cadComponent.position.x || 0) - componentCenter.x,
65673
- y: -((cadComponent.position.y || 0) - componentCenter.y),
65673
+ y: (cadComponent.position.y || 0) - componentCenter.y,
65674
65674
  z: (cadComponent.position.z || 0) - boardLayerZOffset
65675
65675
  };
65676
65676
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.1165",
3
+ "version": "0.1.1166",
4
4
  "main": "dist/cli/main.js",
5
5
  "exports": {
6
6
  ".": "./dist/cli/main.js",
@@ -29,7 +29,7 @@
29
29
  "bun-match-svg": "^0.0.12",
30
30
  "chokidar": "4.0.1",
31
31
  "circuit-json": "^0.0.403",
32
- "circuit-json-to-kicad": "^0.0.89",
32
+ "circuit-json-to-kicad": "^0.0.91",
33
33
  "circuit-json-to-readable-netlist": "^0.0.15",
34
34
  "circuit-json-to-spice": "^0.0.10",
35
35
  "circuit-json-to-tscircuit": "^0.0.9",