@vueuse/metadata 12.8.1 → 12.8.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.
package/index.cjs CHANGED
@@ -937,7 +937,7 @@ var functions$1 = [
937
937
  {
938
938
  name: "useCached",
939
939
  "package": "core",
940
- lastUpdated: 1740137210000,
940
+ lastUpdated: 1741174615000,
941
941
  docs: "https://vueuse.org/core/useCached/",
942
942
  category: "Utilities",
943
943
  description: "cache a ref with a custom comparator"
package/index.json CHANGED
@@ -936,7 +936,7 @@
936
936
  {
937
937
  "name": "useCached",
938
938
  "package": "core",
939
- "lastUpdated": 1740137210000,
939
+ "lastUpdated": 1741174615000,
940
940
  "docs": "https://vueuse.org/core/useCached/",
941
941
  "category": "Utilities",
942
942
  "description": "cache a ref with a custom comparator"
package/index.mjs CHANGED
@@ -935,7 +935,7 @@ var functions$1 = [
935
935
  {
936
936
  name: "useCached",
937
937
  "package": "core",
938
- lastUpdated: 1740137210000,
938
+ lastUpdated: 1741174615000,
939
939
  docs: "https://vueuse.org/core/useCached/",
940
940
  category: "Utilities",
941
941
  description: "cache a ref with a custom comparator"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
3
  "type": "module",
4
- "version": "12.8.1",
4
+ "version": "12.8.2",
5
5
  "description": "Metadata for VueUse functions",
6
6
  "author": "Anthony Fu <https://github.com/antfu>",
7
7
  "license": "MIT",