@bluecopa/react 0.1.102 → 0.1.103
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,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Custom hook for fetching all virtual datasets using TanStack React Query
|
|
3
3
|
*/
|
|
4
|
-
export declare function useGetVirtualDatasets(): import('@tanstack/react-query').UseQueryResult<
|
|
4
|
+
export declare function useGetVirtualDatasets(): import('@tanstack/react-query').UseQueryResult<VirtualDataset[], Error>;
|
|
5
5
|
//# sourceMappingURL=useGetVirtualDatasets.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useGetVirtualDatasets.d.ts","sourceRoot":"","sources":["../../src/hooks/useGetVirtualDatasets.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"useGetVirtualDatasets.d.ts","sourceRoot":"","sources":["../../src/hooks/useGetVirtualDatasets.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,qBAAqB,4EAYpC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bluecopa/react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.103",
|
|
4
4
|
"description": "Bluecopa react library with TanStack Query integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"react-dom": ">=18.0.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@bluecopa/core": "0.1.
|
|
30
|
+
"@bluecopa/core": "0.1.100",
|
|
31
31
|
"@tanstack/react-query": "5.59.0",
|
|
32
32
|
"@tanstack/react-query-devtools": "5.59.0"
|
|
33
33
|
},
|