@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -6
  2. 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 = this.props.type === "npn" ? {
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.649",
13672
+ version: "0.0.650",
13677
13673
  types: "dist/index.d.ts",
13678
13674
  main: "dist/index.js",
13679
13675
  module: "dist/index.js",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.650",
4
+ "version": "0.0.651",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",