@tanstack/vue-query 5.24.1 → 5.24.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -40,6 +40,8 @@ Visit https://tanstack.com/query/latest/docs/vue/overview
40
40
  $ pnpm add @tanstack/vue-query
41
41
  # or
42
42
  $ yarn add @tanstack/vue-query
43
+ # or
44
+ $ bun add @tanstack/vue-query
43
45
  ```
44
46
 
45
47
  > If you are using Vue 2.6, make sure to also setup [@vue/composition-api](https://github.com/vuejs/composition-api)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/vue-query",
3
- "version": "5.24.1",
3
+ "version": "5.24.2",
4
4
  "description": "Hooks for managing, caching and syncing asynchronous and remote data in Vue",
5
5
  "author": "Damian Osipiuk",
6
6
  "license": "MIT",
@@ -49,7 +49,7 @@
49
49
  "@tanstack/match-sorter-utils": "^8.11.8",
50
50
  "@vue/devtools-api": "^6.5.1",
51
51
  "vue-demi": "^0.14.6",
52
- "@tanstack/query-core": "5.24.1"
52
+ "@tanstack/query-core": "5.24.2"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@vitejs/plugin-vue": "^5.0.4",