@tscircuit/core 0.0.536 → 0.0.537
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/index.js +2 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7272,14 +7272,13 @@ import {
|
|
|
7272
7272
|
// lib/components/primitive-components/Group/Group_doInitialSchematicLayoutMatchAdapt.ts
|
|
7273
7273
|
import "@tscircuit/circuit-json-util";
|
|
7274
7274
|
import "circuit-json-to-connectivity-map";
|
|
7275
|
-
import corpus from "@tscircuit/schematic-corpus/dist/bundled-bpc-graphs.json";
|
|
7275
|
+
import corpus from "@tscircuit/schematic-corpus/dist/bundled-bpc-graphs.json" with { type: "json" };
|
|
7276
7276
|
import { convertCircuitJsonToBpc } from "circuit-json-to-bpc";
|
|
7277
7277
|
import {
|
|
7278
7278
|
assignFloatingBoxPositions,
|
|
7279
7279
|
netAdaptBpcGraph,
|
|
7280
7280
|
getBpcGraphWlDistance
|
|
7281
7281
|
} from "bpc-graph";
|
|
7282
|
-
import "@tscircuit/circuit-json-util";
|
|
7283
7282
|
function Group_doInitialSchematicLayoutMatchAdapt(group) {
|
|
7284
7283
|
const { db } = group.root;
|
|
7285
7284
|
const subtreeCircuitJson = structuredClone(db.toArray());
|
|
@@ -10698,7 +10697,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
10698
10697
|
var package_default = {
|
|
10699
10698
|
name: "@tscircuit/core",
|
|
10700
10699
|
type: "module",
|
|
10701
|
-
version: "0.0.
|
|
10700
|
+
version: "0.0.536",
|
|
10702
10701
|
types: "dist/index.d.ts",
|
|
10703
10702
|
main: "dist/index.js",
|
|
10704
10703
|
module: "dist/index.js",
|