@ncukondo/reference-manager 0.5.2 → 0.6.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 (111) hide show
  1. package/README.md +63 -1
  2. package/dist/chunks/{file-watcher-Dqkw6R7-.js → file-watcher-Cwfnnw92.js} +161 -28
  3. package/dist/chunks/file-watcher-Cwfnnw92.js.map +1 -0
  4. package/dist/chunks/index-CQO8hLYm.js +1788 -0
  5. package/dist/chunks/index-CQO8hLYm.js.map +1 -0
  6. package/dist/chunks/{loader-DuzyKV70.js → loader-B_ZLxCQW.js} +97 -26
  7. package/dist/chunks/loader-B_ZLxCQW.js.map +1 -0
  8. package/dist/cli/commands/fulltext.d.ts +4 -3
  9. package/dist/cli/commands/fulltext.d.ts.map +1 -1
  10. package/dist/cli/commands/list.d.ts +7 -1
  11. package/dist/cli/commands/list.d.ts.map +1 -1
  12. package/dist/cli/commands/remove.d.ts +2 -1
  13. package/dist/cli/commands/remove.d.ts.map +1 -1
  14. package/dist/cli/commands/search.d.ts +7 -1
  15. package/dist/cli/commands/search.d.ts.map +1 -1
  16. package/dist/cli/commands/update.d.ts +2 -1
  17. package/dist/cli/commands/update.d.ts.map +1 -1
  18. package/dist/cli/completion.d.ts +65 -0
  19. package/dist/cli/completion.d.ts.map +1 -0
  20. package/dist/cli/index.d.ts.map +1 -1
  21. package/dist/cli/server-client.d.ts +5 -4
  22. package/dist/cli/server-client.d.ts.map +1 -1
  23. package/dist/cli.js +522 -153
  24. package/dist/cli.js.map +1 -1
  25. package/dist/config/defaults.d.ts.map +1 -1
  26. package/dist/config/loader.d.ts.map +1 -1
  27. package/dist/config/schema.d.ts +74 -0
  28. package/dist/config/schema.d.ts.map +1 -1
  29. package/dist/core/library-interface.d.ts +22 -4
  30. package/dist/core/library-interface.d.ts.map +1 -1
  31. package/dist/core/library.d.ts +2 -10
  32. package/dist/core/library.d.ts.map +1 -1
  33. package/dist/core/reference.d.ts +1 -0
  34. package/dist/core/reference.d.ts.map +1 -1
  35. package/dist/features/duplicate/detector.d.ts.map +1 -1
  36. package/dist/features/duplicate/types.d.ts +2 -1
  37. package/dist/features/duplicate/types.d.ts.map +1 -1
  38. package/dist/features/import/cache.d.ts +8 -0
  39. package/dist/features/import/cache.d.ts.map +1 -1
  40. package/dist/features/import/detector.d.ts +11 -3
  41. package/dist/features/import/detector.d.ts.map +1 -1
  42. package/dist/features/import/fetcher.d.ts +8 -0
  43. package/dist/features/import/fetcher.d.ts.map +1 -1
  44. package/dist/features/import/importer.d.ts.map +1 -1
  45. package/dist/features/import/normalizer.d.ts +13 -0
  46. package/dist/features/import/normalizer.d.ts.map +1 -1
  47. package/dist/features/import/rate-limiter.d.ts +1 -1
  48. package/dist/features/import/rate-limiter.d.ts.map +1 -1
  49. package/dist/features/operations/cite.d.ts +3 -3
  50. package/dist/features/operations/cite.d.ts.map +1 -1
  51. package/dist/features/operations/fulltext/attach.d.ts +3 -3
  52. package/dist/features/operations/fulltext/attach.d.ts.map +1 -1
  53. package/dist/features/operations/fulltext/detach.d.ts +3 -3
  54. package/dist/features/operations/fulltext/detach.d.ts.map +1 -1
  55. package/dist/features/operations/fulltext/get.d.ts +3 -3
  56. package/dist/features/operations/fulltext/get.d.ts.map +1 -1
  57. package/dist/features/operations/list.d.ts +12 -3
  58. package/dist/features/operations/list.d.ts.map +1 -1
  59. package/dist/features/operations/remove.d.ts +3 -3
  60. package/dist/features/operations/remove.d.ts.map +1 -1
  61. package/dist/features/operations/search.d.ts +19 -3
  62. package/dist/features/operations/search.d.ts.map +1 -1
  63. package/dist/features/operations/update.d.ts +3 -3
  64. package/dist/features/operations/update.d.ts.map +1 -1
  65. package/dist/features/pagination/aliases.d.ts +14 -0
  66. package/dist/features/pagination/aliases.d.ts.map +1 -0
  67. package/dist/features/pagination/index.d.ts +8 -0
  68. package/dist/features/pagination/index.d.ts.map +1 -0
  69. package/dist/features/pagination/paginate.d.ts +20 -0
  70. package/dist/features/pagination/paginate.d.ts.map +1 -0
  71. package/dist/features/pagination/sorter.d.ts +16 -0
  72. package/dist/features/pagination/sorter.d.ts.map +1 -0
  73. package/dist/features/pagination/types.d.ts +74 -0
  74. package/dist/features/pagination/types.d.ts.map +1 -0
  75. package/dist/index.js +13 -12
  76. package/dist/index.js.map +1 -1
  77. package/dist/mcp/context.d.ts +4 -4
  78. package/dist/mcp/context.d.ts.map +1 -1
  79. package/dist/mcp/resources/index.d.ts +3 -3
  80. package/dist/mcp/resources/index.d.ts.map +1 -1
  81. package/dist/mcp/resources/library.d.ts +5 -5
  82. package/dist/mcp/resources/library.d.ts.map +1 -1
  83. package/dist/mcp/tools/add.d.ts +3 -3
  84. package/dist/mcp/tools/add.d.ts.map +1 -1
  85. package/dist/mcp/tools/cite.d.ts +3 -3
  86. package/dist/mcp/tools/cite.d.ts.map +1 -1
  87. package/dist/mcp/tools/fulltext.d.ts +7 -7
  88. package/dist/mcp/tools/fulltext.d.ts.map +1 -1
  89. package/dist/mcp/tools/index.d.ts +3 -3
  90. package/dist/mcp/tools/index.d.ts.map +1 -1
  91. package/dist/mcp/tools/list.d.ts +10 -3
  92. package/dist/mcp/tools/list.d.ts.map +1 -1
  93. package/dist/mcp/tools/remove.d.ts +3 -3
  94. package/dist/mcp/tools/remove.d.ts.map +1 -1
  95. package/dist/mcp/tools/search.d.ts +10 -3
  96. package/dist/mcp/tools/search.d.ts.map +1 -1
  97. package/dist/server/routes/list.d.ts +13 -0
  98. package/dist/server/routes/list.d.ts.map +1 -1
  99. package/dist/server/routes/references.d.ts.map +1 -1
  100. package/dist/server/routes/search.d.ts +14 -0
  101. package/dist/server/routes/search.d.ts.map +1 -1
  102. package/dist/server.js +4 -4
  103. package/dist/utils/index.d.ts +1 -0
  104. package/dist/utils/index.d.ts.map +1 -1
  105. package/dist/utils/object.d.ts +16 -0
  106. package/dist/utils/object.d.ts.map +1 -0
  107. package/package.json +4 -1
  108. package/dist/chunks/file-watcher-Dqkw6R7-.js.map +0 -1
  109. package/dist/chunks/index-D4Q13N-R.js +0 -29863
  110. package/dist/chunks/index-D4Q13N-R.js.map +0 -1
  111. package/dist/chunks/loader-DuzyKV70.js.map +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.