@ncukondo/reference-manager 0.24.0 → 0.25.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.
- package/README.md +44 -1
- package/dist/chunks/{SearchableMultiSelect-BigM9xv_.js → SearchableMultiSelect-B7qEWPDT.js} +2 -2
- package/dist/chunks/{SearchableMultiSelect-BigM9xv_.js.map → SearchableMultiSelect-B7qEWPDT.js.map} +1 -1
- package/dist/chunks/{action-menu-ByDpq-KF.js → action-menu-DD0RtNVD.js} +3 -3
- package/dist/chunks/{action-menu-ByDpq-KF.js.map → action-menu-DD0RtNVD.js.map} +1 -1
- package/dist/chunks/checker-7pzK2XSC.js +92 -0
- package/dist/chunks/checker-7pzK2XSC.js.map +1 -0
- package/dist/chunks/crossref-client-DGNz4PNW.js +52 -0
- package/dist/chunks/crossref-client-DGNz4PNW.js.map +1 -0
- package/dist/chunks/fix-interaction-BpfMLRNY.js +203 -0
- package/dist/chunks/fix-interaction-BpfMLRNY.js.map +1 -0
- package/dist/chunks/{index-CKY11DzK.js → index-CYEise6v.js} +4 -4
- package/dist/chunks/{index-CKY11DzK.js.map → index-CYEise6v.js.map} +1 -1
- package/dist/chunks/{index-DWAtvFtp.js → index-D2HsxXnK.js} +203 -21
- package/dist/chunks/index-D2HsxXnK.js.map +1 -0
- package/dist/chunks/{index-DVsuPpMS.js → index-PQkbePWV.js} +3 -3
- package/dist/chunks/index-PQkbePWV.js.map +1 -0
- package/dist/chunks/{index-ChvsE9WF.js → index-QTYx5RaF.js} +315 -28
- package/dist/chunks/index-QTYx5RaF.js.map +1 -0
- package/dist/chunks/{loader-CV71qNY2.js → loader-B-fte1uv.js} +19 -8
- package/dist/chunks/loader-B-fte1uv.js.map +1 -0
- package/dist/chunks/pubmed-client-J18fg3fG.js +51 -0
- package/dist/chunks/pubmed-client-J18fg3fG.js.map +1 -0
- package/dist/chunks/{reference-select-CrOVXP7v.js → reference-select-Qpgt9cbN.js} +3 -3
- package/dist/chunks/{reference-select-CrOVXP7v.js.map → reference-select-Qpgt9cbN.js.map} +1 -1
- package/dist/chunks/{style-select-BVP0KQz4.js → style-select-mEMoWbM2.js} +3 -3
- package/dist/chunks/{style-select-BVP0KQz4.js.map → style-select-mEMoWbM2.js.map} +1 -1
- package/dist/cli/commands/check.d.ts +42 -0
- package/dist/cli/commands/check.d.ts.map +1 -0
- package/dist/cli/commands/index.d.ts +2 -0
- package/dist/cli/commands/index.d.ts.map +1 -1
- package/dist/cli/help/search-help.d.ts +6 -0
- package/dist/cli/help/search-help.d.ts.map +1 -0
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/server-client.d.ts +2 -1
- package/dist/cli/server-client.d.ts.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/config/defaults.d.ts.map +1 -1
- package/dist/config/env-override.d.ts.map +1 -1
- package/dist/config/key-parser.d.ts.map +1 -1
- package/dist/config/loader.d.ts.map +1 -1
- package/dist/config/schema.d.ts +3 -0
- package/dist/config/schema.d.ts.map +1 -1
- package/dist/features/check/checker.d.ts +18 -0
- package/dist/features/check/checker.d.ts.map +1 -0
- package/dist/features/check/crossref-client.d.ts +24 -0
- package/dist/features/check/crossref-client.d.ts.map +1 -0
- package/dist/features/check/fix-actions.d.ts +16 -0
- package/dist/features/check/fix-actions.d.ts.map +1 -0
- package/dist/features/check/fix-interaction.d.ts +11 -0
- package/dist/features/check/fix-interaction.d.ts.map +1 -0
- package/dist/features/check/pubmed-client.d.ts +20 -0
- package/dist/features/check/pubmed-client.d.ts.map +1 -0
- package/dist/features/check/types.d.ts +23 -0
- package/dist/features/check/types.d.ts.map +1 -0
- package/dist/features/operations/check.d.ts +28 -0
- package/dist/features/operations/check.d.ts.map +1 -0
- package/dist/features/operations/index.d.ts +1 -0
- package/dist/features/operations/index.d.ts.map +1 -1
- package/dist/features/operations/library-operations.d.ts +8 -0
- package/dist/features/operations/library-operations.d.ts.map +1 -1
- package/dist/features/operations/operations-library.d.ts +2 -0
- package/dist/features/operations/operations-library.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/mcp/tools/check.d.ts +10 -0
- package/dist/mcp/tools/check.d.ts.map +1 -0
- package/dist/mcp/tools/index.d.ts.map +1 -1
- package/dist/server/index.d.ts.map +1 -1
- package/dist/server/routes/check.d.ts +4 -0
- package/dist/server/routes/check.d.ts.map +1 -0
- package/dist/server.js +3 -3
- package/package.json +1 -1
- package/dist/chunks/index-ChvsE9WF.js.map +0 -1
- package/dist/chunks/index-DVsuPpMS.js.map +0 -1
- package/dist/chunks/index-DWAtvFtp.js.map +0 -1
- package/dist/chunks/loader-CV71qNY2.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-DVsuPpMS.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|