@tscircuit/core 0.0.650 → 0.0.651
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 +2 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13081,11 +13081,7 @@ var Transistor = class extends NormalComponent {
|
|
|
13081
13081
|
};
|
|
13082
13082
|
}
|
|
13083
13083
|
initPorts() {
|
|
13084
|
-
const pinAliases =
|
|
13085
|
-
pin1: ["emitter", "e"],
|
|
13086
|
-
pin2: ["collector", "c"],
|
|
13087
|
-
pin3: ["base", "b"]
|
|
13088
|
-
} : {
|
|
13084
|
+
const pinAliases = {
|
|
13089
13085
|
pin1: ["collector", "c"],
|
|
13090
13086
|
pin2: ["emitter", "e"],
|
|
13091
13087
|
pin3: ["base", "b"]
|
|
@@ -13673,7 +13669,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
13673
13669
|
var package_default = {
|
|
13674
13670
|
name: "@tscircuit/core",
|
|
13675
13671
|
type: "module",
|
|
13676
|
-
version: "0.0.
|
|
13672
|
+
version: "0.0.650",
|
|
13677
13673
|
types: "dist/index.d.ts",
|
|
13678
13674
|
main: "dist/index.js",
|
|
13679
13675
|
module: "dist/index.js",
|