@tscircuit/cli 0.1.1326 → 0.1.1327
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 +7 -7
- package/dist/lib/index.js +2 -2
- package/package.json +2 -2
package/dist/cli/main.js
CHANGED
|
@@ -100574,7 +100574,7 @@ var import_perfect_cli = __toESM2(require_dist2(), 1);
|
|
|
100574
100574
|
// lib/getVersion.ts
|
|
100575
100575
|
import { createRequire as createRequire2 } from "node:module";
|
|
100576
100576
|
// package.json
|
|
100577
|
-
var version = "0.1.
|
|
100577
|
+
var version = "0.1.1326";
|
|
100578
100578
|
var package_default = {
|
|
100579
100579
|
name: "@tscircuit/cli",
|
|
100580
100580
|
version,
|
|
@@ -100608,7 +100608,7 @@ var package_default = {
|
|
|
100608
100608
|
chokidar: "4.0.1",
|
|
100609
100609
|
"circuit-json": "^0.0.403",
|
|
100610
100610
|
"circuit-json-to-bom-csv": "^0.0.7",
|
|
100611
|
-
"circuit-json-to-gerber": "^0.0.
|
|
100611
|
+
"circuit-json-to-gerber": "^0.0.51",
|
|
100612
100612
|
"circuit-json-to-kicad": "^0.0.125",
|
|
100613
100613
|
"circuit-json-to-pnp-csv": "^0.0.7",
|
|
100614
100614
|
"circuit-json-to-readable-netlist": "^0.0.15",
|
|
@@ -250753,7 +250753,7 @@ async function circuitJsonToStep(circuitJson, options = {}) {
|
|
|
250753
250753
|
return normalizeStepNumericExponents(stepText);
|
|
250754
250754
|
}
|
|
250755
250755
|
|
|
250756
|
-
// node_modules/circuit-json-to-gerber/dist/chunk-
|
|
250756
|
+
// node_modules/circuit-json-to-gerber/dist/chunk-FNNZTRYF.js
|
|
250757
250757
|
var import_fast_json_stable_stringify = __toESM2(require_fast_json_stable_stringify(), 1);
|
|
250758
250758
|
import { z as z21 } from "zod";
|
|
250759
250759
|
import { z as z25 } from "zod";
|
|
@@ -251944,7 +251944,7 @@ var findApertureNumber = (glayer, search_params) => {
|
|
|
251944
251944
|
};
|
|
251945
251945
|
var package_default5 = {
|
|
251946
251946
|
name: "circuit-json-to-gerber",
|
|
251947
|
-
version: "0.0.
|
|
251947
|
+
version: "0.0.50",
|
|
251948
251948
|
main: "dist/index.js",
|
|
251949
251949
|
type: "module",
|
|
251950
251950
|
scripts: {
|
|
@@ -251969,7 +251969,7 @@ var package_default5 = {
|
|
|
251969
251969
|
"@types/react-dom": "^19.1.5",
|
|
251970
251970
|
archiver: "^7.0.1",
|
|
251971
251971
|
"bun-match-svg": "^0.0.13",
|
|
251972
|
-
"circuit-json": "^0.0.
|
|
251972
|
+
"circuit-json": "^0.0.421",
|
|
251973
251973
|
commander: "^12.1.0",
|
|
251974
251974
|
"gerber-to-svg": "^4.2.8",
|
|
251975
251975
|
gerberts: "^0.0.3",
|
|
@@ -251977,7 +251977,7 @@ var package_default5 = {
|
|
|
251977
251977
|
"pcb-stackup": "^4.2.8",
|
|
251978
251978
|
react: "^19.2.1",
|
|
251979
251979
|
"react-dom": "^19.2.1",
|
|
251980
|
-
tscircuit: "^0.0.
|
|
251980
|
+
tscircuit: "^0.0.1705",
|
|
251981
251981
|
tsup: "^8.2.4"
|
|
251982
251982
|
},
|
|
251983
251983
|
peerDependencies: {
|
|
@@ -252624,7 +252624,7 @@ var convertSoupToGerberCommands = (soup, opts = {}) => {
|
|
|
252624
252624
|
...element,
|
|
252625
252625
|
...element.shape !== "circle" ? { outer_width: padW, outer_height: padH } : {}
|
|
252626
252626
|
});
|
|
252627
|
-
const rotation4 = "rect_ccw_rotation" in element && typeof element.rect_ccw_rotation === "number" ? element.rect_ccw_rotation : undefined;
|
|
252627
|
+
const rotation4 = "rect_ccw_rotation" in element && typeof element.rect_ccw_rotation === "number" && Math.abs(padW - padH) > 0.000000001 ? element.rect_ccw_rotation : undefined;
|
|
252628
252628
|
const gb2 = gerberBuilder().add("select_aperture", {
|
|
252629
252629
|
aperture_number: findApertureNumber(glayer, apertureConfig)
|
|
252630
252630
|
});
|
package/dist/lib/index.js
CHANGED
|
@@ -65661,7 +65661,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
|
|
|
65661
65661
|
}));
|
|
65662
65662
|
};
|
|
65663
65663
|
// package.json
|
|
65664
|
-
var version = "0.1.
|
|
65664
|
+
var version = "0.1.1326";
|
|
65665
65665
|
var package_default = {
|
|
65666
65666
|
name: "@tscircuit/cli",
|
|
65667
65667
|
version,
|
|
@@ -65695,7 +65695,7 @@ var package_default = {
|
|
|
65695
65695
|
chokidar: "4.0.1",
|
|
65696
65696
|
"circuit-json": "^0.0.403",
|
|
65697
65697
|
"circuit-json-to-bom-csv": "^0.0.7",
|
|
65698
|
-
"circuit-json-to-gerber": "^0.0.
|
|
65698
|
+
"circuit-json-to-gerber": "^0.0.51",
|
|
65699
65699
|
"circuit-json-to-kicad": "^0.0.125",
|
|
65700
65700
|
"circuit-json-to-pnp-csv": "^0.0.7",
|
|
65701
65701
|
"circuit-json-to-readable-netlist": "^0.0.15",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1327",
|
|
4
4
|
"main": "dist/cli/main.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dist/cli/main.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"chokidar": "4.0.1",
|
|
32
32
|
"circuit-json": "^0.0.403",
|
|
33
33
|
"circuit-json-to-bom-csv": "^0.0.7",
|
|
34
|
-
"circuit-json-to-gerber": "^0.0.
|
|
34
|
+
"circuit-json-to-gerber": "^0.0.51",
|
|
35
35
|
"circuit-json-to-kicad": "^0.0.125",
|
|
36
36
|
"circuit-json-to-pnp-csv": "^0.0.7",
|
|
37
37
|
"circuit-json-to-readable-netlist": "^0.0.15",
|