@tscircuit/footprinter 0.0.332 → 0.0.333
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10579,7 +10579,7 @@ function isNotNull(value) {
|
|
|
10579
10579
|
|
|
10580
10580
|
// src/footprinter.ts
|
|
10581
10581
|
var normalizeDefinition = (def) => {
|
|
10582
|
-
return def.trim().replace(/^sot-223-(\d+)(?=_|$)/i, "sot223_$1").replace(/^to-220f-(\d+)(?=_|$)/i, "to220f_$1");
|
|
10582
|
+
return def.trim().replace(/^sot-223-(\d+)(?=_|$)/i, "sot223_$1").replace(/^to-220f-(\d+)(?=_|$)/i, "to220f_$1").replace(/^jst_(ph|sh|zh)_(\d+)(?=_|$)/i, "jst$2_$1");
|
|
10583
10583
|
};
|
|
10584
10584
|
var string2 = (def) => {
|
|
10585
10585
|
let fp2 = footprinter();
|