circuit-json 0.0.171 → 0.0.172

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,6 +20,8 @@ could then read the DSN file back to Circuit JSON.
20
20
  This module has the zod definitions and conversion functions for using circuit json,
21
21
  and is the primary way that Circuit JSON is defined and maintained.
22
22
 
23
+ https://github.com/user-attachments/assets/2f28b7ba-689e-4d80-85b2-5bdef84b41f8
24
+
23
25
  ## Things You Can Do With Circuit JSON
24
26
 
25
27
  - Generate [Gerber files](https://github.com/tscircuit/circuit-json-to-gerber)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "circuit-json",
3
- "version": "0.0.171",
3
+ "version": "0.0.172",
4
4
  "description": "Definitions for the tscircuit intermediary JSON format",
5
5
  "main": "dist/index.mjs",
6
6
  "files": [