easyeda 0.0.208 → 0.0.209

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.
@@ -12,7 +12,7 @@ import {
12
12
  toSVG,
13
13
  toString,
14
14
  translate
15
- } from "./chunk-2OEE54ND.js";
15
+ } from "./chunk-HFO42OMI.js";
16
16
 
17
17
  // node_modules/circuit-to-svg/dist/index.js
18
18
  var import_svgson = __toESM(require_svgson_umd(), 1);
@@ -6112,4 +6112,4 @@ export {
6112
6112
  createSvgObjectsForSchComponentPortHovers,
6113
6113
  getSoftwareUsedString
6114
6114
  };
6115
- //# sourceMappingURL=dist-3JBBLAAE.js.map
6115
+ //# sourceMappingURL=dist-XVTGP2FX.js.map
@@ -53,7 +53,7 @@ import {
53
53
  transformPCBElements,
54
54
  translate,
55
55
  voltage
56
- } from "./chunk-2OEE54ND.js";
56
+ } from "./chunk-HFO42OMI.js";
57
57
 
58
58
  // node_modules/ms/index.js
59
59
  var require_ms = __commonJS({
package/dist/main.cjs CHANGED
@@ -3253,6 +3253,8 @@ function buildSubtree(soup, opts) {
3253
3253
  for (const elm of soup) {
3254
3254
  const entries = Object.entries(elm);
3255
3255
  for (const [key, val58] of entries) {
3256
+ if (key === "parent_source_group_id")
3257
+ continue;
3256
3258
  if (key.endsWith("_id") && typeof val58 === "string") {
3257
3259
  const other = idMap.get(val58);
3258
3260
  connect(adj, elm, other);
@@ -133484,7 +133486,7 @@ var import_promises2 = __toESM(require("fs/promises"), 1);
133484
133486
  var package_default2 = {
133485
133487
  name: "easyeda",
133486
133488
  type: "module",
133487
- version: "0.0.207",
133489
+ version: "0.0.208",
133488
133490
  files: [
133489
133491
  "dist"
133490
133492
  ],
@@ -133522,7 +133524,7 @@ var package_default2 = {
133522
133524
  },
133523
133525
  devDependencies: {
133524
133526
  "@biomejs/biome": "^1.9.4",
133525
- "@tscircuit/circuit-json-util": "^0.0.53",
133527
+ "@tscircuit/circuit-json-util": "^0.0.54",
133526
133528
  "@tscircuit/mm": "^0.0.8",
133527
133529
  "@types/bun": "latest",
133528
133530
  "bun-match-svg": "^0.0.6",