@tscircuit/core 0.0.417 → 0.0.418
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -12264,7 +12264,7 @@ type PolarizedSel = Record<`C${Nums40}` | `L${Nums40}` | `LED${Nums40}` | `D${Nu
|
|
|
12264
12264
|
pos: string;
|
|
12265
12265
|
neg: string;
|
|
12266
12266
|
}>;
|
|
12267
|
-
type CommonNetNames = "VCC" | "GND" | "VDD" | "PWR" | "V5" | "V3_3";
|
|
12267
|
+
type CommonNetNames = "VCC" | "GND" | "VDD" | "PWR" | "V5" | "V3_3" | "VIN" | "EN";
|
|
12268
12268
|
type TransistorSel = Record<`Q${Nums40}`, Record<TransistorPinNames, string>>;
|
|
12269
12269
|
type JumperSel = Record<`J${Nums40}` | `CN${Nums40}`, Record<PinNumbers100 | CommonPinNames, string>>;
|
|
12270
12270
|
type ChipSel = Record<`U${Nums40}`, Record<CommonPinNames, string> & ChipFnSel>;
|
package/dist/index.js
CHANGED
|
@@ -8409,7 +8409,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
8409
8409
|
var package_default = {
|
|
8410
8410
|
name: "@tscircuit/core",
|
|
8411
8411
|
type: "module",
|
|
8412
|
-
version: "0.0.
|
|
8412
|
+
version: "0.0.417",
|
|
8413
8413
|
types: "dist/index.d.ts",
|
|
8414
8414
|
main: "dist/index.js",
|
|
8415
8415
|
module: "dist/index.js",
|