@tscircuit/footprinter 0.0.33 → 0.0.34

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -69,3 +69,7 @@ footprinter could cause the defaults to change, which is why sloppy definitions
69
69
  are generally not desirable.
70
70
 
71
71
  Currently it's not possible to see if a given definition is sloppy.
72
+
73
+ An example of a sloppy definition is `bga64`. It's very underconstrained and
74
+ unlikely to be correct (what's the pitch? pad size?). tscircuit strict mode
75
+ or a linter will eventually error if it sees these.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/footprinter",
3
3
  "type": "module",
4
- "version": "0.0.33",
4
+ "version": "0.0.34",
5
5
  "description": "",
6
6
  "main": "dist/index.cjs",
7
7
  "files": [