@tscircuit/core 0.0.906 → 0.0.907
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 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -15047,7 +15047,8 @@ var Inductor = class extends NormalComponent3 {
|
|
|
15047
15047
|
const source_component = db.source_component.insert({
|
|
15048
15048
|
name: this.name,
|
|
15049
15049
|
ftype: FTYPE.simple_inductor,
|
|
15050
|
-
inductance: props.inductance,
|
|
15050
|
+
inductance: this.props.inductance,
|
|
15051
|
+
display_inductance: this._getSchematicSymbolDisplayValue(),
|
|
15051
15052
|
supplier_part_numbers: props.supplierPartNumbers,
|
|
15052
15053
|
are_pins_interchangeable: true
|
|
15053
15054
|
});
|
|
@@ -19417,7 +19418,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
19417
19418
|
var package_default = {
|
|
19418
19419
|
name: "@tscircuit/core",
|
|
19419
19420
|
type: "module",
|
|
19420
|
-
version: "0.0.
|
|
19421
|
+
version: "0.0.906",
|
|
19421
19422
|
types: "dist/index.d.ts",
|
|
19422
19423
|
main: "dist/index.js",
|
|
19423
19424
|
module: "dist/index.js",
|
|
@@ -19480,7 +19481,7 @@ var package_default = {
|
|
|
19480
19481
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
19481
19482
|
"circuit-json-to-gltf": "^0.0.31",
|
|
19482
19483
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
19483
|
-
"circuit-json-to-spice": "^0.0.
|
|
19484
|
+
"circuit-json-to-spice": "^0.0.30",
|
|
19484
19485
|
"circuit-to-svg": "^0.0.284",
|
|
19485
19486
|
concurrently: "^9.1.2",
|
|
19486
19487
|
"connectivity-map": "^1.0.0",
|
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.907",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
65
65
|
"circuit-json-to-gltf": "^0.0.31",
|
|
66
66
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
67
|
-
"circuit-json-to-spice": "^0.0.
|
|
67
|
+
"circuit-json-to-spice": "^0.0.30",
|
|
68
68
|
"circuit-to-svg": "^0.0.284",
|
|
69
69
|
"concurrently": "^9.1.2",
|
|
70
70
|
"connectivity-map": "^1.0.0",
|