@modular-circuit/perc 0.2.3 → 0.2.4

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/dist/index.mjs +2 -2
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -1579,12 +1579,12 @@ import {
1579
1579
  block_is_associated_with_concrete_module
1580
1580
  } from "@modular-circuit/ir";
1581
1581
  import {
1582
+ KiCadSchematicFileExtension,
1582
1583
  deep_copy,
1583
1584
  fmt_module_name,
1584
1585
  gen_uuid,
1585
1586
  get_circuit_ports,
1586
- get_port_labels,
1587
- KiCadSchematicFileExtension
1587
+ get_port_labels
1588
1588
  } from "@modular-circuit/utils";
1589
1589
  var IR_GRAPH_CONVERTER = class {
1590
1590
  constructor(circuits) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modular-circuit/perc",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Programmable Electronic Circuit Check",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "zod": "^4.3.6",
30
- "@modular-circuit/electronics-model": "0.2.2",
30
+ "@modular-circuit/electronics-model": "0.2.3",
31
31
  "@modular-circuit/ir": "0.2.1",
32
32
  "@modular-circuit/utils": "0.2.1"
33
33
  },