@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.
@@ -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 };
@@ -322,4 +322,4 @@ class QueryClient extends Query {
322
322
  }
323
323
  const client = new QueryClient();
324
324
 
325
- export { QueryClient, QueryWs, adapter, client };
325
+ export { Query, QueryClient, QueryWs, adapter, client };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kevisual/query",
3
- "version": "0.0.7-alpha.2",
3
+ "version": "0.0.7-alpha.3",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",