@vueuse/metadata 12.8.0 → 12.8.1
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 +2 -2
- package/index.json +2 -2
- package/index.mjs +2 -2
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -1279,7 +1279,7 @@ var functions$1 = [
|
|
|
1279
1279
|
{
|
|
1280
1280
|
name: "useEventSource",
|
|
1281
1281
|
"package": "core",
|
|
1282
|
-
lastUpdated:
|
|
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:
|
|
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
|
@@ -1278,7 +1278,7 @@
|
|
|
1278
1278
|
{
|
|
1279
1279
|
"name": "useEventSource",
|
|
1280
1280
|
"package": "core",
|
|
1281
|
-
"lastUpdated":
|
|
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":
|
|
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
|
@@ -1277,7 +1277,7 @@ var functions$1 = [
|
|
|
1277
1277
|
{
|
|
1278
1278
|
name: "useEventSource",
|
|
1279
1279
|
"package": "core",
|
|
1280
|
-
lastUpdated:
|
|
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:
|
|
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"
|