@tanstack/angular-query-experimental 5.100.3 → 5.100.5

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.
@@ -38,7 +38,7 @@ export interface DevtoolsPanelOptions {
38
38
  /**
39
39
  * Callback function that is called when the devtools panel is closed
40
40
  */
41
- onClose?: () => unknown;
41
+ onClose?: () => void;
42
42
  /**
43
43
  * Element where to render the devtools panel. When set to undefined or null, the devtools panel will not be created, or destroyed if existing.
44
44
  * If changed from undefined to a ElementRef, the devtools panel will be created.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/angular-query-experimental",
3
- "version": "5.100.3",
3
+ "version": "5.100.5",
4
4
  "description": "Signals for managing, caching and syncing asynchronous and remote data in Angular",
5
5
  "author": "Arnoud de Vries",
6
6
  "license": "MIT",
@@ -61,10 +61,10 @@
61
61
  },
62
62
  "sideEffects": false,
63
63
  "dependencies": {
64
- "@tanstack/query-core": "5.100.3"
64
+ "@tanstack/query-core": "5.100.5"
65
65
  },
66
66
  "optionalDependencies": {
67
- "@tanstack/query-devtools": "5.100.3"
67
+ "@tanstack/query-devtools": "5.100.5"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@angular/common": ">=16.0.0",