@vueuse/metadata 13.8.0 → 13.9.0

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 (3) hide show
  1. package/index.json +8 -8
  2. package/index.mjs +8 -8
  3. package/package.json +1 -1
package/index.json CHANGED
@@ -431,7 +431,7 @@
431
431
  {
432
432
  "name": "onLongPress",
433
433
  "package": "core",
434
- "lastUpdated": 1750320219000,
434
+ "lastUpdated": 1756426679000,
435
435
  "component": true,
436
436
  "directive": true,
437
437
  "docs": "https://vueuse.org/core/onLongPress/",
@@ -842,7 +842,7 @@
842
842
  {
843
843
  "name": "useAsyncState",
844
844
  "package": "core",
845
- "lastUpdated": 1754962012000,
845
+ "lastUpdated": 1756308069000,
846
846
  "docs": "https://vueuse.org/core/useAsyncState/",
847
847
  "category": "State",
848
848
  "description": "reactive async state"
@@ -1286,7 +1286,7 @@
1286
1286
  {
1287
1287
  "name": "useExtractedObservable",
1288
1288
  "package": "rxjs",
1289
- "lastUpdated": 1739701304000,
1289
+ "lastUpdated": 1756426878000,
1290
1290
  "docs": "https://vueuse.org/rxjs/useExtractedObservable/",
1291
1291
  "category": "@RxJS",
1292
1292
  "description": "use an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
@@ -2357,7 +2357,7 @@
2357
2357
  {
2358
2358
  "name": "useUrlSearchParams",
2359
2359
  "package": "core",
2360
- "lastUpdated": 1750323062000,
2360
+ "lastUpdated": 1756426726000,
2361
2361
  "docs": "https://vueuse.org/core/useUrlSearchParams/",
2362
2362
  "category": "Browser",
2363
2363
  "description": "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
@@ -2538,7 +2538,7 @@
2538
2538
  {
2539
2539
  "name": "watchDeep",
2540
2540
  "package": "shared",
2541
- "lastUpdated": 1732178709000,
2541
+ "lastUpdated": 1756426878000,
2542
2542
  "docs": "https://vueuse.org/shared/watchDeep/",
2543
2543
  "category": "Watch",
2544
2544
  "description": "shorthand for watching value with `{deep: true}`"
@@ -2546,7 +2546,7 @@
2546
2546
  {
2547
2547
  "name": "watchExtractedObservable",
2548
2548
  "package": "rxjs",
2549
- "lastUpdated": 1732178709000,
2549
+ "lastUpdated": 1756426878000,
2550
2550
  "docs": "https://vueuse.org/rxjs/watchExtractedObservable/",
2551
2551
  "category": "@RxJS",
2552
2552
  "description": "watch the values of an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
@@ -2565,7 +2565,7 @@
2565
2565
  {
2566
2566
  "name": "watchImmediate",
2567
2567
  "package": "shared",
2568
- "lastUpdated": 1732178709000,
2568
+ "lastUpdated": 1756426878000,
2569
2569
  "docs": "https://vueuse.org/shared/watchImmediate/",
2570
2570
  "category": "Watch",
2571
2571
  "description": "shorthand for watching value with `{immediate: true}`"
@@ -2573,7 +2573,7 @@
2573
2573
  {
2574
2574
  "name": "watchOnce",
2575
2575
  "package": "shared",
2576
- "lastUpdated": 1747197888000,
2576
+ "lastUpdated": 1756426878000,
2577
2577
  "docs": "https://vueuse.org/shared/watchOnce/",
2578
2578
  "category": "Watch",
2579
2579
  "description": "shorthand for watching value with `{ once: true }`"
package/index.mjs CHANGED
@@ -430,7 +430,7 @@ var functions$1 = [
430
430
  {
431
431
  name: "onLongPress",
432
432
  "package": "core",
433
- lastUpdated: 1750320219000,
433
+ lastUpdated: 1756426679000,
434
434
  component: true,
435
435
  directive: true,
436
436
  docs: "https://vueuse.org/core/onLongPress/",
@@ -841,7 +841,7 @@ var functions$1 = [
841
841
  {
842
842
  name: "useAsyncState",
843
843
  "package": "core",
844
- lastUpdated: 1754962012000,
844
+ lastUpdated: 1756308069000,
845
845
  docs: "https://vueuse.org/core/useAsyncState/",
846
846
  category: "State",
847
847
  description: "reactive async state"
@@ -1285,7 +1285,7 @@ var functions$1 = [
1285
1285
  {
1286
1286
  name: "useExtractedObservable",
1287
1287
  "package": "rxjs",
1288
- lastUpdated: 1739701304000,
1288
+ lastUpdated: 1756426878000,
1289
1289
  docs: "https://vueuse.org/rxjs/useExtractedObservable/",
1290
1290
  category: "@RxJS",
1291
1291
  description: "use an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
@@ -2356,7 +2356,7 @@ var functions$1 = [
2356
2356
  {
2357
2357
  name: "useUrlSearchParams",
2358
2358
  "package": "core",
2359
- lastUpdated: 1750323062000,
2359
+ lastUpdated: 1756426726000,
2360
2360
  docs: "https://vueuse.org/core/useUrlSearchParams/",
2361
2361
  category: "Browser",
2362
2362
  description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
@@ -2537,7 +2537,7 @@ var functions$1 = [
2537
2537
  {
2538
2538
  name: "watchDeep",
2539
2539
  "package": "shared",
2540
- lastUpdated: 1732178709000,
2540
+ lastUpdated: 1756426878000,
2541
2541
  docs: "https://vueuse.org/shared/watchDeep/",
2542
2542
  category: "Watch",
2543
2543
  description: "shorthand for watching value with `{deep: true}`"
@@ -2545,7 +2545,7 @@ var functions$1 = [
2545
2545
  {
2546
2546
  name: "watchExtractedObservable",
2547
2547
  "package": "rxjs",
2548
- lastUpdated: 1732178709000,
2548
+ lastUpdated: 1756426878000,
2549
2549
  docs: "https://vueuse.org/rxjs/watchExtractedObservable/",
2550
2550
  category: "@RxJS",
2551
2551
  description: "watch the values of an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
@@ -2564,7 +2564,7 @@ var functions$1 = [
2564
2564
  {
2565
2565
  name: "watchImmediate",
2566
2566
  "package": "shared",
2567
- lastUpdated: 1732178709000,
2567
+ lastUpdated: 1756426878000,
2568
2568
  docs: "https://vueuse.org/shared/watchImmediate/",
2569
2569
  category: "Watch",
2570
2570
  description: "shorthand for watching value with `{immediate: true}`"
@@ -2572,7 +2572,7 @@ var functions$1 = [
2572
2572
  {
2573
2573
  name: "watchOnce",
2574
2574
  "package": "shared",
2575
- lastUpdated: 1747197888000,
2575
+ lastUpdated: 1756426878000,
2576
2576
  docs: "https://vueuse.org/shared/watchOnce/",
2577
2577
  category: "Watch",
2578
2578
  description: "shorthand for watching value with `{ once: true }`"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
3
  "type": "module",
4
- "version": "13.8.0",
4
+ "version": "13.9.0",
5
5
  "description": "Metadata for VueUse functions",
6
6
  "author": "Anthony Fu <https://github.com/antfu>",
7
7
  "license": "MIT",