easyeda 0.0.10 → 0.0.11

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,7 +27,8 @@ the cli with either `easyeda` or `easyeda-converter`.
27
27
 
28
28
  ```sh
29
29
  # Convert a schematic and footprint for JLCPCB part number C46749 (NE555) to tscircuit component
30
- easyeda convert -i C46749 -o C46749.ts
30
+ easyeda convert -i C46749 -o C46749.tsx
31
+ easyeda convert -i C46749 -t tsx
31
32
 
32
33
  # Convert a footprint and schematic for JLCPCB part number C46749 (NE555) to tscircuit soup JSON
33
34
  # More info: https://docs.tscircuit.com/api-reference/advanced/soup
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "easyeda",
3
3
  "type": "module",
4
- "version": "0.0.10",
4
+ "version": "0.0.11",
5
5
  "files": [
6
6
  "dist"
7
7
  ],