@jlcpcb/cli 0.3.1 → 0.4.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @jlcpcb/cli
2
2
 
3
+ ## 0.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Improve agent-facing CLI and MCP contracts.
8
+ - Add clean JSON output modes for CLI search, info, install, EasyEDA, library, and validation commands.
9
+ - Add direct non-interactive install flows with `--yes` while keeping `--force` scoped to reinstall behavior.
10
+ - Use discriminated component result IDs for LCSC and EasyEDA community parts.
11
+ - Return structured MCP errors and explicit partial-success statuses.
12
+ - Harden EasyEDA HTTP fallback execution and validate component IDs before URL construction.
13
+ - Avoid artifact writes during no-op installs when a symbol already exists.
14
+
15
+ ## 0.3.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Move bundled `@jlcpcb/core` workspace links out of runtime dependencies so npm can install published CLI and MCP packages.
20
+
3
21
  ## 0.3.1
4
22
 
5
23
  ### Patch Changes