Skip to content

Releases: Stahldavid/deplens

@deplens/mcp@0.3.5

09 Jun 10:17

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @deplens/core@0.2.5

@deplens/mcp@0.3.4

09 Jun 10:03

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @deplens/core@0.2.4

@deplens/core@0.2.5

09 Jun 10:17

Choose a tag to compare

Patch Changes

  • Repair semantic diff symbol analysis for packages that expose declarations through conditional exports, include symbol changes in JSON changes/changeCount, and add runtime symbol coverage for simple packages.

    Also add deplens --version, JSON output for deplens cache stats --json, document cache commands in help, and warn when CDN remote cache lacks enough files for type analysis.

@deplens/core@0.2.4

09 Jun 10:03

Choose a tag to compare

Patch Changes

  • Add a canonical multi-facet symbols[] JSON layer that correlates runtime exports, type declarations, and JSDoc while preserving the legacy exports and types fields.

    Also expose conditional export/type resolution traces, add deplens doctor for agent-friendly package resolution diagnostics, include symbol-based semantic diff metadata, add focused --docs-for/--examples-for ranking, link symbols[] to source analysis when --analyze-source is enabled, and improve remote cache reproducibility with --offline, cache pin, and cache integrity metadata.

@deplens/cli@0.2.5

09 Jun 10:17

Choose a tag to compare

Patch Changes

  • Repair semantic diff symbol analysis for packages that expose declarations through conditional exports, include symbol changes in JSON changes/changeCount, and add runtime symbol coverage for simple packages.

    Also add deplens --version, JSON output for deplens cache stats --json, document cache commands in help, and warn when CDN remote cache lacks enough files for type analysis.

  • Updated dependencies []:

    • @deplens/core@0.2.5

@deplens/cli@0.2.4

09 Jun 10:03

Choose a tag to compare

Patch Changes

  • Add a canonical multi-facet symbols[] JSON layer that correlates runtime exports, type declarations, and JSDoc while preserving the legacy exports and types fields.

    Also expose conditional export/type resolution traces, add deplens doctor for agent-friendly package resolution diagnostics, include symbol-based semantic diff metadata, add focused --docs-for/--examples-for ranking, link symbols[] to source analysis when --analyze-source is enabled, and improve remote cache reproducibility with --offline, cache pin, and cache integrity metadata.

  • Updated dependencies []:

    • @deplens/core@0.2.4

@deplens/mcp@0.3.3

08 Jun 16:57

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @deplens/core@0.2.3

@deplens/mcp@0.3.2

08 Jun 16:25

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @deplens/core@0.2.2

@deplens/mcp@0.3.1

08 Jun 16:16

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @deplens/core@0.2.1

@deplens/core@0.2.3

08 Jun 16:57

Choose a tag to compare

Patch Changes

  • Fix subpath type resolution for package self re-exports and prioritize implementation files over barrel entrypoints during source analysis.