@ncukondo/reference-manager 0.14.0 → 0.15.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 (125) hide show
  1. package/README.md +157 -13
  2. package/bin/reference-manager.js +0 -0
  3. package/dist/chunks/{action-menu-DNlpGiwS.js → action-menu-DvwR6nMj.js} +3 -3
  4. package/dist/chunks/{action-menu-DNlpGiwS.js.map → action-menu-DvwR6nMj.js.map} +1 -1
  5. package/dist/chunks/{file-watcher-D2Y-SlcE.js → file-watcher-B_WpVHSV.js} +18 -18
  6. package/dist/chunks/{file-watcher-D2Y-SlcE.js.map → file-watcher-B_WpVHSV.js.map} +1 -1
  7. package/dist/chunks/index-B_WCu-ZQ.js +10 -0
  8. package/dist/chunks/index-B_WCu-ZQ.js.map +1 -0
  9. package/dist/chunks/{index-UpzsmbyY.js → index-Bv5IgsL-.js} +2453 -497
  10. package/dist/chunks/index-Bv5IgsL-.js.map +1 -0
  11. package/dist/chunks/{index-4KSTJ3rp.js → index-DHgeuWGP.js} +122 -41
  12. package/dist/chunks/index-DHgeuWGP.js.map +1 -0
  13. package/dist/chunks/{loader-C1EpnyPm.js → loader-4FFB4igw.js} +66 -27
  14. package/dist/chunks/loader-4FFB4igw.js.map +1 -0
  15. package/dist/chunks/{reference-select-DSVwE9iu.js → reference-select-B9w9CLa1.js} +3 -3
  16. package/dist/chunks/{reference-select-DSVwE9iu.js.map → reference-select-B9w9CLa1.js.map} +1 -1
  17. package/dist/chunks/{style-select-CHjDTyq2.js → style-select-BNQHC79W.js} +2 -2
  18. package/dist/chunks/{style-select-CHjDTyq2.js.map → style-select-BNQHC79W.js.map} +1 -1
  19. package/dist/chunks/{tty-CDBIQraQ.js → tty-BMyaEOhX.js} +2 -2
  20. package/dist/chunks/tty-BMyaEOhX.js.map +1 -0
  21. package/dist/cli/commands/attach.d.ts +204 -0
  22. package/dist/cli/commands/attach.d.ts.map +1 -0
  23. package/dist/cli/commands/cite.d.ts +1 -1
  24. package/dist/cli/commands/config.d.ts +9 -0
  25. package/dist/cli/commands/config.d.ts.map +1 -0
  26. package/dist/cli/commands/export.d.ts +1 -1
  27. package/dist/cli/commands/fulltext.d.ts +2 -2
  28. package/dist/cli/commands/fulltext.d.ts.map +1 -1
  29. package/dist/cli/commands/list.d.ts +2 -1
  30. package/dist/cli/commands/list.d.ts.map +1 -1
  31. package/dist/cli/commands/search.d.ts +3 -2
  32. package/dist/cli/commands/search.d.ts.map +1 -1
  33. package/dist/cli/completion.d.ts +8 -0
  34. package/dist/cli/completion.d.ts.map +1 -1
  35. package/dist/cli/index.d.ts.map +1 -1
  36. package/dist/cli/server-client.d.ts +37 -1
  37. package/dist/cli/server-client.d.ts.map +1 -1
  38. package/dist/cli.js +2 -2
  39. package/dist/config/defaults.d.ts +7 -1
  40. package/dist/config/defaults.d.ts.map +1 -1
  41. package/dist/config/env-override.d.ts +36 -0
  42. package/dist/config/env-override.d.ts.map +1 -0
  43. package/dist/config/key-parser.d.ts +46 -0
  44. package/dist/config/key-parser.d.ts.map +1 -0
  45. package/dist/config/loader.d.ts.map +1 -1
  46. package/dist/config/schema.d.ts +22 -8
  47. package/dist/config/schema.d.ts.map +1 -1
  48. package/dist/config/toml-writer.d.ts +25 -0
  49. package/dist/config/toml-writer.d.ts.map +1 -0
  50. package/dist/config/value-validator.d.ts +21 -0
  51. package/dist/config/value-validator.d.ts.map +1 -0
  52. package/dist/features/attachments/directory-manager.d.ts +40 -0
  53. package/dist/features/attachments/directory-manager.d.ts.map +1 -0
  54. package/dist/features/attachments/directory.d.ts +36 -0
  55. package/dist/features/attachments/directory.d.ts.map +1 -0
  56. package/dist/features/attachments/filename.d.ts +30 -0
  57. package/dist/features/attachments/filename.d.ts.map +1 -0
  58. package/dist/features/attachments/types.d.ts +38 -0
  59. package/dist/features/attachments/types.d.ts.map +1 -0
  60. package/dist/features/config/edit.d.ts +38 -0
  61. package/dist/features/config/edit.d.ts.map +1 -0
  62. package/dist/features/config/get.d.ts +35 -0
  63. package/dist/features/config/get.d.ts.map +1 -0
  64. package/dist/features/config/list-keys.d.ts +16 -0
  65. package/dist/features/config/list-keys.d.ts.map +1 -0
  66. package/dist/features/config/path.d.ts +29 -0
  67. package/dist/features/config/path.d.ts.map +1 -0
  68. package/dist/features/config/set.d.ts +27 -0
  69. package/dist/features/config/set.d.ts.map +1 -0
  70. package/dist/features/config/show.d.ts +20 -0
  71. package/dist/features/config/show.d.ts.map +1 -0
  72. package/dist/features/config/unset.d.ts +17 -0
  73. package/dist/features/config/unset.d.ts.map +1 -0
  74. package/dist/features/config/write-target.d.ts +30 -0
  75. package/dist/features/config/write-target.d.ts.map +1 -0
  76. package/dist/features/fulltext/manager.d.ts +1 -1
  77. package/dist/features/fulltext/manager.d.ts.map +1 -1
  78. package/dist/features/import/importer.d.ts.map +1 -1
  79. package/dist/features/interactive/tty.d.ts +2 -2
  80. package/dist/features/operations/attachments/add.d.ts +42 -0
  81. package/dist/features/operations/attachments/add.d.ts.map +1 -0
  82. package/dist/features/operations/attachments/detach.d.ts +38 -0
  83. package/dist/features/operations/attachments/detach.d.ts.map +1 -0
  84. package/dist/features/operations/attachments/get.d.ts +35 -0
  85. package/dist/features/operations/attachments/get.d.ts.map +1 -0
  86. package/dist/features/operations/attachments/index.d.ts +16 -0
  87. package/dist/features/operations/attachments/index.d.ts.map +1 -0
  88. package/dist/features/operations/attachments/list.d.ts +32 -0
  89. package/dist/features/operations/attachments/list.d.ts.map +1 -0
  90. package/dist/features/operations/attachments/open.d.ts +39 -0
  91. package/dist/features/operations/attachments/open.d.ts.map +1 -0
  92. package/dist/features/operations/attachments/sync.d.ts +50 -0
  93. package/dist/features/operations/attachments/sync.d.ts.map +1 -0
  94. package/dist/features/operations/fulltext/attach.d.ts +8 -2
  95. package/dist/features/operations/fulltext/attach.d.ts.map +1 -1
  96. package/dist/features/operations/fulltext/detach.d.ts +9 -3
  97. package/dist/features/operations/fulltext/detach.d.ts.map +1 -1
  98. package/dist/features/operations/fulltext/get.d.ts +8 -2
  99. package/dist/features/operations/fulltext/get.d.ts.map +1 -1
  100. package/dist/features/operations/fulltext/open.d.ts +8 -2
  101. package/dist/features/operations/fulltext/open.d.ts.map +1 -1
  102. package/dist/features/operations/fulltext-adapter/fulltext-adapter.d.ts +39 -0
  103. package/dist/features/operations/fulltext-adapter/fulltext-adapter.d.ts.map +1 -0
  104. package/dist/features/operations/fulltext-adapter/index.d.ts +7 -0
  105. package/dist/features/operations/fulltext-adapter/index.d.ts.map +1 -0
  106. package/dist/features/operations/index.d.ts +1 -0
  107. package/dist/features/operations/index.d.ts.map +1 -1
  108. package/dist/features/operations/library-operations.d.ts +43 -0
  109. package/dist/features/operations/library-operations.d.ts.map +1 -1
  110. package/dist/features/operations/operations-library.d.ts +7 -0
  111. package/dist/features/operations/operations-library.d.ts.map +1 -1
  112. package/dist/features/operations/remove.d.ts +1 -0
  113. package/dist/features/operations/remove.d.ts.map +1 -1
  114. package/dist/index.js +15 -15
  115. package/dist/index.js.map +1 -1
  116. package/dist/server.js +3 -3
  117. package/dist/utils/opener.d.ts +6 -1
  118. package/dist/utils/opener.d.ts.map +1 -1
  119. package/dist/utils/path.d.ts +28 -0
  120. package/dist/utils/path.d.ts.map +1 -0
  121. package/package.json +2 -1
  122. package/dist/chunks/index-4KSTJ3rp.js.map +0 -1
  123. package/dist/chunks/index-UpzsmbyY.js.map +0 -1
  124. package/dist/chunks/loader-C1EpnyPm.js.map +0 -1
  125. package/dist/chunks/tty-CDBIQraQ.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.