@ncukondo/reference-manager 0.22.1 → 0.22.2

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 (25) hide show
  1. package/dist/chunks/{action-menu-ClSSUEjX.js → action-menu-R-QKMCZJ.js} +2 -2
  2. package/dist/chunks/{action-menu-ClSSUEjX.js.map → action-menu-R-QKMCZJ.js.map} +1 -1
  3. package/dist/chunks/{format-CYC6Rl90.js → format-uBMjeVAZ.js} +23 -8
  4. package/dist/chunks/format-uBMjeVAZ.js.map +1 -0
  5. package/dist/chunks/{index-CnHEIPI3.js → index-B7NyGOm6.js} +13 -6
  6. package/dist/chunks/index-B7NyGOm6.js.map +1 -0
  7. package/dist/chunks/{index-CGvYZvUG.js → index-CXZ_Trjb.js} +2 -2
  8. package/dist/chunks/index-CXZ_Trjb.js.map +1 -0
  9. package/dist/chunks/{index-Cgq2O9wm.js → index-DxjW_BKA.js} +18 -18
  10. package/dist/chunks/{index-Cgq2O9wm.js.map → index-DxjW_BKA.js.map} +1 -1
  11. package/dist/chunks/{reference-select-ChF-qXJq.js → reference-select-Cpq_Q4f6.js} +3 -3
  12. package/dist/chunks/{reference-select-ChF-qXJq.js.map → reference-select-Cpq_Q4f6.js.map} +1 -1
  13. package/dist/chunks/{style-select-DkbTfyrq.js → style-select-CQIqnmWS.js} +2 -2
  14. package/dist/chunks/{style-select-DkbTfyrq.js.map → style-select-CQIqnmWS.js.map} +1 -1
  15. package/dist/cli.js +1 -1
  16. package/dist/features/interactive/apps/SearchFlowApp.d.ts +3 -1
  17. package/dist/features/interactive/apps/SearchFlowApp.d.ts.map +1 -1
  18. package/dist/features/interactive/apps/runSearchFlow.d.ts +1 -1
  19. package/dist/features/interactive/apps/runSearchFlow.d.ts.map +1 -1
  20. package/dist/features/interactive/components/SearchableMultiSelect.d.ts +3 -1
  21. package/dist/features/interactive/components/SearchableMultiSelect.d.ts.map +1 -1
  22. package/package.json +1 -1
  23. package/dist/chunks/format-CYC6Rl90.js.map +0 -1
  24. package/dist/chunks/index-CGvYZvUG.js.map +0 -1
  25. package/dist/chunks/index-CnHEIPI3.js.map +0 -1
@@ -19,7 +19,7 @@ import "@citation-js/plugin-csl";
19
19
  import { ZodOptional as ZodOptional$2, z } from "zod";
20
20
  import { serve } from "@hono/node-server";
21
21
  const name = "@ncukondo/reference-manager";
22
- const version$1 = "0.22.1";
22
+ const version$1 = "0.22.2";
23
23
  const description$1 = "A local reference management tool using CSL-JSON as the single source of truth";
24
24
  const packageJson = {
25
25
  name,
@@ -926,27 +926,27 @@ class OperationsLibrary {
926
926
  }
927
927
  // Attachment operations
928
928
  async attachAdd(options) {
929
- const { addAttachment: addAttachment2 } = await import("./index-CGvYZvUG.js");
929
+ const { addAttachment: addAttachment2 } = await import("./index-CXZ_Trjb.js");
930
930
  return addAttachment2(this.library, options);
931
931
  }
932
932
  async attachList(options) {
933
- const { listAttachments: listAttachments2 } = await import("./index-CGvYZvUG.js");
933
+ const { listAttachments: listAttachments2 } = await import("./index-CXZ_Trjb.js");
934
934
  return listAttachments2(this.library, options);
935
935
  }
936
936
  async attachGet(options) {
937
- const { getAttachment: getAttachment2 } = await import("./index-CGvYZvUG.js");
937
+ const { getAttachment: getAttachment2 } = await import("./index-CXZ_Trjb.js");
938
938
  return getAttachment2(this.library, options);
939
939
  }
940
940
  async attachDetach(options) {
941
- const { detachAttachment: detachAttachment2 } = await import("./index-CGvYZvUG.js");
941
+ const { detachAttachment: detachAttachment2 } = await import("./index-CXZ_Trjb.js");
942
942
  return detachAttachment2(this.library, options);
943
943
  }
944
944
  async attachSync(options) {
945
- const { syncAttachments: syncAttachments2 } = await import("./index-CGvYZvUG.js");
945
+ const { syncAttachments: syncAttachments2 } = await import("./index-CXZ_Trjb.js");
946
946
  return syncAttachments2(this.library, options);
947
947
  }
948
948
  async attachOpen(options) {
949
- const { openAttachment: openAttachment2 } = await import("./index-CGvYZvUG.js");
949
+ const { openAttachment: openAttachment2 } = await import("./index-CXZ_Trjb.js");
950
950
  return openAttachment2(this.library, options);
951
951
  }
952
952
  }
@@ -1790,7 +1790,7 @@ function getAttachExitCode(result) {
1790
1790
  }
1791
1791
  async function executeInteractiveSelect$2(context, config2) {
1792
1792
  const { withAlternateScreen: withAlternateScreen2 } = await Promise.resolve().then(() => alternateScreen);
1793
- const { selectReferencesOrExit } = await import("./reference-select-ChF-qXJq.js");
1793
+ const { selectReferencesOrExit } = await import("./reference-select-Cpq_Q4f6.js");
1794
1794
  const allReferences = await context.library.getAll();
1795
1795
  const identifiers = await withAlternateScreen2(
1796
1796
  () => selectReferencesOrExit(allReferences, { multiSelect: false }, config2.cli.tui)
@@ -2338,8 +2338,8 @@ function getCiteExitCode(result) {
2338
2338
  }
2339
2339
  async function executeInteractiveCite(options, context, config2) {
2340
2340
  const { withAlternateScreen: withAlternateScreen2 } = await Promise.resolve().then(() => alternateScreen);
2341
- const { runCiteFlow } = await import("./index-CnHEIPI3.js");
2342
- const { buildStyleChoices, listCustomStyles } = await import("./style-select-DkbTfyrq.js");
2341
+ const { runCiteFlow } = await import("./index-B7NyGOm6.js");
2342
+ const { buildStyleChoices, listCustomStyles } = await import("./style-select-CQIqnmWS.js");
2343
2343
  const { search } = await import("./file-watcher-Dyns9dxx.js").then((n) => n.B);
2344
2344
  const { tokenize } = await import("./file-watcher-Dyns9dxx.js").then((n) => n.A);
2345
2345
  const { checkTTY } = await import("./tty-BMyaEOhX.js");
@@ -6919,7 +6919,7 @@ function formatEditOutput(result) {
6919
6919
  }
6920
6920
  async function executeInteractiveEdit(options, context, config2) {
6921
6921
  const { withAlternateScreen: withAlternateScreen2 } = await Promise.resolve().then(() => alternateScreen);
6922
- const { selectReferencesOrExit } = await import("./reference-select-ChF-qXJq.js");
6922
+ const { selectReferencesOrExit } = await import("./reference-select-Cpq_Q4f6.js");
6923
6923
  const allReferences = await context.library.getAll();
6924
6924
  const identifiers = await withAlternateScreen2(
6925
6925
  () => selectReferencesOrExit(allReferences, { multiSelect: true }, config2.cli.tui)
@@ -10456,7 +10456,7 @@ function getFulltextExitCode(result) {
10456
10456
  }
10457
10457
  async function executeInteractiveSelect$1(context, config2) {
10458
10458
  const { withAlternateScreen: withAlternateScreen2 } = await Promise.resolve().then(() => alternateScreen);
10459
- const { selectReferencesOrExit } = await import("./reference-select-ChF-qXJq.js");
10459
+ const { selectReferencesOrExit } = await import("./reference-select-Cpq_Q4f6.js");
10460
10460
  const allReferences = await context.library.getAll();
10461
10461
  const identifiers = await withAlternateScreen2(
10462
10462
  () => selectReferencesOrExit(allReferences, { multiSelect: false }, config2.cli.tui)
@@ -31805,7 +31805,7 @@ Continue?`;
31805
31805
  }
31806
31806
  async function executeInteractiveRemove(context, config2) {
31807
31807
  const { withAlternateScreen: withAlternateScreen2 } = await Promise.resolve().then(() => alternateScreen);
31808
- const { selectReferenceItemsOrExit } = await import("./reference-select-ChF-qXJq.js");
31808
+ const { selectReferenceItemsOrExit } = await import("./reference-select-Cpq_Q4f6.js");
31809
31809
  const allReferences = await context.library.getAll();
31810
31810
  const selectedItems = await withAlternateScreen2(
31811
31811
  () => selectReferenceItemsOrExit(allReferences, { multiSelect: false }, config2.cli.tui)
@@ -32030,7 +32030,7 @@ async function executeInteractiveSearch(options, context, config2) {
32030
32030
  validateInteractiveOptions(options);
32031
32031
  const { checkTTY } = await import("./tty-BMyaEOhX.js");
32032
32032
  const { withAlternateScreen: withAlternateScreen2 } = await Promise.resolve().then(() => alternateScreen);
32033
- const { runSearchFlow } = await import("./index-CnHEIPI3.js");
32033
+ const { runSearchFlow } = await import("./index-B7NyGOm6.js");
32034
32034
  const { search } = await import("./file-watcher-Dyns9dxx.js").then((n) => n.B);
32035
32035
  const { tokenize } = await import("./file-watcher-Dyns9dxx.js").then((n) => n.A);
32036
32036
  checkTTY();
@@ -32049,7 +32049,7 @@ async function executeInteractiveSearch(options, context, config2) {
32049
32049
  })
32050
32050
  );
32051
32051
  if (result.selectedItems && !result.cancelled) {
32052
- const { isSideEffectAction } = await import("./action-menu-ClSSUEjX.js");
32052
+ const { isSideEffectAction } = await import("./action-menu-R-QKMCZJ.js");
32053
32053
  if (isSideEffectAction(result.action)) {
32054
32054
  await executeSideEffectAction(result.action, result.selectedItems, context, config2);
32055
32055
  return { output: "", cancelled: false, action: result.action };
@@ -32452,7 +32452,7 @@ function formatUpdateOutput(result, identifier) {
32452
32452
  }
32453
32453
  async function executeInteractiveUpdate(context, config2) {
32454
32454
  const { withAlternateScreen: withAlternateScreen2 } = await Promise.resolve().then(() => alternateScreen);
32455
- const { selectReferencesOrExit } = await import("./reference-select-ChF-qXJq.js");
32455
+ const { selectReferencesOrExit } = await import("./reference-select-Cpq_Q4f6.js");
32456
32456
  const allReferences = await context.library.getAll();
32457
32457
  const identifiers = await withAlternateScreen2(
32458
32458
  () => selectReferencesOrExit(allReferences, { multiSelect: false }, config2.cli.tui)
@@ -32747,7 +32747,7 @@ function getUrlExitCode(result) {
32747
32747
  }
32748
32748
  async function executeInteractiveSelect(context, config2) {
32749
32749
  const { withAlternateScreen: withAlternateScreen2 } = await Promise.resolve().then(() => alternateScreen);
32750
- const { selectReferencesOrExit } = await import("./reference-select-ChF-qXJq.js");
32750
+ const { selectReferencesOrExit } = await import("./reference-select-Cpq_Q4f6.js");
32751
32751
  const allReferences = await context.library.getAll();
32752
32752
  const identifiers = await withAlternateScreen2(
32753
32753
  () => selectReferencesOrExit(allReferences, { multiSelect: false }, config2.cli.tui)
@@ -33525,4 +33525,4 @@ export {
33525
33525
  restoreStdinAfterInk as r,
33526
33526
  syncAttachments as s
33527
33527
  };
33528
- //# sourceMappingURL=index-Cgq2O9wm.js.map
33528
+ //# sourceMappingURL=index-DxjW_BKA.js.map