@3deye-toolkit/react-event-list 0.0.6 → 0.0.7

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.
@@ -80,7 +80,6 @@ declare class Api<T extends DeepPartial<IApi>> {
80
80
  shutdownConnection(): void;
81
81
  private init;
82
82
  private createHubMethod;
83
- private subscribeToEvents;
84
83
  }
85
84
 
86
85
  declare type ApiPageResult<T> = {
@@ -289,7 +288,7 @@ declare interface Connection {
289
288
  };
290
289
  };
291
290
  createHubProxy: (hubName: string) => void;
292
- lastError: any;
291
+ lastError: unknown;
293
292
  qs: {
294
293
  access_token: string;
295
294
  };
@@ -329,7 +328,6 @@ export default EventList;
329
328
  declare const events: {
330
329
  [P in keyof PartialApi]: {
331
330
  name: string;
332
- explicit?: boolean;
333
331
  }[];
334
332
  };
335
333
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@3deye-toolkit/react-event-list",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "module": "dist/react-event-list.js",
5
5
  "types": "dist/react-event-list.d.ts",
6
6
  "files": [
7
7
  "dist"
8
8
  ],
9
9
  "dependencies": {
10
- "@3deye-toolkit/core": "0.0.6",
10
+ "@3deye-toolkit/core": "0.0.7",
11
11
  "@floating-ui/react": "^0.25.4",
12
12
  "@mantine/hooks": "^6.0.21",
13
13
  "@seznam/compose-react-refs": "^1.0.6",