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.
@@ -1758,4 +1758,6 @@ declare function fetchEasyEDAComponent(jlcpcbPartNumber: string): Promise<any>;
1758
1758
 
1759
1759
  declare const convertRawEasyEdaToTs: (rawEasy: any) => string;
1760
1760
 
1761
- export { convertEasyEdaJsonToTscircuitSoupJson, convertRawEasyEdaToTs, fetchEasyEDAComponent };
1761
+ declare function normalizeManufacturerPartNumber(partNumber: string): string;
1762
+
1763
+ export { convertEasyEdaJsonToTscircuitSoupJson, convertRawEasyEdaToTs, fetchEasyEDAComponent, normalizeManufacturerPartNumber };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "easyeda",
3
3
  "type": "module",
4
- "version": "0.0.20",
4
+ "version": "0.0.21",
5
5
  "files": [
6
6
  "dist"
7
7
  ],