@tanstack/angular-query-experimental 5.51.22 → 5.52.0

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/README.md CHANGED
@@ -35,11 +35,23 @@ Visit https://tanstack.com/query/latest/docs/framework/angular/overview
35
35
 
36
36
  ```bash
37
37
  $ npm i @tanstack/angular-query-experimental
38
- # or
38
+ ```
39
+
40
+ or
41
+
42
+ ```bash
39
43
  $ pnpm add @tanstack/angular-query-experimental
40
- # or
44
+ ```
45
+
46
+ or
47
+
48
+ ```bash
41
49
  $ yarn add @tanstack/angular-query-experimental
42
- # or
50
+ ```
51
+
52
+ or
53
+
54
+ ```bash
43
55
  $ bun add @tanstack/angular-query-experimental
44
56
  ```
45
57
 
package/build/README.md CHANGED
@@ -35,11 +35,23 @@ Visit https://tanstack.com/query/latest/docs/framework/angular/overview
35
35
 
36
36
  ```bash
37
37
  $ npm i @tanstack/angular-query-experimental
38
- # or
38
+ ```
39
+
40
+ or
41
+
42
+ ```bash
39
43
  $ pnpm add @tanstack/angular-query-experimental
40
- # or
44
+ ```
45
+
46
+ or
47
+
48
+ ```bash
41
49
  $ yarn add @tanstack/angular-query-experimental
42
- # or
50
+ ```
51
+
52
+ or
53
+
54
+ ```bash
43
55
  $ bun add @tanstack/angular-query-experimental
44
56
  ```
45
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/angular-query-experimental",
3
- "version": "5.51.22",
3
+ "version": "5.52.0",
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",
@@ -49,7 +49,7 @@
49
49
  ],
50
50
  "dependencies": {
51
51
  "tslib": "^2.6.3",
52
- "@tanstack/query-core": "5.51.21"
52
+ "@tanstack/query-core": "5.52.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@analogjs/vite-plugin-angular": "^1.6.4",