@soton.ac.uk/cape3 0.25.0 → 0.26.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/dist/cape3.es.js +1 -0
- package/dist/cape3.umd.js +13 -13
- package/dist/index.d.ts +1 -0
- package/dist/stores/recordStore.d.ts +1 -0
- package/package.json +1 -1
package/dist/cape3.es.js
CHANGED
|
@@ -21594,5 +21594,6 @@ export {
|
|
|
21594
21594
|
al as useFieldStore,
|
|
21595
21595
|
Ot as useFilterStore,
|
|
21596
21596
|
ci as usePropertyStore,
|
|
21597
|
+
qa as useRecordStore,
|
|
21597
21598
|
bn as useSearchResultsStore
|
|
21598
21599
|
};
|