circuit-json 0.0.160 → 0.0.162

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 (3) hide show
  1. package/README.md +13 -2
  2. package/dist/index.d.mts +5923 -5921
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -87,8 +87,19 @@ and is the primary way that Circuit JSON is defined and maintained.
87
87
  - [PcbTrace](#pcbtrace)
88
88
  - [PcbTraceError](#pcbtraceerror)
89
89
  - [PcbTraceHint](#pcbtracehint)
90
- - [Schematic Elements](#schematic-elements) - [SchematicBox](#schematicbox) - [SchematicComponent](#schematiccomponent) - [SchematicError](#schematicerror) - [SchematicLine](#schematicline) - [SchematicManualEditConflictWarning](#schematicmanualeditconflictwarning) - [SchematicPath](#schematicpath) - [SchematicPort](#schematicport) - [SchematicText](#schematictext) - [SchematicTrace](#schematictrace) - [SchematicVoltageProbe](#schematicvoltageprobe)
91
- <!-- toc:end -->
90
+ - [Schematic Elements](#schematic-elements)
91
+ - [SchematicBox](#schematicbox)
92
+ - [SchematicComponent](#schematiccomponent)
93
+ - [SchematicError](#schematicerror)
94
+ - [SchematicLine](#schematicline)
95
+ - [SchematicManualEditConflictWarning](#schematicmanualeditconflictwarning)
96
+ - [SchematicPath](#schematicpath)
97
+ - [SchematicPort](#schematicport)
98
+ - [SchematicText](#schematictext)
99
+ - [SchematicTrace](#schematictrace)
100
+ - [SchematicVoltageProbe](#schematicvoltageprobe)
101
+
102
+ <!-- toc:end -->
92
103
 
93
104
  ## Typescript Usage
94
105