@modular-circuit/ir 0.1.4 → 0.1.5

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/dist/index.d.mts CHANGED
@@ -772,7 +772,6 @@ interface IR_Wire extends IR_GraphItem, Connection {
772
772
 
773
773
  type IR_BLOCK_T = IR_Block | AbstractBlock;
774
774
  interface IR_Graph extends IR_GraphItem {
775
- name?: string;
776
775
  blocks?: IR_BLOCK_T[];
777
776
  wires?: IR_Wire[];
778
777
  gnd?: IR_GND[];
package/dist/index.d.ts CHANGED
@@ -772,7 +772,6 @@ interface IR_Wire extends IR_GraphItem, Connection {
772
772
 
773
773
  type IR_BLOCK_T = IR_Block | AbstractBlock;
774
774
  interface IR_Graph extends IR_GraphItem {
775
- name?: string;
776
775
  blocks?: IR_BLOCK_T[];
777
776
  wires?: IR_Wire[];
778
777
  gnd?: IR_GND[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modular-circuit/ir",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Intermediate representation of the modular circuit",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",