Skip to content

Commit

Permalink
Merge pull request #37 from anas-sarkez/main
Browse files Browse the repository at this point in the history
updated circuit-to-svg and dependency
  • Loading branch information
seveibar authored Sep 16, 2024
2 parents cd7ab3b + a667a96 commit ca78ede
Show file tree
Hide file tree
Showing 35 changed files with 338 additions and 176 deletions.
13 changes: 6 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"version": "0.0.60",
"description": "",
"main": "dist/index.cjs",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"test": "FULL_RUN=1 ava",
"dev": "cd previews && npm i && npm run storybook",
Expand All @@ -21,7 +19,7 @@
"@tscircuit/soup-util": "^0.0.11",
"@types/node": "^20.12.13",
"ava": "^6.1.3",
"circuit-to-svg": "^0.0.13",
"circuit-to-svg": "^0.0.28",
"esbuild": "^0.21.4",
"esbuild-register": "^3.5.0",
"tsup": "^8.0.2",
Expand Down
15 changes: 10 additions & 5 deletions tests/output/bga footprint.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 10 additions & 5 deletions tests/output/bga64_w10_h10_grid8x8_p1.27mm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 10 additions & 5 deletions tests/output/bga7_w8_h8_grid3x3_p1_missing(center,B1).svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 10 additions & 5 deletions tests/output/cap footprint.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 10 additions & 5 deletions tests/output/cap_imperial0402.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 10 additions & 5 deletions tests/output/dfn8_w5.3mm_p1.27mm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 10 additions & 5 deletions tests/output/diode0402.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ca78ede

Please sign in to comment.