Hi maintainers,
When running npm outdated, the package shows:
vuedraggable 4.1.0 β Latest: 2.24.3
This is confusing because v4.x is the Vue 3 compatible version and the one actually used in modern projects.
It seems the npm dist-tag "latest" still points to v2.x while v4.x is the current stable for Vue 3.
This causes:
- misleading upgrade information
- confusion in dependency tools
- incorrect interpretation of "latest"
Suggestion:
- Update npm dist-tag "latest" to v4.x OR
- Clearly document in README that v2 = latest tag, v4 = Vue 3 branch
Thanks for your work π
Hi maintainers,
When running
npm outdated, the package shows:vuedraggable 4.1.0 β Latest: 2.24.3
This is confusing because v4.x is the Vue 3 compatible version and the one actually used in modern projects.
It seems the npm dist-tag "latest" still points to v2.x while v4.x is the current stable for Vue 3.
This causes:
Suggestion:
Thanks for your work π