@tanstack/angular-query-experimental 5.61.4 → 5.61.6

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.
@@ -592,4 +592,4 @@ export {
592
592
  queryOptions,
593
593
  withDevtools
594
594
  };
595
- //# sourceMappingURL=index.js.map
595
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/angular-query-experimental",
3
- "version": "5.61.4",
3
+ "version": "5.61.6",
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",
@@ -28,13 +28,11 @@
28
28
  ],
29
29
  "type": "module",
30
30
  "types": "build/index.d.ts",
31
- "module": "build/index.js",
31
+ "module": "build/index.mjs",
32
32
  "exports": {
33
33
  ".": {
34
- "import": {
35
- "types": "./build/index.d.ts",
36
- "default": "./build/index.js"
37
- }
34
+ "types": "./build/index.d.ts",
35
+ "default": "./build/index.mjs"
38
36
  },
39
37
  "./package.json": {
40
38
  "default": "./package.json"
@@ -47,7 +45,7 @@
47
45
  "!src/__tests__"
48
46
  ],
49
47
  "dependencies": {
50
- "@tanstack/query-core": "5.61.4",
48
+ "@tanstack/query-core": "5.61.5",
51
49
  "@tanstack/query-devtools": "5.61.4"
52
50
  },
53
51
  "devDependencies": {
File without changes