@ncukondo/reference-manager 0.24.0 → 0.25.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.
Files changed (76) hide show
  1. package/README.md +44 -1
  2. package/dist/chunks/{SearchableMultiSelect-BigM9xv_.js → SearchableMultiSelect-B7qEWPDT.js} +2 -2
  3. package/dist/chunks/{SearchableMultiSelect-BigM9xv_.js.map → SearchableMultiSelect-B7qEWPDT.js.map} +1 -1
  4. package/dist/chunks/{action-menu-ByDpq-KF.js → action-menu-DD0RtNVD.js} +3 -3
  5. package/dist/chunks/{action-menu-ByDpq-KF.js.map → action-menu-DD0RtNVD.js.map} +1 -1
  6. package/dist/chunks/checker-7pzK2XSC.js +92 -0
  7. package/dist/chunks/checker-7pzK2XSC.js.map +1 -0
  8. package/dist/chunks/crossref-client-DGNz4PNW.js +52 -0
  9. package/dist/chunks/crossref-client-DGNz4PNW.js.map +1 -0
  10. package/dist/chunks/fix-interaction-BpfMLRNY.js +203 -0
  11. package/dist/chunks/fix-interaction-BpfMLRNY.js.map +1 -0
  12. package/dist/chunks/{index-CKY11DzK.js → index-CYEise6v.js} +4 -4
  13. package/dist/chunks/{index-CKY11DzK.js.map → index-CYEise6v.js.map} +1 -1
  14. package/dist/chunks/{index-DWAtvFtp.js → index-D2HsxXnK.js} +203 -21
  15. package/dist/chunks/index-D2HsxXnK.js.map +1 -0
  16. package/dist/chunks/{index-DVsuPpMS.js → index-PQkbePWV.js} +3 -3
  17. package/dist/chunks/index-PQkbePWV.js.map +1 -0
  18. package/dist/chunks/{index-ChvsE9WF.js → index-QTYx5RaF.js} +315 -28
  19. package/dist/chunks/index-QTYx5RaF.js.map +1 -0
  20. package/dist/chunks/{loader-CV71qNY2.js → loader-B-fte1uv.js} +19 -8
  21. package/dist/chunks/loader-B-fte1uv.js.map +1 -0
  22. package/dist/chunks/pubmed-client-J18fg3fG.js +51 -0
  23. package/dist/chunks/pubmed-client-J18fg3fG.js.map +1 -0
  24. package/dist/chunks/{reference-select-CrOVXP7v.js → reference-select-Qpgt9cbN.js} +3 -3
  25. package/dist/chunks/{reference-select-CrOVXP7v.js.map → reference-select-Qpgt9cbN.js.map} +1 -1
  26. package/dist/chunks/{style-select-BVP0KQz4.js → style-select-mEMoWbM2.js} +3 -3
  27. package/dist/chunks/{style-select-BVP0KQz4.js.map → style-select-mEMoWbM2.js.map} +1 -1
  28. package/dist/cli/commands/check.d.ts +42 -0
  29. package/dist/cli/commands/check.d.ts.map +1 -0
  30. package/dist/cli/commands/index.d.ts +2 -0
  31. package/dist/cli/commands/index.d.ts.map +1 -1
  32. package/dist/cli/help/search-help.d.ts +6 -0
  33. package/dist/cli/help/search-help.d.ts.map +1 -0
  34. package/dist/cli/index.d.ts.map +1 -1
  35. package/dist/cli/server-client.d.ts +2 -1
  36. package/dist/cli/server-client.d.ts.map +1 -1
  37. package/dist/cli.js +1 -1
  38. package/dist/config/defaults.d.ts.map +1 -1
  39. package/dist/config/env-override.d.ts.map +1 -1
  40. package/dist/config/key-parser.d.ts.map +1 -1
  41. package/dist/config/loader.d.ts.map +1 -1
  42. package/dist/config/schema.d.ts +3 -0
  43. package/dist/config/schema.d.ts.map +1 -1
  44. package/dist/features/check/checker.d.ts +18 -0
  45. package/dist/features/check/checker.d.ts.map +1 -0
  46. package/dist/features/check/crossref-client.d.ts +24 -0
  47. package/dist/features/check/crossref-client.d.ts.map +1 -0
  48. package/dist/features/check/fix-actions.d.ts +16 -0
  49. package/dist/features/check/fix-actions.d.ts.map +1 -0
  50. package/dist/features/check/fix-interaction.d.ts +11 -0
  51. package/dist/features/check/fix-interaction.d.ts.map +1 -0
  52. package/dist/features/check/pubmed-client.d.ts +20 -0
  53. package/dist/features/check/pubmed-client.d.ts.map +1 -0
  54. package/dist/features/check/types.d.ts +23 -0
  55. package/dist/features/check/types.d.ts.map +1 -0
  56. package/dist/features/operations/check.d.ts +28 -0
  57. package/dist/features/operations/check.d.ts.map +1 -0
  58. package/dist/features/operations/index.d.ts +1 -0
  59. package/dist/features/operations/index.d.ts.map +1 -1
  60. package/dist/features/operations/library-operations.d.ts +8 -0
  61. package/dist/features/operations/library-operations.d.ts.map +1 -1
  62. package/dist/features/operations/operations-library.d.ts +2 -0
  63. package/dist/features/operations/operations-library.d.ts.map +1 -1
  64. package/dist/index.js +1 -1
  65. package/dist/mcp/tools/check.d.ts +10 -0
  66. package/dist/mcp/tools/check.d.ts.map +1 -0
  67. package/dist/mcp/tools/index.d.ts.map +1 -1
  68. package/dist/server/index.d.ts.map +1 -1
  69. package/dist/server/routes/check.d.ts +4 -0
  70. package/dist/server/routes/check.d.ts.map +1 -0
  71. package/dist/server.js +3 -3
  72. package/package.json +1 -1
  73. package/dist/chunks/index-ChvsE9WF.js.map +0 -1
  74. package/dist/chunks/index-DVsuPpMS.js.map +0 -1
  75. package/dist/chunks/index-DWAtvFtp.js.map +0 -1
  76. package/dist/chunks/loader-CV71qNY2.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-DVsuPpMS.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}