@ncukondo/reference-manager 0.16.1 → 0.17.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 (83) hide show
  1. package/dist/chunks/{file-watcher-B_WpVHSV.js → file-watcher-CrsNHUpz.js} +81 -29
  2. package/dist/chunks/file-watcher-CrsNHUpz.js.map +1 -0
  3. package/dist/chunks/{format-BPeCbpFG.js → format-CduFas9k.js} +16 -6
  4. package/dist/chunks/format-CduFas9k.js.map +1 -0
  5. package/dist/chunks/{index-DHgeuWGP.js → index-B4gr0P83.js} +16 -20
  6. package/dist/chunks/{index-DHgeuWGP.js.map → index-B4gr0P83.js.map} +1 -1
  7. package/dist/chunks/{index-7bmkSgzh.js → index-CfuE2EuX.js} +6 -80
  8. package/dist/chunks/index-CfuE2EuX.js.map +1 -0
  9. package/dist/chunks/{index-Ddq16wFm.js → index-CqrsgD_G.js} +1026 -177
  10. package/dist/chunks/index-CqrsgD_G.js.map +1 -0
  11. package/dist/chunks/{index-BzHJQ7Or.js → index-D_UafVdu.js} +2 -2
  12. package/dist/chunks/index-D_UafVdu.js.map +1 -0
  13. package/dist/chunks/{loader-DuhmXjiI.js → loader-BN5sS7lg.js} +2 -2
  14. package/dist/chunks/{loader-DuhmXjiI.js.map → loader-BN5sS7lg.js.map} +1 -1
  15. package/dist/chunks/{reference-select-Cs3hsy-1.js → reference-select-DbnF3oWs.js} +4 -16
  16. package/dist/chunks/reference-select-DbnF3oWs.js.map +1 -0
  17. package/dist/chunks/{style-select-tmKOHx_B.js → style-select-CbV5k3AV.js} +3 -3
  18. package/dist/chunks/{style-select-tmKOHx_B.js.map → style-select-CbV5k3AV.js.map} +1 -1
  19. package/dist/cli/commands/edit.d.ts +24 -3
  20. package/dist/cli/commands/edit.d.ts.map +1 -1
  21. package/dist/cli/commands/update.d.ts +1 -1
  22. package/dist/cli/commands/update.d.ts.map +1 -1
  23. package/dist/cli.js +2 -2
  24. package/dist/core/csl-json/types.d.ts +0 -12
  25. package/dist/core/csl-json/types.d.ts.map +1 -1
  26. package/dist/core/library-interface.d.ts +14 -2
  27. package/dist/core/library-interface.d.ts.map +1 -1
  28. package/dist/core/library.d.ts +10 -1
  29. package/dist/core/library.d.ts.map +1 -1
  30. package/dist/features/edit/edit-session.d.ts +4 -0
  31. package/dist/features/edit/edit-session.d.ts.map +1 -1
  32. package/dist/features/edit/edit-validator.d.ts +19 -0
  33. package/dist/features/edit/edit-validator.d.ts.map +1 -0
  34. package/dist/features/edit/field-transformer.d.ts +4 -0
  35. package/dist/features/edit/field-transformer.d.ts.map +1 -1
  36. package/dist/features/edit/index.d.ts +2 -1
  37. package/dist/features/edit/index.d.ts.map +1 -1
  38. package/dist/features/edit/json-serializer.d.ts +9 -0
  39. package/dist/features/edit/json-serializer.d.ts.map +1 -1
  40. package/dist/features/edit/validation-prompt.d.ts +17 -0
  41. package/dist/features/edit/validation-prompt.d.ts.map +1 -0
  42. package/dist/features/edit/yaml-serializer.d.ts +10 -0
  43. package/dist/features/edit/yaml-serializer.d.ts.map +1 -1
  44. package/dist/features/fulltext/index.d.ts +0 -1
  45. package/dist/features/fulltext/index.d.ts.map +1 -1
  46. package/dist/features/interactive/apps/runCiteFlow.d.ts +1 -1
  47. package/dist/features/interactive/apps/runCiteFlow.d.ts.map +1 -1
  48. package/dist/features/interactive/apps/runSearchFlow.d.ts.map +1 -1
  49. package/dist/features/interactive/components/SearchableMultiSelect.d.ts.map +1 -1
  50. package/dist/features/interactive/components/index.d.ts +1 -0
  51. package/dist/features/interactive/components/index.d.ts.map +1 -1
  52. package/dist/features/interactive/components/layout.d.ts +23 -0
  53. package/dist/features/interactive/components/layout.d.ts.map +1 -0
  54. package/dist/features/interactive/search-prompt.d.ts +2 -15
  55. package/dist/features/interactive/search-prompt.d.ts.map +1 -1
  56. package/dist/features/operations/change-details.d.ts +27 -0
  57. package/dist/features/operations/change-details.d.ts.map +1 -0
  58. package/dist/features/operations/json-output.d.ts +2 -0
  59. package/dist/features/operations/json-output.d.ts.map +1 -1
  60. package/dist/features/operations/remove.d.ts +0 -1
  61. package/dist/features/operations/remove.d.ts.map +1 -1
  62. package/dist/features/operations/update.d.ts +4 -2
  63. package/dist/features/operations/update.d.ts.map +1 -1
  64. package/dist/index.js +16 -15
  65. package/dist/index.js.map +1 -1
  66. package/dist/server.js +2 -2
  67. package/dist/utils/index.d.ts +1 -1
  68. package/dist/utils/index.d.ts.map +1 -1
  69. package/dist/utils/object.d.ts +5 -0
  70. package/dist/utils/object.d.ts.map +1 -1
  71. package/package.json +1 -1
  72. package/dist/chunks/alternate-screen-DcxkOKfW.js +0 -19
  73. package/dist/chunks/alternate-screen-DcxkOKfW.js.map +0 -1
  74. package/dist/chunks/file-watcher-B_WpVHSV.js.map +0 -1
  75. package/dist/chunks/format-BPeCbpFG.js.map +0 -1
  76. package/dist/chunks/index-7bmkSgzh.js.map +0 -1
  77. package/dist/chunks/index-BzHJQ7Or.js.map +0 -1
  78. package/dist/chunks/index-Ddq16wFm.js.map +0 -1
  79. package/dist/chunks/jsx-runtime-Q5cUjSur.js +0 -322
  80. package/dist/chunks/jsx-runtime-Q5cUjSur.js.map +0 -1
  81. package/dist/chunks/reference-select-Cs3hsy-1.js.map +0 -1
  82. package/dist/features/fulltext/manager.d.ts +0 -109
  83. package/dist/features/fulltext/manager.d.ts.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.