@tanstack/angular-query-experimental 5.103.0 → 5.103.2

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.
@@ -40,13 +40,15 @@ export interface DevtoolsOptions {
40
40
  /**
41
41
  * The position of the TanStack logo to open and close the devtools panel.
42
42
  * `top-left` | `top-right` | `bottom-left` | `bottom-right` | `relative`
43
- * Defaults to `bottom-right`.
43
+ *
44
+ * @defaultValue bottom-right
44
45
  */
45
46
  buttonPosition?: DevtoolsButtonPosition;
46
47
  /**
47
48
  * The position of the Angular Query devtools panel.
48
49
  * `top` | `bottom` | `left` | `right`
49
- * Defaults to `bottom`.
50
+ *
51
+ * @defaultValue bottom
50
52
  */
51
53
  position?: DevtoolsPosition;
52
54
  /**
@@ -71,7 +73,8 @@ export interface DevtoolsOptions {
71
73
  hideDisabledQueries?: boolean;
72
74
  /**
73
75
  * Set this to 'light', 'dark', or 'system' to change the theme of the devtools panel.
74
- * Defaults to 'system'.
76
+ *
77
+ * @defaultValue system
75
78
  */
76
79
  theme?: Theme;
77
80
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/angular-query-experimental",
3
- "version": "5.103.0",
3
+ "version": "5.103.2",
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.103.0"
64
+ "@tanstack/query-core": "5.103.2"
65
65
  },
66
66
  "optionalDependencies": {
67
- "@tanstack/query-devtools": "5.103.0"
67
+ "@tanstack/query-devtools": "5.103.2"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@angular/common": ">=16.0.0",