@tscircuit/cli 0.1.2073 → 0.1.2074
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 +38 -86
- package/dist/lib/index.js +7 -7
- package/package.json +7 -7
package/dist/cli/main.js
CHANGED
|
@@ -153438,7 +153438,7 @@ var import_perfect_cli = __toESM3(require_dist3(), 1);
|
|
|
153438
153438
|
// lib/getVersion.ts
|
|
153439
153439
|
import { createRequire as createRequire2 } from "node:module";
|
|
153440
153440
|
// package.json
|
|
153441
|
-
var version = "0.1.
|
|
153441
|
+
var version = "0.1.2073";
|
|
153442
153442
|
var package_default = {
|
|
153443
153443
|
name: "@tscircuit/cli",
|
|
153444
153444
|
version,
|
|
@@ -153459,14 +153459,14 @@ var package_default = {
|
|
|
153459
153459
|
"@tscircuit/circuit-json-routing-analysis": "^0.0.8",
|
|
153460
153460
|
"@tscircuit/circuit-json-schematic-placement-analysis": "github:tscircuit/circuit-json-schematic-placement-analysis#41260fc05b736c0f3fdc33892b6da0ece40107b9",
|
|
153461
153461
|
"@tscircuit/circuit-json-util": "^0.0.113",
|
|
153462
|
-
"@tscircuit/eval": "
|
|
153462
|
+
"@tscircuit/eval": "0.0.1402",
|
|
153463
153463
|
"@tscircuit/fake-snippets": "^0.0.182",
|
|
153464
153464
|
"@tscircuit/file-server": "^0.0.32",
|
|
153465
153465
|
"@tscircuit/footprinter": "^0.0.426",
|
|
153466
153466
|
"@tscircuit/image-utils": "^0.0.8",
|
|
153467
153467
|
"@tscircuit/krt-wasm": "^0.1.6",
|
|
153468
153468
|
"@tscircuit/math-utils": "0.0.36",
|
|
153469
|
-
"@tscircuit/props": "^0.0.
|
|
153469
|
+
"@tscircuit/props": "^0.0.657",
|
|
153470
153470
|
"@tscircuit/runframe": "^0.0.2723",
|
|
153471
153471
|
"@tscircuit/schematic-match-adapt": "^0.0.22",
|
|
153472
153472
|
"@tscircuit/solver-utils": "0.0.16",
|
|
@@ -153481,7 +153481,7 @@ var package_default = {
|
|
|
153481
153481
|
"@types/semver": "^7.5.8",
|
|
153482
153482
|
"bun-match-svg": "^0.0.12",
|
|
153483
153483
|
chokidar: "4.0.1",
|
|
153484
|
-
"circuit-json": "^0.0.
|
|
153484
|
+
"circuit-json": "^0.0.489",
|
|
153485
153485
|
"circuit-json-to-3d-png": "^0.0.6",
|
|
153486
153486
|
"circuit-json-to-altium": "github:tscircuit/circuit-json-to-altium#1a50d0dd2c0737cf940d92c0315852dc0111dd87",
|
|
153487
153487
|
"circuit-json-to-bom-csv": "^0.0.17",
|
|
@@ -153531,13 +153531,13 @@ var package_default = {
|
|
|
153531
153531
|
spicets: "^0.0.4",
|
|
153532
153532
|
stepts: "^0.0.3",
|
|
153533
153533
|
tempy: "^3.1.0",
|
|
153534
|
-
tscircuit: "0.0.
|
|
153534
|
+
tscircuit: "0.0.2547-libonly",
|
|
153535
153535
|
tsx: "^4.7.1",
|
|
153536
153536
|
"typed-ky": "^0.0.4",
|
|
153537
153537
|
zod: "^3.23.8"
|
|
153538
153538
|
},
|
|
153539
153539
|
peerDependencies: {
|
|
153540
|
-
"circuit-json": "^0.0.
|
|
153540
|
+
"circuit-json": "^0.0.489",
|
|
153541
153541
|
tscircuit: "*"
|
|
153542
153542
|
},
|
|
153543
153543
|
bin: {
|
|
@@ -153554,7 +153554,7 @@ var package_default = {
|
|
|
153554
153554
|
}
|
|
153555
153555
|
},
|
|
153556
153556
|
overrides: {
|
|
153557
|
-
"circuit-json": "^0.0.
|
|
153557
|
+
"circuit-json": "^0.0.489",
|
|
153558
153558
|
altiumts: "0.0.59"
|
|
153559
153559
|
},
|
|
153560
153560
|
scripts: {
|
|
@@ -336880,55 +336880,7 @@ var convertBomRowsToCsv = (bom_rows) => {
|
|
|
336880
336880
|
// lib/shared/export-snippet.ts
|
|
336881
336881
|
init_dist();
|
|
336882
336882
|
import { convertCircuitJsonToGltf as convertCircuitJsonToGltf4 } from "circuit-json-to-gltf";
|
|
336883
|
-
|
|
336884
|
-
// node_modules/circuit-json-to-pnp-csv/dist/index.js
|
|
336885
|
-
var import_papaparse2 = __toESM3(require_papaparse(), 1);
|
|
336886
|
-
import { su as su14 } from "@tscircuit/soup-util";
|
|
336887
|
-
import {
|
|
336888
|
-
getRotationBetweenPcbPin1Locations
|
|
336889
|
-
} from "circuit-json";
|
|
336890
|
-
var fixedDecimals = 3;
|
|
336891
|
-
var normalizeRotation2 = (rotation) => (rotation % 360 + 360) % 360;
|
|
336892
|
-
var getPickAndPlaceRotation = (pcbComponent, supplier) => {
|
|
336893
|
-
if (!supplier || !pcbComponent.pin1_location)
|
|
336894
|
-
return pcbComponent.rotation;
|
|
336895
|
-
const supplierPin1Location = pcbComponent.supplier_pin1_location_map?.[supplier];
|
|
336896
|
-
if (!supplierPin1Location)
|
|
336897
|
-
return pcbComponent.rotation;
|
|
336898
|
-
const rotationAdjustment = getRotationBetweenPcbPin1Locations(supplierPin1Location, pcbComponent.pin1_location);
|
|
336899
|
-
if (rotationAdjustment === null)
|
|
336900
|
-
return pcbComponent.rotation;
|
|
336901
|
-
return normalizeRotation2(pcbComponent.rotation + rotationAdjustment);
|
|
336902
|
-
};
|
|
336903
|
-
var convertCircuitJsonToPickAndPlaceRows = (circuitJson, opts = {}) => {
|
|
336904
|
-
const rows = [];
|
|
336905
|
-
for (const element of circuitJson) {
|
|
336906
|
-
if (element.type === "pcb_component") {
|
|
336907
|
-
if (element.do_not_place)
|
|
336908
|
-
continue;
|
|
336909
|
-
const source_component = su14(circuitJson).source_component.get(element.source_component_id);
|
|
336910
|
-
if (!source_component)
|
|
336911
|
-
continue;
|
|
336912
|
-
if (source_component.ftype === "simple_test_point")
|
|
336913
|
-
continue;
|
|
336914
|
-
rows.push({
|
|
336915
|
-
designator: source_component?.name ?? element.pcb_component_id,
|
|
336916
|
-
mid_x: element.center.x,
|
|
336917
|
-
mid_y: element.center.y * (opts.flip_y_axis ? -1 : 1),
|
|
336918
|
-
layer: element.layer,
|
|
336919
|
-
rotation: getPickAndPlaceRotation(element, opts.supplier)
|
|
336920
|
-
});
|
|
336921
|
-
}
|
|
336922
|
-
}
|
|
336923
|
-
return rows;
|
|
336924
|
-
};
|
|
336925
|
-
var convertCircuitJsonToPickAndPlaceCsv = (circuitJson, opts = {}) => import_papaparse2.default.unparse(convertCircuitJsonToPickAndPlaceRows(circuitJson, opts).map((row) => ({
|
|
336926
|
-
Designator: row.designator,
|
|
336927
|
-
"Mid X": row.mid_x.toFixed(fixedDecimals),
|
|
336928
|
-
"Mid Y": row.mid_y.toFixed(fixedDecimals),
|
|
336929
|
-
Layer: row.layer,
|
|
336930
|
-
Rotation: row.rotation
|
|
336931
|
-
})));
|
|
336883
|
+
import { convertCircuitJsonToPickAndPlaceCsv } from "circuit-json-to-pnp-csv";
|
|
336932
336884
|
|
|
336933
336885
|
// node_modules/manifold-3d/manifold.js
|
|
336934
336886
|
async function Module2(moduleArg = {}) {
|
|
@@ -340328,7 +340280,7 @@ import {
|
|
|
340328
340280
|
} from "circuit-to-svg";
|
|
340329
340281
|
|
|
340330
340282
|
// node_modules/dsn-converter/dist/index.js
|
|
340331
|
-
import { su as
|
|
340283
|
+
import { su as su14 } from "@tscircuit/soup-util";
|
|
340332
340284
|
import { getBoundsFromPoints as getBoundsFromPoints5 } from "@tscircuit/math-utils";
|
|
340333
340285
|
import { applyToPoint as applyToPoint35, scale as scale7 } from "transformation-matrix";
|
|
340334
340286
|
import { su as su24 } from "@tscircuit/soup-util";
|
|
@@ -340737,8 +340689,8 @@ function processComponentsAndPads(componentGroups, circuitElements, pcb) {
|
|
|
340737
340689
|
const { pcb_component_id, pcb_smtpads } = group;
|
|
340738
340690
|
if (pcb_smtpads.length === 0)
|
|
340739
340691
|
continue;
|
|
340740
|
-
const pcbComponent =
|
|
340741
|
-
const sourceComponent =
|
|
340692
|
+
const pcbComponent = su14(circuitElements).pcb_component.list().find((e) => e.pcb_component_id === pcb_component_id);
|
|
340693
|
+
const sourceComponent = su14(circuitElements).source_component.list().find((e) => e.source_component_id === pcbComponent?.source_component_id);
|
|
340742
340694
|
const footprintName = getFootprintName(sourceComponent, pcbComponent);
|
|
340743
340695
|
const componentName = sourceComponent?.name || "Unknown";
|
|
340744
340696
|
const circuitSpaceCoordinates = applyToPoint35(transformMmToUm, pcbComponent.center);
|
|
@@ -340773,8 +340725,8 @@ function processComponentsAndPads(componentGroups, circuitElements, pcb) {
|
|
|
340773
340725
|
outlines: [],
|
|
340774
340726
|
pins: componentGroup.pcb_smtpads.map((pad) => {
|
|
340775
340727
|
const pcbComponent = circuitElements.find((e) => e.type === "pcb_component" && e.source_component_id === firstComponent.sourceComponent?.source_component_id);
|
|
340776
|
-
const pcbPort =
|
|
340777
|
-
const sourcePort =
|
|
340728
|
+
const pcbPort = su14(circuitElements).pcb_port.list().find((e) => e.pcb_port_id === pad.pcb_port_id);
|
|
340729
|
+
const sourcePort = su14(circuitElements).source_port.list().find((e) => e.source_port_id === pcbPort?.source_port_id);
|
|
340778
340730
|
return createPinForImage({
|
|
340779
340731
|
pad,
|
|
340780
340732
|
pcbComponent,
|
|
@@ -343519,7 +343471,7 @@ __export5(dist_exports, {
|
|
|
343519
343471
|
experiment_type: () => experiment_type,
|
|
343520
343472
|
external_footprint_load_error: () => external_footprint_load_error2,
|
|
343521
343473
|
frequency: () => frequency7,
|
|
343522
|
-
getRotationBetweenPcbPin1Locations: () =>
|
|
343474
|
+
getRotationBetweenPcbPin1Locations: () => getRotationBetweenPcbPin1Locations,
|
|
343523
343475
|
getZodPrefixedIdWithDefault: () => getZodPrefixedIdWithDefault,
|
|
343524
343476
|
inductance: () => inductance2,
|
|
343525
343477
|
insertionDirectionToCanonical: () => insertionDirectionToCanonical,
|
|
@@ -349291,7 +349243,7 @@ var pin1LocationRotationCycles = [
|
|
|
349291
349243
|
"topside_left"
|
|
349292
349244
|
]
|
|
349293
349245
|
];
|
|
349294
|
-
var
|
|
349246
|
+
var getRotationBetweenPcbPin1Locations = (from, to) => {
|
|
349295
349247
|
for (const cycle of pin1LocationRotationCycles) {
|
|
349296
349248
|
const fromIndex = cycle.indexOf(from);
|
|
349297
349249
|
const toIndex = cycle.indexOf(to);
|
|
@@ -352145,7 +352097,7 @@ var cju8 = (circuitJsonInput, options = {}) => {
|
|
|
352145
352097
|
return su2;
|
|
352146
352098
|
};
|
|
352147
352099
|
cju8.unparsed = cju8;
|
|
352148
|
-
var
|
|
352100
|
+
var su15 = cju8;
|
|
352149
352101
|
function createIdKey2(element) {
|
|
352150
352102
|
const type = element.type;
|
|
352151
352103
|
return `${type}:${element[`${type}_id`]}`;
|
|
@@ -355368,24 +355320,24 @@ var getLayerAttr = (layer) => layer && layer !== "top" ? ` layer="${layer}"` : "
|
|
|
355368
355320
|
var getRotationAttr = (rotation2) => rotation2 ? ` pcbRotation="${rotation2}deg"` : "";
|
|
355369
355321
|
var getStringAttr = (name, value) => value === undefined ? "" : ` ${name}=${JSON.stringify(value)}`;
|
|
355370
355322
|
var generateFootprintTsx2 = (circuitJson, options = {}) => {
|
|
355371
|
-
const holes =
|
|
355372
|
-
const platedHoles =
|
|
355373
|
-
const smtPads =
|
|
355374
|
-
const vias =
|
|
355375
|
-
const silkscreenPaths =
|
|
355376
|
-
const silkscreenCircles =
|
|
355377
|
-
const silkscreenRects =
|
|
355378
|
-
const silkscreenTexts =
|
|
355379
|
-
const fabricationNotePaths =
|
|
355380
|
-
const fabricationNoteTexts =
|
|
355381
|
-
const fabricationNoteRects =
|
|
355382
|
-
const fabricationNoteDimensions =
|
|
355383
|
-
const pcbNoteTexts =
|
|
355384
|
-
const pcbNoteRects =
|
|
355385
|
-
const pcbNotePaths =
|
|
355386
|
-
const pcbNoteLines =
|
|
355387
|
-
const pcbNoteDimensions =
|
|
355388
|
-
const courtyardOutlines =
|
|
355323
|
+
const holes = su15(circuitJson).pcb_hole.list();
|
|
355324
|
+
const platedHoles = su15(circuitJson).pcb_plated_hole.list();
|
|
355325
|
+
const smtPads = su15(circuitJson).pcb_smtpad.list();
|
|
355326
|
+
const vias = su15(circuitJson).pcb_via.list();
|
|
355327
|
+
const silkscreenPaths = su15(circuitJson).pcb_silkscreen_path.list();
|
|
355328
|
+
const silkscreenCircles = su15(circuitJson).pcb_silkscreen_circle.list();
|
|
355329
|
+
const silkscreenRects = su15(circuitJson).pcb_silkscreen_rect.list();
|
|
355330
|
+
const silkscreenTexts = su15(circuitJson).pcb_silkscreen_text.list();
|
|
355331
|
+
const fabricationNotePaths = su15(circuitJson).pcb_fabrication_note_path.list();
|
|
355332
|
+
const fabricationNoteTexts = su15(circuitJson).pcb_fabrication_note_text.list();
|
|
355333
|
+
const fabricationNoteRects = su15(circuitJson).pcb_fabrication_note_rect.list();
|
|
355334
|
+
const fabricationNoteDimensions = su15(circuitJson).pcb_fabrication_note_dimension.list();
|
|
355335
|
+
const pcbNoteTexts = su15(circuitJson).pcb_note_text.list();
|
|
355336
|
+
const pcbNoteRects = su15(circuitJson).pcb_note_rect.list();
|
|
355337
|
+
const pcbNotePaths = su15(circuitJson).pcb_note_path.list();
|
|
355338
|
+
const pcbNoteLines = su15(circuitJson).pcb_note_line.list();
|
|
355339
|
+
const pcbNoteDimensions = su15(circuitJson).pcb_note_dimension.list();
|
|
355340
|
+
const courtyardOutlines = su15(circuitJson).pcb_courtyard_outline.list();
|
|
355389
355341
|
const elementStrings = [];
|
|
355390
355342
|
for (const hole of holes) {
|
|
355391
355343
|
if (hole.hole_shape === "circle") {
|
|
@@ -356055,7 +356007,7 @@ var convertBetterEasyToTsx = async ({
|
|
|
356055
356007
|
cadModelBounds: cadPlacement?.bounds,
|
|
356056
356008
|
showDesignator: true
|
|
356057
356009
|
});
|
|
356058
|
-
const [cadComponent] =
|
|
356010
|
+
const [cadComponent] = su15(circuitJson).cad_component.list();
|
|
356059
356011
|
if (cadComponent) {
|
|
356060
356012
|
cadComponent.position.x = 0;
|
|
356061
356013
|
cadComponent.position.y = 0;
|
|
@@ -356065,7 +356017,7 @@ var convertBetterEasyToTsx = async ({
|
|
|
356065
356017
|
throw new Error(`Missing manufacturer part number for ${betterEasy.lcsc.number}`);
|
|
356066
356018
|
}
|
|
356067
356019
|
const componentName = normalizeManufacturerPartNumber(manufacturerPartNumber);
|
|
356068
|
-
const sourcePorts =
|
|
356020
|
+
const sourcePorts = su15(circuitJson).source_port.list();
|
|
356069
356021
|
const hiddenSchematicPinNumbers = new Set(betterEasy.dataStr.shape.flatMap((shape) => shape.type === "PIN" && shape.visibility !== "show" ? [String(shape.pinNumber)] : []));
|
|
356070
356022
|
const pinLabels = {};
|
|
356071
356023
|
const sortedPorts = sourcePorts.sort((a, b) => {
|
|
@@ -356549,7 +356501,7 @@ __export6(dist_exports2, {
|
|
|
356549
356501
|
experiment_type: () => experiment_type2,
|
|
356550
356502
|
external_footprint_load_error: () => external_footprint_load_error3,
|
|
356551
356503
|
frequency: () => frequency8,
|
|
356552
|
-
getRotationBetweenPcbPin1Locations: () =>
|
|
356504
|
+
getRotationBetweenPcbPin1Locations: () => getRotationBetweenPcbPin1Locations2,
|
|
356553
356505
|
getZodPrefixedIdWithDefault: () => getZodPrefixedIdWithDefault2,
|
|
356554
356506
|
inductance: () => inductance3,
|
|
356555
356507
|
insertionDirectionToCanonical: () => insertionDirectionToCanonical2,
|
|
@@ -358399,7 +358351,7 @@ var pin1LocationRotationCycles2 = [
|
|
|
358399
358351
|
"topside_left"
|
|
358400
358352
|
]
|
|
358401
358353
|
];
|
|
358402
|
-
var
|
|
358354
|
+
var getRotationBetweenPcbPin1Locations2 = (from, to) => {
|
|
358403
358355
|
for (const cycle of pin1LocationRotationCycles2) {
|
|
358404
358356
|
const fromIndex = cycle.indexOf(from);
|
|
358405
358357
|
const toIndex = cycle.indexOf(to);
|
package/dist/lib/index.js
CHANGED
|
@@ -69109,7 +69109,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
|
|
|
69109
69109
|
}));
|
|
69110
69110
|
};
|
|
69111
69111
|
// package.json
|
|
69112
|
-
var version = "0.1.
|
|
69112
|
+
var version = "0.1.2073";
|
|
69113
69113
|
var package_default = {
|
|
69114
69114
|
name: "@tscircuit/cli",
|
|
69115
69115
|
version,
|
|
@@ -69130,14 +69130,14 @@ var package_default = {
|
|
|
69130
69130
|
"@tscircuit/circuit-json-routing-analysis": "^0.0.8",
|
|
69131
69131
|
"@tscircuit/circuit-json-schematic-placement-analysis": "github:tscircuit/circuit-json-schematic-placement-analysis#41260fc05b736c0f3fdc33892b6da0ece40107b9",
|
|
69132
69132
|
"@tscircuit/circuit-json-util": "^0.0.113",
|
|
69133
|
-
"@tscircuit/eval": "
|
|
69133
|
+
"@tscircuit/eval": "0.0.1402",
|
|
69134
69134
|
"@tscircuit/fake-snippets": "^0.0.182",
|
|
69135
69135
|
"@tscircuit/file-server": "^0.0.32",
|
|
69136
69136
|
"@tscircuit/footprinter": "^0.0.426",
|
|
69137
69137
|
"@tscircuit/image-utils": "^0.0.8",
|
|
69138
69138
|
"@tscircuit/krt-wasm": "^0.1.6",
|
|
69139
69139
|
"@tscircuit/math-utils": "0.0.36",
|
|
69140
|
-
"@tscircuit/props": "^0.0.
|
|
69140
|
+
"@tscircuit/props": "^0.0.657",
|
|
69141
69141
|
"@tscircuit/runframe": "^0.0.2723",
|
|
69142
69142
|
"@tscircuit/schematic-match-adapt": "^0.0.22",
|
|
69143
69143
|
"@tscircuit/solver-utils": "0.0.16",
|
|
@@ -69152,7 +69152,7 @@ var package_default = {
|
|
|
69152
69152
|
"@types/semver": "^7.5.8",
|
|
69153
69153
|
"bun-match-svg": "^0.0.12",
|
|
69154
69154
|
chokidar: "4.0.1",
|
|
69155
|
-
"circuit-json": "^0.0.
|
|
69155
|
+
"circuit-json": "^0.0.489",
|
|
69156
69156
|
"circuit-json-to-3d-png": "^0.0.6",
|
|
69157
69157
|
"circuit-json-to-altium": "github:tscircuit/circuit-json-to-altium#1a50d0dd2c0737cf940d92c0315852dc0111dd87",
|
|
69158
69158
|
"circuit-json-to-bom-csv": "^0.0.17",
|
|
@@ -69202,13 +69202,13 @@ var package_default = {
|
|
|
69202
69202
|
spicets: "^0.0.4",
|
|
69203
69203
|
stepts: "^0.0.3",
|
|
69204
69204
|
tempy: "^3.1.0",
|
|
69205
|
-
tscircuit: "0.0.
|
|
69205
|
+
tscircuit: "0.0.2547-libonly",
|
|
69206
69206
|
tsx: "^4.7.1",
|
|
69207
69207
|
"typed-ky": "^0.0.4",
|
|
69208
69208
|
zod: "^3.23.8"
|
|
69209
69209
|
},
|
|
69210
69210
|
peerDependencies: {
|
|
69211
|
-
"circuit-json": "^0.0.
|
|
69211
|
+
"circuit-json": "^0.0.489",
|
|
69212
69212
|
tscircuit: "*"
|
|
69213
69213
|
},
|
|
69214
69214
|
bin: {
|
|
@@ -69225,7 +69225,7 @@ var package_default = {
|
|
|
69225
69225
|
}
|
|
69226
69226
|
},
|
|
69227
69227
|
overrides: {
|
|
69228
|
-
"circuit-json": "^0.0.
|
|
69228
|
+
"circuit-json": "^0.0.489",
|
|
69229
69229
|
altiumts: "0.0.59"
|
|
69230
69230
|
},
|
|
69231
69231
|
scripts: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2074",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/tscircuit/cli"
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"@tscircuit/circuit-json-routing-analysis": "^0.0.8",
|
|
19
19
|
"@tscircuit/circuit-json-schematic-placement-analysis": "github:tscircuit/circuit-json-schematic-placement-analysis#41260fc05b736c0f3fdc33892b6da0ece40107b9",
|
|
20
20
|
"@tscircuit/circuit-json-util": "^0.0.113",
|
|
21
|
-
"@tscircuit/eval": "
|
|
21
|
+
"@tscircuit/eval": "0.0.1402",
|
|
22
22
|
"@tscircuit/fake-snippets": "^0.0.182",
|
|
23
23
|
"@tscircuit/file-server": "^0.0.32",
|
|
24
24
|
"@tscircuit/footprinter": "^0.0.426",
|
|
25
25
|
"@tscircuit/image-utils": "^0.0.8",
|
|
26
26
|
"@tscircuit/krt-wasm": "^0.1.6",
|
|
27
27
|
"@tscircuit/math-utils": "0.0.36",
|
|
28
|
-
"@tscircuit/props": "^0.0.
|
|
28
|
+
"@tscircuit/props": "^0.0.657",
|
|
29
29
|
"@tscircuit/runframe": "^0.0.2723",
|
|
30
30
|
"@tscircuit/schematic-match-adapt": "^0.0.22",
|
|
31
31
|
"@tscircuit/solver-utils": "0.0.16",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@types/semver": "^7.5.8",
|
|
41
41
|
"bun-match-svg": "^0.0.12",
|
|
42
42
|
"chokidar": "4.0.1",
|
|
43
|
-
"circuit-json": "^0.0.
|
|
43
|
+
"circuit-json": "^0.0.489",
|
|
44
44
|
"circuit-json-to-3d-png": "^0.0.6",
|
|
45
45
|
"circuit-json-to-altium": "github:tscircuit/circuit-json-to-altium#1a50d0dd2c0737cf940d92c0315852dc0111dd87",
|
|
46
46
|
"circuit-json-to-bom-csv": "^0.0.17",
|
|
@@ -90,13 +90,13 @@
|
|
|
90
90
|
"spicets": "^0.0.4",
|
|
91
91
|
"stepts": "^0.0.3",
|
|
92
92
|
"tempy": "^3.1.0",
|
|
93
|
-
"tscircuit": "0.0.
|
|
93
|
+
"tscircuit": "0.0.2547-libonly",
|
|
94
94
|
"tsx": "^4.7.1",
|
|
95
95
|
"typed-ky": "^0.0.4",
|
|
96
96
|
"zod": "^3.23.8"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
|
-
"circuit-json": "^0.0.
|
|
99
|
+
"circuit-json": "^0.0.489",
|
|
100
100
|
"tscircuit": "*"
|
|
101
101
|
},
|
|
102
102
|
"bin": {
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
115
|
"overrides": {
|
|
116
|
-
"circuit-json": "^0.0.
|
|
116
|
+
"circuit-json": "^0.0.489",
|
|
117
117
|
"altiumts": "0.0.59"
|
|
118
118
|
},
|
|
119
119
|
"scripts": {
|