@tscircuit/core 0.0.881 → 0.0.882
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 +4 -4
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -18573,8 +18573,8 @@ var VoltageProbe = class extends PrimitiveComponent2 {
|
|
|
18573
18573
|
this.finalProbeName = finalName ?? null;
|
|
18574
18574
|
const { simulation_voltage_probe_id } = db.simulation_voltage_probe.insert({
|
|
18575
18575
|
name: finalName,
|
|
18576
|
-
|
|
18577
|
-
|
|
18576
|
+
signal_input_source_port_id: port?.source_port_id ?? void 0,
|
|
18577
|
+
signal_input_source_net_id: net?.source_net_id ?? void 0,
|
|
18578
18578
|
subcircuit_id: subcircuit.subcircuit_id || void 0,
|
|
18579
18579
|
color: this.color
|
|
18580
18580
|
});
|
|
@@ -18633,7 +18633,7 @@ import { identity as identity6 } from "transformation-matrix";
|
|
|
18633
18633
|
var package_default = {
|
|
18634
18634
|
name: "@tscircuit/core",
|
|
18635
18635
|
type: "module",
|
|
18636
|
-
version: "0.0.
|
|
18636
|
+
version: "0.0.881",
|
|
18637
18637
|
types: "dist/index.d.ts",
|
|
18638
18638
|
main: "dist/index.js",
|
|
18639
18639
|
module: "dist/index.js",
|
|
@@ -18691,7 +18691,7 @@ var package_default = {
|
|
|
18691
18691
|
"bun-match-svg": "0.0.12",
|
|
18692
18692
|
"calculate-elbow": "^0.0.12",
|
|
18693
18693
|
"chokidar-cli": "^3.0.0",
|
|
18694
|
-
"circuit-json": "^0.0.
|
|
18694
|
+
"circuit-json": "^0.0.325",
|
|
18695
18695
|
"circuit-json-to-bpc": "^0.0.13",
|
|
18696
18696
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
18697
18697
|
"circuit-json-to-gltf": "^0.0.31",
|
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.882",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -59,7 +59,7 @@
|
|
|
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.325",
|
|
63
63
|
"circuit-json-to-bpc": "^0.0.13",
|
|
64
64
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
65
65
|
"circuit-json-to-gltf": "^0.0.31",
|