@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 +1 -1
- package/index.json +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -937,7 +937,7 @@ var functions$1 = [
|
|
|
937
937
|
{
|
|
938
938
|
name: "useCached",
|
|
939
939
|
"package": "core",
|
|
940
|
-
lastUpdated:
|
|
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":
|
|
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:
|
|
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"
|