@vueuse/metadata 12.8.0 → 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"
@@ -1279,7 +1279,7 @@ var functions$1 = [
1279
1279
  {
1280
1280
  name: "useEventSource",
1281
1281
  "package": "core",
1282
- lastUpdated: 1741147666000,
1282
+ lastUpdated: 1741165049000,
1283
1283
  docs: "https://vueuse.org/core/useEventSource/",
1284
1284
  category: "Network",
1285
1285
  description: "an [EventSource](https://developer.mozilla.org/en-US/docs/Web/API/EventSource) or [Server-Sent-Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events) instance opens a persistent connection to an HTTP server"
@@ -2504,7 +2504,7 @@ var functions$1 = [
2504
2504
  {
2505
2505
  name: "watchArray",
2506
2506
  "package": "shared",
2507
- lastUpdated: 1735017005000,
2507
+ lastUpdated: 1741159087000,
2508
2508
  docs: "https://vueuse.org/shared/watchArray/",
2509
2509
  category: "Watch",
2510
2510
  description: "watch for an array with additions and removals"
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"
@@ -1278,7 +1278,7 @@
1278
1278
  {
1279
1279
  "name": "useEventSource",
1280
1280
  "package": "core",
1281
- "lastUpdated": 1741147666000,
1281
+ "lastUpdated": 1741165049000,
1282
1282
  "docs": "https://vueuse.org/core/useEventSource/",
1283
1283
  "category": "Network",
1284
1284
  "description": "an [EventSource](https://developer.mozilla.org/en-US/docs/Web/API/EventSource) or [Server-Sent-Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events) instance opens a persistent connection to an HTTP server"
@@ -2503,7 +2503,7 @@
2503
2503
  {
2504
2504
  "name": "watchArray",
2505
2505
  "package": "shared",
2506
- "lastUpdated": 1735017005000,
2506
+ "lastUpdated": 1741159087000,
2507
2507
  "docs": "https://vueuse.org/shared/watchArray/",
2508
2508
  "category": "Watch",
2509
2509
  "description": "watch for an array with additions and removals"
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"
@@ -1277,7 +1277,7 @@ var functions$1 = [
1277
1277
  {
1278
1278
  name: "useEventSource",
1279
1279
  "package": "core",
1280
- lastUpdated: 1741147666000,
1280
+ lastUpdated: 1741165049000,
1281
1281
  docs: "https://vueuse.org/core/useEventSource/",
1282
1282
  category: "Network",
1283
1283
  description: "an [EventSource](https://developer.mozilla.org/en-US/docs/Web/API/EventSource) or [Server-Sent-Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events) instance opens a persistent connection to an HTTP server"
@@ -2502,7 +2502,7 @@ var functions$1 = [
2502
2502
  {
2503
2503
  name: "watchArray",
2504
2504
  "package": "shared",
2505
- lastUpdated: 1735017005000,
2505
+ lastUpdated: 1741159087000,
2506
2506
  docs: "https://vueuse.org/shared/watchArray/",
2507
2507
  category: "Watch",
2508
2508
  description: "watch for an array with additions and removals"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
3
  "type": "module",
4
- "version": "12.8.0",
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",