@tscircuit/core 0.0.503 → 0.0.504

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.d.ts CHANGED
@@ -14745,7 +14745,7 @@ type PinNumbers100 = "pin0" | "pin1" | "pin2" | "pin3" | "pin4" | "pin5" | "pin6
14745
14745
  type CommonPinNames = "pos" | "neg" | "V5" | "V3_3" | "PWR" | "VCC" | "VDD" | "GND" | "SHLD" | `D${Nums40}` | `GP${Nums40}` | `GPIO${Nums40}` | "DP" | "DN" | "VIN" | "VOUT" | "VREF" | "VIN" | "VOUT" | "VREF" | "VUSB" | "VIN" | "VOUT" | "VREF" | "OUT" | "DISCH" | "EN" | "IN" | "CLK" | "DATA" | "THRES" | "TRIG" | "RESET" | "DM" | "DP" | "CC1" | "CC2" | "N_CS" | "N_WP" | "N_HOLD" | "SCL" | "SDA" | "MOSI" | "MISO" | "SCK" | "CS" | `A${Nums40}` | `B${Nums40}` | PinNumbers100;
14746
14746
  type TransistorPinNames = "base" | "collector" | "emitter";
14747
14747
 
14748
- type NonPolarizedSel = Record<`R${Nums40}`, {
14748
+ type NonPolarizedSel = Record<`R${Nums40}` | `F${Nums40}`, {
14749
14749
  pin1: string;
14750
14750
  pin2: string;
14751
14751
  pos: string;
package/dist/index.js CHANGED
@@ -10405,7 +10405,7 @@ import { identity as identity4 } from "transformation-matrix";
10405
10405
  var package_default = {
10406
10406
  name: "@tscircuit/core",
10407
10407
  type: "module",
10408
- version: "0.0.502",
10408
+ version: "0.0.503",
10409
10409
  types: "dist/index.d.ts",
10410
10410
  main: "dist/index.js",
10411
10411
  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.503",
4
+ "version": "0.0.504",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",