@ncukondo/reference-manager 0.23.2 → 0.24.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 (45) hide show
  1. package/dist/chunks/{format-Bp26FG4I.js → SearchableMultiSelect-BigM9xv_.js} +122 -35
  2. package/dist/chunks/SearchableMultiSelect-BigM9xv_.js.map +1 -0
  3. package/dist/chunks/{action-menu-t3Dz4j_h.js → action-menu-ByDpq-KF.js} +3 -3
  4. package/dist/chunks/{action-menu-t3Dz4j_h.js.map → action-menu-ByDpq-KF.js.map} +1 -1
  5. package/dist/chunks/{file-watcher-Dyns9dxx.js → file-watcher-Dlx0PolG.js} +2 -1
  6. package/dist/chunks/file-watcher-Dlx0PolG.js.map +1 -0
  7. package/dist/chunks/{index-DAoyCWtW.js → index-CKY11DzK.js} +4 -88
  8. package/dist/chunks/index-CKY11DzK.js.map +1 -0
  9. package/dist/chunks/{index-DUFYNR2K.js → index-ChvsE9WF.js} +39 -39
  10. package/dist/chunks/index-ChvsE9WF.js.map +1 -0
  11. package/dist/chunks/{index-BxREZKXb.js → index-DVsuPpMS.js} +3 -3
  12. package/dist/chunks/index-DVsuPpMS.js.map +1 -0
  13. package/dist/chunks/{index-7R-uEYOu.js → index-DWAtvFtp.js} +3 -3
  14. package/dist/chunks/{index-7R-uEYOu.js.map → index-DWAtvFtp.js.map} +1 -1
  15. package/dist/chunks/{loader-CzviN_sy.js → loader-CV71qNY2.js} +5 -3
  16. package/dist/chunks/loader-CV71qNY2.js.map +1 -0
  17. package/dist/chunks/{reference-select-QtclFeCr.js → reference-select-CrOVXP7v.js} +4 -77
  18. package/dist/chunks/reference-select-CrOVXP7v.js.map +1 -0
  19. package/dist/chunks/{style-select-CorMfmfN.js → style-select-BVP0KQz4.js} +3 -3
  20. package/dist/chunks/{style-select-CorMfmfN.js.map → style-select-BVP0KQz4.js.map} +1 -1
  21. package/dist/cli.js +2 -2
  22. package/dist/config/schema.d.ts +2 -0
  23. package/dist/config/schema.d.ts.map +1 -1
  24. package/dist/core/csl-json/types.d.ts +2 -0
  25. package/dist/core/csl-json/types.d.ts.map +1 -1
  26. package/dist/features/format/resource-indicators.d.ts +1 -1
  27. package/dist/features/interactive/apps/runCiteFlow.d.ts.map +1 -1
  28. package/dist/features/interactive/apps/runSearchFlow.d.ts +0 -5
  29. package/dist/features/interactive/apps/runSearchFlow.d.ts.map +1 -1
  30. package/dist/features/interactive/choice-builder.d.ts +22 -0
  31. package/dist/features/interactive/choice-builder.d.ts.map +1 -0
  32. package/dist/features/interactive/format.d.ts +0 -7
  33. package/dist/features/interactive/format.d.ts.map +1 -1
  34. package/dist/features/interactive/search-prompt.d.ts +0 -12
  35. package/dist/features/interactive/search-prompt.d.ts.map +1 -1
  36. package/dist/index.js +3 -3
  37. package/dist/server.js +2 -2
  38. package/package.json +1 -1
  39. package/dist/chunks/file-watcher-Dyns9dxx.js.map +0 -1
  40. package/dist/chunks/format-Bp26FG4I.js.map +0 -1
  41. package/dist/chunks/index-BxREZKXb.js.map +0 -1
  42. package/dist/chunks/index-DAoyCWtW.js.map +0 -1
  43. package/dist/chunks/index-DUFYNR2K.js.map +0 -1
  44. package/dist/chunks/loader-CzviN_sy.js.map +0 -1
  45. package/dist/chunks/reference-select-QtclFeCr.js.map +0 -1
@@ -1,5 +1,5 @@
1
- import { a } from "./index-7R-uEYOu.js";
2
- import { d, g, l, o, s } from "./index-DUFYNR2K.js";
1
+ import { a } from "./index-DWAtvFtp.js";
2
+ import { d, g, l, o, s } from "./index-ChvsE9WF.js";
3
3
  export {
4
4
  a as addAttachment,
5
5
  d as detachAttachment,
@@ -8,4 +8,4 @@ export {
8
8
  o as openAttachment,
9
9
  s as syncAttachments
10
10
  };
11
- //# sourceMappingURL=index-BxREZKXb.js.map
11
+ //# sourceMappingURL=index-DVsuPpMS.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-DVsuPpMS.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
@@ -1,5 +1,5 @@
1
1
  import { Hono } from "hono";
2
- import { h as CslItemSchema, g as detectDuplicate, m as generateId, a as sortOrderSchema, b as sortFieldSchema, p as pickDefined, t as tokenize, s as search$1, f as sortResults, y as searchSortFieldSchema, L as Library, F as FileWatcher } from "./file-watcher-Dyns9dxx.js";
2
+ import { h as CslItemSchema, g as detectDuplicate, m as generateId, a as sortOrderSchema, b as sortFieldSchema, p as pickDefined, t as tokenize, s as search$1, f as sortResults, y as searchSortFieldSchema, L as Library, F as FileWatcher } from "./file-watcher-Dlx0PolG.js";
3
3
  import * as fs from "node:fs";
4
4
  import { mkdtempSync, writeFileSync, existsSync, readFileSync } from "node:fs";
5
5
  import { Cite, plugins } from "@citation-js/core";
@@ -10517,7 +10517,7 @@ function extractYear(item) {
10517
10517
  }
10518
10518
  function getJournalAbbrev(item) {
10519
10519
  const containerTitleShort = item["container-title-short"];
10520
- if (typeof containerTitleShort === "string") {
10520
+ if (containerTitleShort) {
10521
10521
  return containerTitleShort;
10522
10522
  }
10523
10523
  return item["container-title"] || "";
@@ -12564,4 +12564,4 @@ export {
12564
12564
  cite as y,
12565
12565
  list as z
12566
12566
  };
12567
- //# sourceMappingURL=index-7R-uEYOu.js.map
12567
+ //# sourceMappingURL=index-DWAtvFtp.js.map