circuit-json 0.0.111 → 0.0.112

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 +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,6 +28,9 @@ and is the primary way that Circuit JSON is defined and maintained.
28
28
  - Generate [PCB and Schematic SVGs](https://github.com/tscircuit/circuit-to-svg)
29
29
  - Generate [Bill of Materials](https://github.com/tscircuit/circuit-json-to-bom)
30
30
  - Generate [SPICE netlists and simulations](https://github.com/tscircuit/circuit-json-to-spice)
31
+ - Display [PCBs on the web](https://github.com/tscircuit/pcb-viewer)
32
+ - Display [Schematics on the web](https://github.com/tscircuit/schematic-viewer)
33
+ - Display [3d models of electronics on the web](https://github.com/tscircuit/3d-viewer)
31
34
 
32
35
  ## Table of Contents
33
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "circuit-json",
3
- "version": "0.0.111",
3
+ "version": "0.0.112",
4
4
  "description": "Definitions for the tscircuit intermediary JSON format",
5
5
  "main": "dist/index.mjs",
6
6
  "files": [