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.
- package/dist/browser/{chunk-2OEE54ND.js → chunk-HFO42OMI.js} +3 -1
- package/dist/browser/chunk-HFO42OMI.js.map +1 -0
- package/dist/browser/{dist-3JBBLAAE.js → dist-XVTGP2FX.js} +2 -2
- package/dist/browser/index.js +1 -1
- package/dist/main.cjs +4 -2
- package/dist/main.cjs.map +1 -1
- package/package.json +2 -2
- package/dist/browser/chunk-2OEE54ND.js.map +0 -1
- /package/dist/browser/{dist-3JBBLAAE.js.map → dist-XVTGP2FX.js.map} +0 -0
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
toSVG,
|
|
13
13
|
toString,
|
|
14
14
|
translate
|
|
15
|
-
} from "./chunk-
|
|
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-
|
|
6115
|
+
//# sourceMappingURL=dist-XVTGP2FX.js.map
|
package/dist/browser/index.js
CHANGED
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.
|
|
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.
|
|
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",
|