@kevisual/query 0.0.7-alpha.2 → 0.0.7-alpha.3
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/query-browser.d.ts +1 -1
- package/dist/query-browser.js +1 -1
- package/package.json +1 -1
package/dist/query-browser.d.ts
CHANGED
|
@@ -122,4 +122,4 @@ declare class QueryClient<U = any, V = any> extends Query<U, V> {
|
|
|
122
122
|
}
|
|
123
123
|
declare const client: QueryClient<any, any>;
|
|
124
124
|
|
|
125
|
-
export { QueryClient, type QueryOpts, QueryWs, adapter, client };
|
|
125
|
+
export { Query, QueryClient, type QueryOpts, QueryWs, type QueryWsOpts, adapter, client };
|
package/dist/query-browser.js
CHANGED