@tscircuit/cli 0.1.1643 → 0.1.1644

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/lib/index.js CHANGED
@@ -65811,7 +65811,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
65811
65811
  }));
65812
65812
  };
65813
65813
  // package.json
65814
- var version = "0.1.1642";
65814
+ var version = "0.1.1643";
65815
65815
  var package_default = {
65816
65816
  name: "@tscircuit/cli",
65817
65817
  version,
@@ -65851,7 +65851,7 @@ var package_default = {
65851
65851
  "circuit-json-to-3d-png": "^0.0.6",
65852
65852
  "circuit-json-to-bom-csv": "^0.0.7",
65853
65853
  "circuit-json-to-connectivity-map": "^0.0.25",
65854
- "circuit-json-to-gerber": "^0.0.51",
65854
+ "circuit-json-to-gerber": "^0.0.83",
65855
65855
  "circuit-json-to-kicad": "0.0.157",
65856
65856
  "circuit-json-to-pnp-csv": "^0.0.7",
65857
65857
  "circuit-json-to-readable-netlist": "^0.0.15",
@@ -65884,6 +65884,7 @@ var package_default = {
65884
65884
  md5: "^2.3.0",
65885
65885
  "perfect-cli": "^1.0.21",
65886
65886
  playwright: "^1.57.0",
65887
+ "polygon-clipping": "^0.15.7",
65887
65888
  poppygl: "^0.0.24",
65888
65889
  prompts: "^2.4.2",
65889
65890
  redaxios: "^0.5.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.1643",
3
+ "version": "0.1.1644",
4
4
  "main": "dist/cli/main.js",
5
5
  "exports": {
6
6
  ".": "./dist/cli/main.js",
@@ -37,7 +37,7 @@
37
37
  "circuit-json-to-3d-png": "^0.0.6",
38
38
  "circuit-json-to-bom-csv": "^0.0.7",
39
39
  "circuit-json-to-connectivity-map": "^0.0.25",
40
- "circuit-json-to-gerber": "^0.0.51",
40
+ "circuit-json-to-gerber": "^0.0.83",
41
41
  "circuit-json-to-kicad": "0.0.157",
42
42
  "circuit-json-to-pnp-csv": "^0.0.7",
43
43
  "circuit-json-to-readable-netlist": "^0.0.15",
@@ -70,6 +70,7 @@
70
70
  "md5": "^2.3.0",
71
71
  "perfect-cli": "^1.0.21",
72
72
  "playwright": "^1.57.0",
73
+ "polygon-clipping": "^0.15.7",
73
74
  "poppygl": "^0.0.24",
74
75
  "prompts": "^2.4.2",
75
76
  "redaxios": "^0.5.1",