@tscircuit/core 0.0.508 → 0.0.509
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 +4 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -14757,6 +14757,10 @@ type NonPolarizedSel = Record<`R${Nums40}` | `F${Nums40}`, {
|
|
|
14757
14757
|
type SwSel = Record<`SW${Nums40}`, {
|
|
14758
14758
|
pin1: string;
|
|
14759
14759
|
pin2: string;
|
|
14760
|
+
pin3: string;
|
|
14761
|
+
pin4: string;
|
|
14762
|
+
pin5: string;
|
|
14763
|
+
pin6: string;
|
|
14760
14764
|
pos: string;
|
|
14761
14765
|
neg: string;
|
|
14762
14766
|
side1: string;
|
package/dist/index.js
CHANGED
|
@@ -10423,7 +10423,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
10423
10423
|
var package_default = {
|
|
10424
10424
|
name: "@tscircuit/core",
|
|
10425
10425
|
type: "module",
|
|
10426
|
-
version: "0.0.
|
|
10426
|
+
version: "0.0.508",
|
|
10427
10427
|
types: "dist/index.d.ts",
|
|
10428
10428
|
main: "dist/index.js",
|
|
10429
10429
|
module: "dist/index.js",
|