easyeda 0.0.20 → 0.0.21
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/cli/main.cjs +10 -8
- package/dist/cli/main.cjs.map +1 -1
- package/dist/lib/index.cjs +14 -10
- package/dist/lib/index.cjs.map +1 -1
- package/dist/lib/index.d.cts +3 -1
- package/package.json +1 -1
package/dist/lib/index.d.cts
CHANGED
|
@@ -1758,4 +1758,6 @@ declare function fetchEasyEDAComponent(jlcpcbPartNumber: string): Promise<any>;
|
|
|
1758
1758
|
|
|
1759
1759
|
declare const convertRawEasyEdaToTs: (rawEasy: any) => string;
|
|
1760
1760
|
|
|
1761
|
-
|
|
1761
|
+
declare function normalizeManufacturerPartNumber(partNumber: string): string;
|
|
1762
|
+
|
|
1763
|
+
export { convertEasyEdaJsonToTscircuitSoupJson, convertRawEasyEdaToTs, fetchEasyEDAComponent, normalizeManufacturerPartNumber };
|