@e-llm-studio/citation 0.0.240 → 0.0.241

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const useCompareLayout: (initialMaintainOrder: boolean, scrollContainerRef: React.RefObject<HTMLDivElement>, lhsBadgeRefs: any, rhsBadgeRefs: any, proposedSections: any[], existingSections: any[]) => {
3
2
  maintainRelativeOrder: boolean;
4
3
  setMaintainRelativeOrder: import("react").Dispatch<import("react").SetStateAction<boolean>>;
@@ -1 +1 @@
1
- {"version":3,"file":"useCompareLayout.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useCompareLayout.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,gBAAgB,yBACL,OAAO,sBACT,MAAM,SAAS,CAAC,cAAc,CAAC,gBACrC,GAAG,gBACH,GAAG,oBACC,GAAG,EAAE,oBACL,GAAG,EAAE;;;;;;;;;;;;;;;;;;;;;;CAkFxB,CAAC"}
1
+ {"version":3,"file":"useCompareLayout.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useCompareLayout.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,yBACL,OAAO,sBACT,MAAM,SAAS,CAAC,cAAc,CAAC,gBACrC,GAAG,gBACH,GAAG,oBACC,GAAG,EAAE,oBACL,GAAG,EAAE;;;;;;;;;;;;;;;;;;;;;;CAkFxB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-llm-studio/citation",
3
- "version": "0.0.240",
3
+ "version": "0.0.241",
4
4
  "author": "Devesh Patel",
5
5
  "description": "",
6
6
  "license": "MIT",
@@ -287,7 +287,6 @@
287
287
  "rollup-plugin-visualizer": "5.12.0",
288
288
  "ts-loader": "9.5.1",
289
289
  "typescript": "4.9.5",
290
- "@tanstack/react-query": "^4.44.0",
291
290
  "wavesurfer.js": "^7.12.1",
292
291
  "webpack-bundle-analyzer": "^4.10.2"
293
292
  },
@@ -301,6 +300,7 @@
301
300
  "@react-pdf-viewer/page-navigation": "^3.12.0",
302
301
  "@react-pdf-viewer/search": "^3.12.0",
303
302
  "@react-pdf-viewer/zoom": "^3.12.0",
303
+ "@tanstack/react-query": ">=4.0.0",
304
304
  "date-fns": "^4.4.0",
305
305
  "dompurify": ">=3.0.0",
306
306
  "highlight.js": "^11.11.1",