Skip to content

Conversation

@Mara-Li
Copy link

@Mara-Li Mara-Li commented Apr 28, 2025

This pull request includes several changes aimed at improving module import paths, updating the beta release process, and incrementing the version number for the Dataview plugin. Below is a summary of the most important changes grouped by theme:

Module Import Path Updates:

  • Updated relative import paths in multiple files across the src directory to use ../ instead of absolute paths. This change improves maintainability and compatibility with certain build tools. Examples include src/api/data-array.ts, src/api/plugin-api.ts, and src/data-import/common.ts. [1] [2] [3]
  • Also add export for Values
  • Remove type for instance of comparaison

Close #2080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: Broken API (0.5.58 → 0.5.64) : ERROR TS2307 - Cannot find module 'xxx' or its corresponding type declarations

1 participant