@tscircuit/core 0.0.917 → 0.0.918
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 +3 -5
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -16412,8 +16412,6 @@ var Interconnect = class extends NormalComponent3 {
|
|
|
16412
16412
|
if (sourcePortIds.length >= 2) {
|
|
16413
16413
|
db.source_component_internal_connection.insert({
|
|
16414
16414
|
source_component_id: this.source_component_id,
|
|
16415
|
-
// @ts-expect-error uncomment when circuit-json includes subcircuit_id
|
|
16416
|
-
// in the source_component_internal_connection schema
|
|
16417
16415
|
subcircuit_id: this.getSubcircuit()?.subcircuit_id,
|
|
16418
16416
|
source_port_ids: sourcePortIds
|
|
16419
16417
|
});
|
|
@@ -19249,7 +19247,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
19249
19247
|
var package_default = {
|
|
19250
19248
|
name: "@tscircuit/core",
|
|
19251
19249
|
type: "module",
|
|
19252
|
-
version: "0.0.
|
|
19250
|
+
version: "0.0.917",
|
|
19253
19251
|
types: "dist/index.d.ts",
|
|
19254
19252
|
main: "dist/index.js",
|
|
19255
19253
|
module: "dist/index.js",
|
|
@@ -19307,13 +19305,13 @@ var package_default = {
|
|
|
19307
19305
|
"bun-match-svg": "0.0.12",
|
|
19308
19306
|
"calculate-elbow": "^0.0.12",
|
|
19309
19307
|
"chokidar-cli": "^3.0.0",
|
|
19310
|
-
"circuit-json": "^0.0.
|
|
19308
|
+
"circuit-json": "^0.0.331",
|
|
19311
19309
|
"circuit-json-to-bpc": "^0.0.13",
|
|
19312
19310
|
"circuit-json-to-connectivity-map": "^0.0.23",
|
|
19313
19311
|
"circuit-json-to-gltf": "^0.0.31",
|
|
19314
19312
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
19315
19313
|
"circuit-json-to-spice": "^0.0.30",
|
|
19316
|
-
"circuit-to-svg": "^0.0.
|
|
19314
|
+
"circuit-to-svg": "^0.0.287",
|
|
19317
19315
|
concurrently: "^9.1.2",
|
|
19318
19316
|
"connectivity-map": "^1.0.0",
|
|
19319
19317
|
debug: "^4.3.6",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.918",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -59,13 +59,13 @@
|
|
|
59
59
|
"bun-match-svg": "0.0.12",
|
|
60
60
|
"calculate-elbow": "^0.0.12",
|
|
61
61
|
"chokidar-cli": "^3.0.0",
|
|
62
|
-
"circuit-json": "^0.0.
|
|
62
|
+
"circuit-json": "^0.0.331",
|
|
63
63
|
"circuit-json-to-bpc": "^0.0.13",
|
|
64
64
|
"circuit-json-to-connectivity-map": "^0.0.23",
|
|
65
65
|
"circuit-json-to-gltf": "^0.0.31",
|
|
66
66
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
67
67
|
"circuit-json-to-spice": "^0.0.30",
|
|
68
|
-
"circuit-to-svg": "^0.0.
|
|
68
|
+
"circuit-to-svg": "^0.0.287",
|
|
69
69
|
"concurrently": "^9.1.2",
|
|
70
70
|
"connectivity-map": "^1.0.0",
|
|
71
71
|
"debug": "^4.3.6",
|