circuit-json 0.0.75 → 0.0.77

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.
package/README.md CHANGED
@@ -2,13 +2,13 @@
2
2
 
3
3
  [tscircuit](https://github.com/tscircuit/tscircuit) · [Soup Specification Docs](https://docs.tscircuit.com/api-reference/advanced/soup)
4
4
 
5
- [![npm version](https://badge.fury.io/js/%40tscircuit%2Fsoup.svg)](https://badge.fury.io/js/%40tscircuit%2Fsoup)
5
+ [![npm version](https://badge.fury.io/js/circuit-json.svg)](https://badge.fury.io/js/circuit-json)
6
6
 
7
7
  Circuit JSON (formally “tscircuit soup”) is the name of the compiled intermediary low-level JSON circuit representation. It contains all the information needed to visually represent a schematic, PCB, produce Gerber files, produce bill of materials, run SPICE simulations, view warnings and more. It is designed to easily interoperate with a SQL database.
8
8
 
9
9
  This module has the zod definitions and conversion functions for using tscircuit soup.
10
10
 
11
- > [!INFO]
11
+ > [!NOTE]
12
12
  > This is mostly an internal module, you probably want to use the [main tscircuit library](https://github.com/tscircuit/tscircuit) instead.
13
13
 
14
14
  ```ts