@vueuse/metadata 8.4.2 → 8.7.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 (4) hide show
  1. package/index.cjs +72 -31
  2. package/index.json +72 -31
  3. package/index.mjs +72 -31
  4. package/package.json +18 -18
package/index.cjs CHANGED
@@ -138,6 +138,7 @@ var categories$1 = [
138
138
  "@Motion",
139
139
  "@Router",
140
140
  "@RxJS",
141
+ "@SchemaOrg",
141
142
  "@Sound"
142
143
  ];
143
144
  var functions$1 = [
@@ -216,6 +217,13 @@ var functions$1 = [
216
217
  category: "State",
217
218
  description: "create global state that can be injected into components"
218
219
  },
220
+ {
221
+ name: "createSchemaOrg",
222
+ "package": "schema-org",
223
+ description: "create the schema.org manager instance.",
224
+ category: "@SchemaOrg",
225
+ external: "https://vue-schema-org.netlify.app/api/core/create-schema-org.html"
226
+ },
219
227
  {
220
228
  name: "createSharedComposable",
221
229
  "package": "shared",
@@ -323,7 +331,7 @@ var functions$1 = [
323
331
  {
324
332
  name: "onClickOutside",
325
333
  "package": "core",
326
- lastUpdated: 1651595373000,
334
+ lastUpdated: 1655390356000,
327
335
  component: true,
328
336
  directive: true,
329
337
  docs: "https://vueuse.org/core/onClickOutside/",
@@ -517,7 +525,7 @@ var functions$1 = [
517
525
  {
518
526
  name: "toRefs",
519
527
  "package": "shared",
520
- lastUpdated: 1639818708000,
528
+ lastUpdated: 1655284952000,
521
529
  docs: "https://vueuse.org/shared/toRefs/",
522
530
  category: "Utilities",
523
531
  description: "extended [`toRefs`](https://v3.vuejs.org/api/refs-api.html#torefs) that also accepts refs of an object"
@@ -525,7 +533,7 @@ var functions$1 = [
525
533
  {
526
534
  name: "tryOnBeforeMount",
527
535
  "package": "shared",
528
- lastUpdated: 1648316956000,
536
+ lastUpdated: 1655284952000,
529
537
  docs: "https://vueuse.org/shared/tryOnBeforeMount/",
530
538
  category: "Component",
531
539
  description: "safe `onBeforeMount`"
@@ -565,7 +573,7 @@ var functions$1 = [
565
573
  {
566
574
  name: "unrefElement",
567
575
  "package": "core",
568
- lastUpdated: 1647329736000,
576
+ lastUpdated: 1655390655000,
569
577
  docs: "https://vueuse.org/core/unrefElement/",
570
578
  category: "Component",
571
579
  description: "unref for dom element"
@@ -573,7 +581,7 @@ var functions$1 = [
573
581
  {
574
582
  name: "until",
575
583
  "package": "shared",
576
- lastUpdated: 1639818708000,
584
+ lastUpdated: 1655391355000,
577
585
  docs: "https://vueuse.org/shared/until/",
578
586
  category: "Watch",
579
587
  description: "promised one-time watch for changes"
@@ -603,6 +611,15 @@ var functions$1 = [
603
611
  category: "State",
604
612
  description: "reactive async state"
605
613
  },
614
+ {
615
+ name: "useAsyncValidator",
616
+ "package": "integrations",
617
+ lastUpdated: 1654001397000,
618
+ component: true,
619
+ docs: "https://vueuse.org/integrations/useAsyncValidator/",
620
+ category: "@Integrations",
621
+ description: "wrapper for [`async-validator`](https://github.com/yiminghe/async-validator)"
622
+ },
606
623
  {
607
624
  name: "useAuth",
608
625
  "package": "firebase",
@@ -614,7 +631,7 @@ var functions$1 = [
614
631
  {
615
632
  name: "useAxios",
616
633
  "package": "integrations",
617
- lastUpdated: 1651595391000,
634
+ lastUpdated: 1652670635000,
618
635
  docs: "https://vueuse.org/integrations/useAxios/",
619
636
  category: "@Integrations",
620
637
  description: "wrapper for [`axios`](https://github.com/axios/axios)"
@@ -734,7 +751,7 @@ var functions$1 = [
734
751
  {
735
752
  name: "useCssVar",
736
753
  "package": "core",
737
- lastUpdated: 1644734137000,
754
+ lastUpdated: 1654000791000,
738
755
  docs: "https://vueuse.org/core/useCssVar/",
739
756
  category: "Browser",
740
757
  description: "manipulate CSS variables"
@@ -870,6 +887,14 @@ var functions$1 = [
870
887
  category: "@Integrations",
871
888
  description: "reactive instance for [drauu](https://github.com/antfu/drauu)"
872
889
  },
890
+ {
891
+ name: "useDropZone",
892
+ "package": "core",
893
+ lastUpdated: 1654000449000,
894
+ docs: "https://vueuse.org/core/useDropZone/",
895
+ category: "Elements",
896
+ description: "create an zone where files can be dropped"
897
+ },
873
898
  {
874
899
  name: "useElementBounding",
875
900
  "package": "core",
@@ -974,7 +999,7 @@ var functions$1 = [
974
999
  {
975
1000
  name: "useFetch",
976
1001
  "package": "core",
977
- lastUpdated: 1651597361000,
1002
+ lastUpdated: 1655284505000,
978
1003
  docs: "https://vueuse.org/core/useFetch/",
979
1004
  category: "Network",
980
1005
  description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
@@ -990,7 +1015,7 @@ var functions$1 = [
990
1015
  {
991
1016
  name: "useFirestore",
992
1017
  "package": "firebase",
993
- lastUpdated: 1651597361000,
1018
+ lastUpdated: 1655284952000,
994
1019
  docs: "https://vueuse.org/firebase/useFirestore/",
995
1020
  category: "@Firebase",
996
1021
  description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding"
@@ -998,7 +1023,7 @@ var functions$1 = [
998
1023
  {
999
1024
  name: "useFocus",
1000
1025
  "package": "core",
1001
- lastUpdated: 1645994965000,
1026
+ lastUpdated: 1652671318000,
1002
1027
  docs: "https://vueuse.org/core/useFocus/",
1003
1028
  category: "Sensors",
1004
1029
  description: "reactive utility to track or set the focus state of a DOM element"
@@ -1078,10 +1103,19 @@ var functions$1 = [
1078
1103
  category: "Sensors",
1079
1104
  description: "tracks whether the user is being inactive"
1080
1105
  },
1106
+ {
1107
+ name: "useImage",
1108
+ "package": "core",
1109
+ lastUpdated: 1655391918000,
1110
+ component: true,
1111
+ docs: "https://vueuse.org/core/useImage/",
1112
+ category: "Browser",
1113
+ description: "reactive load an image in the browser"
1114
+ },
1081
1115
  {
1082
1116
  name: "useInfiniteScroll",
1083
1117
  "package": "core",
1084
- lastUpdated: 1644314143000,
1118
+ lastUpdated: 1654001422000,
1085
1119
  directive: true,
1086
1120
  docs: "https://vueuse.org/core/useInfiniteScroll/",
1087
1121
  category: "Sensors",
@@ -1107,7 +1141,7 @@ var functions$1 = [
1107
1141
  {
1108
1142
  name: "useIntervalFn",
1109
1143
  "package": "shared",
1110
- lastUpdated: 1644285131000,
1144
+ lastUpdated: 1655390255000,
1111
1145
  docs: "https://vueuse.org/shared/useIntervalFn/",
1112
1146
  category: "Animation",
1113
1147
  description: "wrapper for `setInterval` with controls"
@@ -1171,7 +1205,7 @@ var functions$1 = [
1171
1205
  {
1172
1206
  name: "useMagicKeys",
1173
1207
  "package": "core",
1174
- lastUpdated: 1648221737000,
1208
+ lastUpdated: 1654170563000,
1175
1209
  docs: "https://vueuse.org/core/useMagicKeys/",
1176
1210
  category: "Sensors",
1177
1211
  description: "reactive keys pressed state"
@@ -1195,7 +1229,7 @@ var functions$1 = [
1195
1229
  {
1196
1230
  name: "useMediaQuery",
1197
1231
  "package": "core",
1198
- lastUpdated: 1648316956000,
1232
+ lastUpdated: 1651956934000,
1199
1233
  docs: "https://vueuse.org/core/useMediaQuery/",
1200
1234
  category: "Browser",
1201
1235
  description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
@@ -1257,7 +1291,7 @@ var functions$1 = [
1257
1291
  {
1258
1292
  name: "useMouseInElement",
1259
1293
  "package": "core",
1260
- lastUpdated: 1639442454000,
1294
+ lastUpdated: 1653249796000,
1261
1295
  component: true,
1262
1296
  docs: "https://vueuse.org/core/useMouseInElement/",
1263
1297
  category: "Elements",
@@ -1443,7 +1477,7 @@ var functions$1 = [
1443
1477
  {
1444
1478
  name: "useResizeObserver",
1445
1479
  "package": "core",
1446
- lastUpdated: 1647220329000,
1480
+ lastUpdated: 1655284952000,
1447
1481
  docs: "https://vueuse.org/core/useResizeObserver/",
1448
1482
  category: "Elements",
1449
1483
  description: "reports changes to the dimensions of an Element's content or the border-box"
@@ -1472,6 +1506,13 @@ var functions$1 = [
1472
1506
  category: "@Firebase",
1473
1507
  description: "reactive [Firebase Realtime Database](https://firebase.google.com/docs/database) binding"
1474
1508
  },
1509
+ {
1510
+ name: "useSchemaOrg",
1511
+ "package": "schema-org",
1512
+ description: "update schema.org reactively.",
1513
+ category: "@SchemaOrg",
1514
+ external: "https://vue-schema-org.netlify.app/api/core/use-schema-org.html"
1515
+ },
1475
1516
  {
1476
1517
  name: "useScreenOrientation",
1477
1518
  "package": "core",
@@ -1500,7 +1541,7 @@ var functions$1 = [
1500
1541
  {
1501
1542
  name: "useScroll",
1502
1543
  "package": "core",
1503
- lastUpdated: 1639818708000,
1544
+ lastUpdated: 1655390158000,
1504
1545
  directive: true,
1505
1546
  docs: "https://vueuse.org/core/useScroll/",
1506
1547
  category: "Sensors",
@@ -1509,7 +1550,7 @@ var functions$1 = [
1509
1550
  {
1510
1551
  name: "useScrollLock",
1511
1552
  "package": "core",
1512
- lastUpdated: 1651765495000,
1553
+ lastUpdated: 1652227755000,
1513
1554
  directive: true,
1514
1555
  docs: "https://vueuse.org/core/useScrollLock/",
1515
1556
  category: "Sensors",
@@ -1668,7 +1709,7 @@ var functions$1 = [
1668
1709
  {
1669
1710
  name: "useTimeoutFn",
1670
1711
  "package": "shared",
1671
- lastUpdated: 1642756441000,
1712
+ lastUpdated: 1655284952000,
1672
1713
  docs: "https://vueuse.org/shared/useTimeoutFn/",
1673
1714
  category: "Animation",
1674
1715
  description: "wrapper for `setTimeout` with controls"
@@ -1717,7 +1758,7 @@ var functions$1 = [
1717
1758
  {
1718
1759
  name: "useUrlSearchParams",
1719
1760
  "package": "core",
1720
- lastUpdated: 1651597361000,
1761
+ lastUpdated: 1655390581000,
1721
1762
  docs: "https://vueuse.org/core/useUrlSearchParams/",
1722
1763
  category: "Browser",
1723
1764
  description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
@@ -1753,7 +1794,7 @@ var functions$1 = [
1753
1794
  {
1754
1795
  name: "useVModel",
1755
1796
  "package": "core",
1756
- lastUpdated: 1651765702000,
1797
+ lastUpdated: 1653434335000,
1757
1798
  docs: "https://vueuse.org/core/useVModel/",
1758
1799
  category: "Component",
1759
1800
  description: "shorthand for v-model binding"
@@ -1761,7 +1802,7 @@ var functions$1 = [
1761
1802
  {
1762
1803
  name: "useVModels",
1763
1804
  "package": "core",
1764
- lastUpdated: 1651596668000,
1805
+ lastUpdated: 1655284952000,
1765
1806
  docs: "https://vueuse.org/core/useVModels/",
1766
1807
  category: "Component",
1767
1808
  description: "shorthand for props v-model binding"
@@ -1801,7 +1842,7 @@ var functions$1 = [
1801
1842
  {
1802
1843
  name: "useWebWorkerFn",
1803
1844
  "package": "core",
1804
- lastUpdated: 1639442454000,
1845
+ lastUpdated: 1655284952000,
1805
1846
  docs: "https://vueuse.org/core/useWebWorkerFn/",
1806
1847
  category: "Misc",
1807
1848
  description: "run expensive functions without blocking the UI"
@@ -1851,13 +1892,13 @@ var functions$1 = [
1851
1892
  {
1852
1893
  name: "utils",
1853
1894
  "package": "shared",
1854
- lastUpdated: 1651597361000,
1895
+ lastUpdated: 1652598461000,
1855
1896
  internal: true
1856
1897
  },
1857
1898
  {
1858
1899
  name: "watchAtMost",
1859
1900
  "package": "shared",
1860
- lastUpdated: 1643036457000,
1901
+ lastUpdated: 1655390134000,
1861
1902
  docs: "https://vueuse.org/shared/watchAtMost/",
1862
1903
  category: "Watch",
1863
1904
  description: "`watch` with the number of times triggered"
@@ -1865,7 +1906,7 @@ var functions$1 = [
1865
1906
  {
1866
1907
  name: "watchDebounced",
1867
1908
  "package": "shared",
1868
- lastUpdated: 1646036693000,
1909
+ lastUpdated: 1655390134000,
1869
1910
  docs: "https://vueuse.org/shared/watchDebounced/",
1870
1911
  category: "Watch",
1871
1912
  description: "debounced watch",
@@ -1876,7 +1917,7 @@ var functions$1 = [
1876
1917
  {
1877
1918
  name: "watchIgnorable",
1878
1919
  "package": "shared",
1879
- lastUpdated: 1646036662000,
1920
+ lastUpdated: 1655390134000,
1880
1921
  docs: "https://vueuse.org/shared/watchIgnorable/",
1881
1922
  category: "Watch",
1882
1923
  description: "ignorable watch",
@@ -1887,7 +1928,7 @@ var functions$1 = [
1887
1928
  {
1888
1929
  name: "watchOnce",
1889
1930
  "package": "shared",
1890
- lastUpdated: 1643036457000,
1931
+ lastUpdated: 1655390134000,
1891
1932
  docs: "https://vueuse.org/shared/watchOnce/",
1892
1933
  category: "Watch",
1893
1934
  description: "`watch` that only triggers once"
@@ -1895,7 +1936,7 @@ var functions$1 = [
1895
1936
  {
1896
1937
  name: "watchPausable",
1897
1938
  "package": "shared",
1898
- lastUpdated: 1645958231000,
1939
+ lastUpdated: 1655390134000,
1899
1940
  docs: "https://vueuse.org/shared/watchPausable/",
1900
1941
  category: "Watch",
1901
1942
  description: "pausable watch",
@@ -1906,7 +1947,7 @@ var functions$1 = [
1906
1947
  {
1907
1948
  name: "watchThrottled",
1908
1949
  "package": "shared",
1909
- lastUpdated: 1646036722000,
1950
+ lastUpdated: 1655390134000,
1910
1951
  docs: "https://vueuse.org/shared/watchThrottled/",
1911
1952
  category: "Watch",
1912
1953
  description: "throttled watch",
@@ -1917,7 +1958,7 @@ var functions$1 = [
1917
1958
  {
1918
1959
  name: "watchWithFilter",
1919
1960
  "package": "shared",
1920
- lastUpdated: 1639818708000,
1961
+ lastUpdated: 1655390134000,
1921
1962
  docs: "https://vueuse.org/shared/watchWithFilter/",
1922
1963
  category: "Watch",
1923
1964
  description: "`watch` with additional EventFilter control"
package/index.json CHANGED
@@ -135,6 +135,7 @@
135
135
  "@Motion",
136
136
  "@Router",
137
137
  "@RxJS",
138
+ "@SchemaOrg",
138
139
  "@Sound"
139
140
  ],
140
141
  "functions": [
@@ -213,6 +214,13 @@
213
214
  "category": "State",
214
215
  "description": "create global state that can be injected into components"
215
216
  },
217
+ {
218
+ "name": "createSchemaOrg",
219
+ "package": "schema-org",
220
+ "description": "create the schema.org manager instance.",
221
+ "category": "@SchemaOrg",
222
+ "external": "https://vue-schema-org.netlify.app/api/core/create-schema-org.html"
223
+ },
216
224
  {
217
225
  "name": "createSharedComposable",
218
226
  "package": "shared",
@@ -320,7 +328,7 @@
320
328
  {
321
329
  "name": "onClickOutside",
322
330
  "package": "core",
323
- "lastUpdated": 1651595373000,
331
+ "lastUpdated": 1655390356000,
324
332
  "component": true,
325
333
  "directive": true,
326
334
  "docs": "https://vueuse.org/core/onClickOutside/",
@@ -514,7 +522,7 @@
514
522
  {
515
523
  "name": "toRefs",
516
524
  "package": "shared",
517
- "lastUpdated": 1639818708000,
525
+ "lastUpdated": 1655284952000,
518
526
  "docs": "https://vueuse.org/shared/toRefs/",
519
527
  "category": "Utilities",
520
528
  "description": "extended [`toRefs`](https://v3.vuejs.org/api/refs-api.html#torefs) that also accepts refs of an object"
@@ -522,7 +530,7 @@
522
530
  {
523
531
  "name": "tryOnBeforeMount",
524
532
  "package": "shared",
525
- "lastUpdated": 1648316956000,
533
+ "lastUpdated": 1655284952000,
526
534
  "docs": "https://vueuse.org/shared/tryOnBeforeMount/",
527
535
  "category": "Component",
528
536
  "description": "safe `onBeforeMount`"
@@ -562,7 +570,7 @@
562
570
  {
563
571
  "name": "unrefElement",
564
572
  "package": "core",
565
- "lastUpdated": 1647329736000,
573
+ "lastUpdated": 1655390655000,
566
574
  "docs": "https://vueuse.org/core/unrefElement/",
567
575
  "category": "Component",
568
576
  "description": "unref for dom element"
@@ -570,7 +578,7 @@
570
578
  {
571
579
  "name": "until",
572
580
  "package": "shared",
573
- "lastUpdated": 1639818708000,
581
+ "lastUpdated": 1655391355000,
574
582
  "docs": "https://vueuse.org/shared/until/",
575
583
  "category": "Watch",
576
584
  "description": "promised one-time watch for changes"
@@ -600,6 +608,15 @@
600
608
  "category": "State",
601
609
  "description": "reactive async state"
602
610
  },
611
+ {
612
+ "name": "useAsyncValidator",
613
+ "package": "integrations",
614
+ "lastUpdated": 1654001397000,
615
+ "component": true,
616
+ "docs": "https://vueuse.org/integrations/useAsyncValidator/",
617
+ "category": "@Integrations",
618
+ "description": "wrapper for [`async-validator`](https://github.com/yiminghe/async-validator)"
619
+ },
603
620
  {
604
621
  "name": "useAuth",
605
622
  "package": "firebase",
@@ -611,7 +628,7 @@
611
628
  {
612
629
  "name": "useAxios",
613
630
  "package": "integrations",
614
- "lastUpdated": 1651595391000,
631
+ "lastUpdated": 1652670635000,
615
632
  "docs": "https://vueuse.org/integrations/useAxios/",
616
633
  "category": "@Integrations",
617
634
  "description": "wrapper for [`axios`](https://github.com/axios/axios)"
@@ -731,7 +748,7 @@
731
748
  {
732
749
  "name": "useCssVar",
733
750
  "package": "core",
734
- "lastUpdated": 1644734137000,
751
+ "lastUpdated": 1654000791000,
735
752
  "docs": "https://vueuse.org/core/useCssVar/",
736
753
  "category": "Browser",
737
754
  "description": "manipulate CSS variables"
@@ -867,6 +884,14 @@
867
884
  "category": "@Integrations",
868
885
  "description": "reactive instance for [drauu](https://github.com/antfu/drauu)"
869
886
  },
887
+ {
888
+ "name": "useDropZone",
889
+ "package": "core",
890
+ "lastUpdated": 1654000449000,
891
+ "docs": "https://vueuse.org/core/useDropZone/",
892
+ "category": "Elements",
893
+ "description": "create an zone where files can be dropped"
894
+ },
870
895
  {
871
896
  "name": "useElementBounding",
872
897
  "package": "core",
@@ -971,7 +996,7 @@
971
996
  {
972
997
  "name": "useFetch",
973
998
  "package": "core",
974
- "lastUpdated": 1651597361000,
999
+ "lastUpdated": 1655284505000,
975
1000
  "docs": "https://vueuse.org/core/useFetch/",
976
1001
  "category": "Network",
977
1002
  "description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
@@ -987,7 +1012,7 @@
987
1012
  {
988
1013
  "name": "useFirestore",
989
1014
  "package": "firebase",
990
- "lastUpdated": 1651597361000,
1015
+ "lastUpdated": 1655284952000,
991
1016
  "docs": "https://vueuse.org/firebase/useFirestore/",
992
1017
  "category": "@Firebase",
993
1018
  "description": "reactive [Firestore](https://firebase.google.com/docs/firestore) binding"
@@ -995,7 +1020,7 @@
995
1020
  {
996
1021
  "name": "useFocus",
997
1022
  "package": "core",
998
- "lastUpdated": 1645994965000,
1023
+ "lastUpdated": 1652671318000,
999
1024
  "docs": "https://vueuse.org/core/useFocus/",
1000
1025
  "category": "Sensors",
1001
1026
  "description": "reactive utility to track or set the focus state of a DOM element"
@@ -1075,10 +1100,19 @@
1075
1100
  "category": "Sensors",
1076
1101
  "description": "tracks whether the user is being inactive"
1077
1102
  },
1103
+ {
1104
+ "name": "useImage",
1105
+ "package": "core",
1106
+ "lastUpdated": 1655391918000,
1107
+ "component": true,
1108
+ "docs": "https://vueuse.org/core/useImage/",
1109
+ "category": "Browser",
1110
+ "description": "reactive load an image in the browser"
1111
+ },
1078
1112
  {
1079
1113
  "name": "useInfiniteScroll",
1080
1114
  "package": "core",
1081
- "lastUpdated": 1644314143000,
1115
+ "lastUpdated": 1654001422000,
1082
1116
  "directive": true,
1083
1117
  "docs": "https://vueuse.org/core/useInfiniteScroll/",
1084
1118
  "category": "Sensors",
@@ -1104,7 +1138,7 @@
1104
1138
  {
1105
1139
  "name": "useIntervalFn",
1106
1140
  "package": "shared",
1107
- "lastUpdated": 1644285131000,
1141
+ "lastUpdated": 1655390255000,
1108
1142
  "docs": "https://vueuse.org/shared/useIntervalFn/",
1109
1143
  "category": "Animation",
1110
1144
  "description": "wrapper for `setInterval` with controls"
@@ -1168,7 +1202,7 @@
1168
1202
  {
1169
1203
  "name": "useMagicKeys",
1170
1204
  "package": "core",
1171
- "lastUpdated": 1648221737000,
1205
+ "lastUpdated": 1654170563000,
1172
1206
  "docs": "https://vueuse.org/core/useMagicKeys/",
1173
1207
  "category": "Sensors",
1174
1208
  "description": "reactive keys pressed state"
@@ -1192,7 +1226,7 @@
1192
1226
  {
1193
1227
  "name": "useMediaQuery",
1194
1228
  "package": "core",
1195
- "lastUpdated": 1648316956000,
1229
+ "lastUpdated": 1651956934000,
1196
1230
  "docs": "https://vueuse.org/core/useMediaQuery/",
1197
1231
  "category": "Browser",
1198
1232
  "description": "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
@@ -1254,7 +1288,7 @@
1254
1288
  {
1255
1289
  "name": "useMouseInElement",
1256
1290
  "package": "core",
1257
- "lastUpdated": 1639442454000,
1291
+ "lastUpdated": 1653249796000,
1258
1292
  "component": true,
1259
1293
  "docs": "https://vueuse.org/core/useMouseInElement/",
1260
1294
  "category": "Elements",
@@ -1440,7 +1474,7 @@
1440
1474
  {
1441
1475
  "name": "useResizeObserver",
1442
1476
  "package": "core",
1443
- "lastUpdated": 1647220329000,
1477
+ "lastUpdated": 1655284952000,
1444
1478
  "docs": "https://vueuse.org/core/useResizeObserver/",
1445
1479
  "category": "Elements",
1446
1480
  "description": "reports changes to the dimensions of an Element's content or the border-box"
@@ -1469,6 +1503,13 @@
1469
1503
  "category": "@Firebase",
1470
1504
  "description": "reactive [Firebase Realtime Database](https://firebase.google.com/docs/database) binding"
1471
1505
  },
1506
+ {
1507
+ "name": "useSchemaOrg",
1508
+ "package": "schema-org",
1509
+ "description": "update schema.org reactively.",
1510
+ "category": "@SchemaOrg",
1511
+ "external": "https://vue-schema-org.netlify.app/api/core/use-schema-org.html"
1512
+ },
1472
1513
  {
1473
1514
  "name": "useScreenOrientation",
1474
1515
  "package": "core",
@@ -1497,7 +1538,7 @@
1497
1538
  {
1498
1539
  "name": "useScroll",
1499
1540
  "package": "core",
1500
- "lastUpdated": 1639818708000,
1541
+ "lastUpdated": 1655390158000,
1501
1542
  "directive": true,
1502
1543
  "docs": "https://vueuse.org/core/useScroll/",
1503
1544
  "category": "Sensors",
@@ -1506,7 +1547,7 @@
1506
1547
  {
1507
1548
  "name": "useScrollLock",
1508
1549
  "package": "core",
1509
- "lastUpdated": 1651765495000,
1550
+ "lastUpdated": 1652227755000,
1510
1551
  "directive": true,
1511
1552
  "docs": "https://vueuse.org/core/useScrollLock/",
1512
1553
  "category": "Sensors",
@@ -1665,7 +1706,7 @@
1665
1706
  {
1666
1707
  "name": "useTimeoutFn",
1667
1708
  "package": "shared",
1668
- "lastUpdated": 1642756441000,
1709
+ "lastUpdated": 1655284952000,
1669
1710
  "docs": "https://vueuse.org/shared/useTimeoutFn/",
1670
1711
  "category": "Animation",
1671
1712
  "description": "wrapper for `setTimeout` with controls"
@@ -1714,7 +1755,7 @@
1714
1755
  {
1715
1756
  "name": "useUrlSearchParams",
1716
1757
  "package": "core",
1717
- "lastUpdated": 1651597361000,
1758
+ "lastUpdated": 1655390581000,
1718
1759
  "docs": "https://vueuse.org/core/useUrlSearchParams/",
1719
1760
  "category": "Browser",
1720
1761
  "description": "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
@@ -1750,7 +1791,7 @@
1750
1791
  {
1751
1792
  "name": "useVModel",
1752
1793
  "package": "core",
1753
- "lastUpdated": 1651765702000,
1794
+ "lastUpdated": 1653434335000,
1754
1795
  "docs": "https://vueuse.org/core/useVModel/",
1755
1796
  "category": "Component",
1756
1797
  "description": "shorthand for v-model binding"
@@ -1758,7 +1799,7 @@
1758
1799
  {
1759
1800
  "name": "useVModels",
1760
1801
  "package": "core",
1761
- "lastUpdated": 1651596668000,
1802
+ "lastUpdated": 1655284952000,
1762
1803
  "docs": "https://vueuse.org/core/useVModels/",
1763
1804
  "category": "Component",
1764
1805
  "description": "shorthand for props v-model binding"
@@ -1798,7 +1839,7 @@
1798
1839
  {
1799
1840
  "name": "useWebWorkerFn",
1800
1841
  "package": "core",
1801
- "lastUpdated": 1639442454000,
1842
+ "lastUpdated": 1655284952000,
1802
1843
  "docs": "https://vueuse.org/core/useWebWorkerFn/",
1803
1844
  "category": "Misc",
1804
1845
  "description": "run expensive functions without blocking the UI"
@@ -1848,13 +1889,13 @@
1848
1889
  {
1849
1890
  "name": "utils",
1850
1891
  "package": "shared",
1851
- "lastUpdated": 1651597361000,
1892
+ "lastUpdated": 1652598461000,
1852
1893
  "internal": true
1853
1894
  },
1854
1895
  {
1855
1896
  "name": "watchAtMost",
1856
1897
  "package": "shared",
1857
- "lastUpdated": 1643036457000,
1898
+ "lastUpdated": 1655390134000,
1858
1899
  "docs": "https://vueuse.org/shared/watchAtMost/",
1859
1900
  "category": "Watch",
1860
1901
  "description": "`watch` with the number of times triggered"
@@ -1862,7 +1903,7 @@
1862
1903
  {
1863
1904
  "name": "watchDebounced",
1864
1905
  "package": "shared",
1865
- "lastUpdated": 1646036693000,
1906
+ "lastUpdated": 1655390134000,
1866
1907
  "docs": "https://vueuse.org/shared/watchDebounced/",
1867
1908
  "category": "Watch",
1868
1909
  "description": "debounced watch",
@@ -1873,7 +1914,7 @@
1873
1914
  {
1874
1915
  "name": "watchIgnorable",
1875
1916
  "package": "shared",
1876
- "lastUpdated": 1646036662000,
1917
+ "lastUpdated": 1655390134000,
1877
1918
  "docs": "https://vueuse.org/shared/watchIgnorable/",
1878
1919
  "category": "Watch",
1879
1920
  "description": "ignorable watch",
@@ -1884,7 +1925,7 @@
1884
1925
  {
1885
1926
  "name": "watchOnce",
1886
1927
  "package": "shared",
1887
- "lastUpdated": 1643036457000,
1928
+ "lastUpdated": 1655390134000,
1888
1929
  "docs": "https://vueuse.org/shared/watchOnce/",
1889
1930
  "category": "Watch",
1890
1931
  "description": "`watch` that only triggers once"
@@ -1892,7 +1933,7 @@
1892
1933
  {
1893
1934
  "name": "watchPausable",
1894
1935
  "package": "shared",
1895
- "lastUpdated": 1645958231000,
1936
+ "lastUpdated": 1655390134000,
1896
1937
  "docs": "https://vueuse.org/shared/watchPausable/",
1897
1938
  "category": "Watch",
1898
1939
  "description": "pausable watch",
@@ -1903,7 +1944,7 @@
1903
1944
  {
1904
1945
  "name": "watchThrottled",
1905
1946
  "package": "shared",
1906
- "lastUpdated": 1646036722000,
1947
+ "lastUpdated": 1655390134000,
1907
1948
  "docs": "https://vueuse.org/shared/watchThrottled/",
1908
1949
  "category": "Watch",
1909
1950
  "description": "throttled watch",
@@ -1914,7 +1955,7 @@
1914
1955
  {
1915
1956
  "name": "watchWithFilter",
1916
1957
  "package": "shared",
1917
- "lastUpdated": 1639818708000,
1958
+ "lastUpdated": 1655390134000,
1918
1959
  "docs": "https://vueuse.org/shared/watchWithFilter/",
1919
1960
  "category": "Watch",
1920
1961
  "description": "`watch` with additional EventFilter control"
package/index.mjs CHANGED
@@ -134,6 +134,7 @@ var categories$1 = [
134
134
  "@Motion",
135
135
  "@Router",
136
136
  "@RxJS",
137
+ "@SchemaOrg",
137
138
  "@Sound"
138
139
  ];
139
140
  var functions$1 = [
@@ -212,6 +213,13 @@ var functions$1 = [
212
213
  category: "State",
213
214
  description: "create global state that can be injected into components"
214
215
  },
216
+ {
217
+ name: "createSchemaOrg",
218
+ "package": "schema-org",
219
+ description: "create the schema.org manager instance.",
220
+ category: "@SchemaOrg",
221
+ external: "https://vue-schema-org.netlify.app/api/core/create-schema-org.html"
222
+ },
215
223
  {
216
224
  name: "createSharedComposable",
217
225
  "package": "shared",
@@ -319,7 +327,7 @@ var functions$1 = [
319
327
  {
320
328
  name: "onClickOutside",
321
329
  "package": "core",
322
- lastUpdated: 1651595373000,
330
+ lastUpdated: 1655390356000,
323
331
  component: true,
324
332
  directive: true,
325
333
  docs: "https://vueuse.org/core/onClickOutside/",
@@ -513,7 +521,7 @@ var functions$1 = [
513
521
  {
514
522
  name: "toRefs",
515
523
  "package": "shared",
516
- lastUpdated: 1639818708000,
524
+ lastUpdated: 1655284952000,
517
525
  docs: "https://vueuse.org/shared/toRefs/",
518
526
  category: "Utilities",
519
527
  description: "extended [`toRefs`](https://v3.vuejs.org/api/refs-api.html#torefs) that also accepts refs of an object"
@@ -521,7 +529,7 @@ var functions$1 = [
521
529
  {
522
530
  name: "tryOnBeforeMount",
523
531
  "package": "shared",
524
- lastUpdated: 1648316956000,
532
+ lastUpdated: 1655284952000,
525
533
  docs: "https://vueuse.org/shared/tryOnBeforeMount/",
526
534
  category: "Component",
527
535
  description: "safe `onBeforeMount`"
@@ -561,7 +569,7 @@ var functions$1 = [
561
569
  {
562
570
  name: "unrefElement",
563
571
  "package": "core",
564
- lastUpdated: 1647329736000,
572
+ lastUpdated: 1655390655000,
565
573
  docs: "https://vueuse.org/core/unrefElement/",
566
574
  category: "Component",
567
575
  description: "unref for dom element"
@@ -569,7 +577,7 @@ var functions$1 = [
569
577
  {
570
578
  name: "until",
571
579
  "package": "shared",
572
- lastUpdated: 1639818708000,
580
+ lastUpdated: 1655391355000,
573
581
  docs: "https://vueuse.org/shared/until/",
574
582
  category: "Watch",
575
583
  description: "promised one-time watch for changes"
@@ -599,6 +607,15 @@ var functions$1 = [
599
607
  category: "State",
600
608
  description: "reactive async state"
601
609
  },
610
+ {
611
+ name: "useAsyncValidator",
612
+ "package": "integrations",
613
+ lastUpdated: 1654001397000,
614
+ component: true,
615
+ docs: "https://vueuse.org/integrations/useAsyncValidator/",
616
+ category: "@Integrations",
617
+ description: "wrapper for [`async-validator`](https://github.com/yiminghe/async-validator)"
618
+ },
602
619
  {
603
620
  name: "useAuth",
604
621
  "package": "firebase",
@@ -610,7 +627,7 @@ var functions$1 = [
610
627
  {
611
628
  name: "useAxios",
612
629
  "package": "integrations",
613
- lastUpdated: 1651595391000,
630
+ lastUpdated: 1652670635000,
614
631
  docs: "https://vueuse.org/integrations/useAxios/",
615
632
  category: "@Integrations",
616
633
  description: "wrapper for [`axios`](https://github.com/axios/axios)"
@@ -730,7 +747,7 @@ var functions$1 = [
730
747
  {
731
748
  name: "useCssVar",
732
749
  "package": "core",
733
- lastUpdated: 1644734137000,
750
+ lastUpdated: 1654000791000,
734
751
  docs: "https://vueuse.org/core/useCssVar/",
735
752
  category: "Browser",
736
753
  description: "manipulate CSS variables"
@@ -866,6 +883,14 @@ var functions$1 = [
866
883
  category: "@Integrations",
867
884
  description: "reactive instance for [drauu](https://github.com/antfu/drauu)"
868
885
  },
886
+ {
887
+ name: "useDropZone",
888
+ "package": "core",
889
+ lastUpdated: 1654000449000,
890
+ docs: "https://vueuse.org/core/useDropZone/",
891
+ category: "Elements",
892
+ description: "create an zone where files can be dropped"
893
+ },
869
894
  {
870
895
  name: "useElementBounding",
871
896
  "package": "core",
@@ -970,7 +995,7 @@ var functions$1 = [
970
995
  {
971
996
  name: "useFetch",
972
997
  "package": "core",
973
- lastUpdated: 1651597361000,
998
+ lastUpdated: 1655284505000,
974
999
  docs: "https://vueuse.org/core/useFetch/",
975
1000
  category: "Network",
976
1001
  description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
@@ -986,7 +1011,7 @@ var functions$1 = [
986
1011
  {
987
1012
  name: "useFirestore",
988
1013
  "package": "firebase",
989
- lastUpdated: 1651597361000,
1014
+ lastUpdated: 1655284952000,
990
1015
  docs: "https://vueuse.org/firebase/useFirestore/",
991
1016
  category: "@Firebase",
992
1017
  description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding"
@@ -994,7 +1019,7 @@ var functions$1 = [
994
1019
  {
995
1020
  name: "useFocus",
996
1021
  "package": "core",
997
- lastUpdated: 1645994965000,
1022
+ lastUpdated: 1652671318000,
998
1023
  docs: "https://vueuse.org/core/useFocus/",
999
1024
  category: "Sensors",
1000
1025
  description: "reactive utility to track or set the focus state of a DOM element"
@@ -1074,10 +1099,19 @@ var functions$1 = [
1074
1099
  category: "Sensors",
1075
1100
  description: "tracks whether the user is being inactive"
1076
1101
  },
1102
+ {
1103
+ name: "useImage",
1104
+ "package": "core",
1105
+ lastUpdated: 1655391918000,
1106
+ component: true,
1107
+ docs: "https://vueuse.org/core/useImage/",
1108
+ category: "Browser",
1109
+ description: "reactive load an image in the browser"
1110
+ },
1077
1111
  {
1078
1112
  name: "useInfiniteScroll",
1079
1113
  "package": "core",
1080
- lastUpdated: 1644314143000,
1114
+ lastUpdated: 1654001422000,
1081
1115
  directive: true,
1082
1116
  docs: "https://vueuse.org/core/useInfiniteScroll/",
1083
1117
  category: "Sensors",
@@ -1103,7 +1137,7 @@ var functions$1 = [
1103
1137
  {
1104
1138
  name: "useIntervalFn",
1105
1139
  "package": "shared",
1106
- lastUpdated: 1644285131000,
1140
+ lastUpdated: 1655390255000,
1107
1141
  docs: "https://vueuse.org/shared/useIntervalFn/",
1108
1142
  category: "Animation",
1109
1143
  description: "wrapper for `setInterval` with controls"
@@ -1167,7 +1201,7 @@ var functions$1 = [
1167
1201
  {
1168
1202
  name: "useMagicKeys",
1169
1203
  "package": "core",
1170
- lastUpdated: 1648221737000,
1204
+ lastUpdated: 1654170563000,
1171
1205
  docs: "https://vueuse.org/core/useMagicKeys/",
1172
1206
  category: "Sensors",
1173
1207
  description: "reactive keys pressed state"
@@ -1191,7 +1225,7 @@ var functions$1 = [
1191
1225
  {
1192
1226
  name: "useMediaQuery",
1193
1227
  "package": "core",
1194
- lastUpdated: 1648316956000,
1228
+ lastUpdated: 1651956934000,
1195
1229
  docs: "https://vueuse.org/core/useMediaQuery/",
1196
1230
  category: "Browser",
1197
1231
  description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
@@ -1253,7 +1287,7 @@ var functions$1 = [
1253
1287
  {
1254
1288
  name: "useMouseInElement",
1255
1289
  "package": "core",
1256
- lastUpdated: 1639442454000,
1290
+ lastUpdated: 1653249796000,
1257
1291
  component: true,
1258
1292
  docs: "https://vueuse.org/core/useMouseInElement/",
1259
1293
  category: "Elements",
@@ -1439,7 +1473,7 @@ var functions$1 = [
1439
1473
  {
1440
1474
  name: "useResizeObserver",
1441
1475
  "package": "core",
1442
- lastUpdated: 1647220329000,
1476
+ lastUpdated: 1655284952000,
1443
1477
  docs: "https://vueuse.org/core/useResizeObserver/",
1444
1478
  category: "Elements",
1445
1479
  description: "reports changes to the dimensions of an Element's content or the border-box"
@@ -1468,6 +1502,13 @@ var functions$1 = [
1468
1502
  category: "@Firebase",
1469
1503
  description: "reactive [Firebase Realtime Database](https://firebase.google.com/docs/database) binding"
1470
1504
  },
1505
+ {
1506
+ name: "useSchemaOrg",
1507
+ "package": "schema-org",
1508
+ description: "update schema.org reactively.",
1509
+ category: "@SchemaOrg",
1510
+ external: "https://vue-schema-org.netlify.app/api/core/use-schema-org.html"
1511
+ },
1471
1512
  {
1472
1513
  name: "useScreenOrientation",
1473
1514
  "package": "core",
@@ -1496,7 +1537,7 @@ var functions$1 = [
1496
1537
  {
1497
1538
  name: "useScroll",
1498
1539
  "package": "core",
1499
- lastUpdated: 1639818708000,
1540
+ lastUpdated: 1655390158000,
1500
1541
  directive: true,
1501
1542
  docs: "https://vueuse.org/core/useScroll/",
1502
1543
  category: "Sensors",
@@ -1505,7 +1546,7 @@ var functions$1 = [
1505
1546
  {
1506
1547
  name: "useScrollLock",
1507
1548
  "package": "core",
1508
- lastUpdated: 1651765495000,
1549
+ lastUpdated: 1652227755000,
1509
1550
  directive: true,
1510
1551
  docs: "https://vueuse.org/core/useScrollLock/",
1511
1552
  category: "Sensors",
@@ -1664,7 +1705,7 @@ var functions$1 = [
1664
1705
  {
1665
1706
  name: "useTimeoutFn",
1666
1707
  "package": "shared",
1667
- lastUpdated: 1642756441000,
1708
+ lastUpdated: 1655284952000,
1668
1709
  docs: "https://vueuse.org/shared/useTimeoutFn/",
1669
1710
  category: "Animation",
1670
1711
  description: "wrapper for `setTimeout` with controls"
@@ -1713,7 +1754,7 @@ var functions$1 = [
1713
1754
  {
1714
1755
  name: "useUrlSearchParams",
1715
1756
  "package": "core",
1716
- lastUpdated: 1651597361000,
1757
+ lastUpdated: 1655390581000,
1717
1758
  docs: "https://vueuse.org/core/useUrlSearchParams/",
1718
1759
  category: "Browser",
1719
1760
  description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
@@ -1749,7 +1790,7 @@ var functions$1 = [
1749
1790
  {
1750
1791
  name: "useVModel",
1751
1792
  "package": "core",
1752
- lastUpdated: 1651765702000,
1793
+ lastUpdated: 1653434335000,
1753
1794
  docs: "https://vueuse.org/core/useVModel/",
1754
1795
  category: "Component",
1755
1796
  description: "shorthand for v-model binding"
@@ -1757,7 +1798,7 @@ var functions$1 = [
1757
1798
  {
1758
1799
  name: "useVModels",
1759
1800
  "package": "core",
1760
- lastUpdated: 1651596668000,
1801
+ lastUpdated: 1655284952000,
1761
1802
  docs: "https://vueuse.org/core/useVModels/",
1762
1803
  category: "Component",
1763
1804
  description: "shorthand for props v-model binding"
@@ -1797,7 +1838,7 @@ var functions$1 = [
1797
1838
  {
1798
1839
  name: "useWebWorkerFn",
1799
1840
  "package": "core",
1800
- lastUpdated: 1639442454000,
1841
+ lastUpdated: 1655284952000,
1801
1842
  docs: "https://vueuse.org/core/useWebWorkerFn/",
1802
1843
  category: "Misc",
1803
1844
  description: "run expensive functions without blocking the UI"
@@ -1847,13 +1888,13 @@ var functions$1 = [
1847
1888
  {
1848
1889
  name: "utils",
1849
1890
  "package": "shared",
1850
- lastUpdated: 1651597361000,
1891
+ lastUpdated: 1652598461000,
1851
1892
  internal: true
1852
1893
  },
1853
1894
  {
1854
1895
  name: "watchAtMost",
1855
1896
  "package": "shared",
1856
- lastUpdated: 1643036457000,
1897
+ lastUpdated: 1655390134000,
1857
1898
  docs: "https://vueuse.org/shared/watchAtMost/",
1858
1899
  category: "Watch",
1859
1900
  description: "`watch` with the number of times triggered"
@@ -1861,7 +1902,7 @@ var functions$1 = [
1861
1902
  {
1862
1903
  name: "watchDebounced",
1863
1904
  "package": "shared",
1864
- lastUpdated: 1646036693000,
1905
+ lastUpdated: 1655390134000,
1865
1906
  docs: "https://vueuse.org/shared/watchDebounced/",
1866
1907
  category: "Watch",
1867
1908
  description: "debounced watch",
@@ -1872,7 +1913,7 @@ var functions$1 = [
1872
1913
  {
1873
1914
  name: "watchIgnorable",
1874
1915
  "package": "shared",
1875
- lastUpdated: 1646036662000,
1916
+ lastUpdated: 1655390134000,
1876
1917
  docs: "https://vueuse.org/shared/watchIgnorable/",
1877
1918
  category: "Watch",
1878
1919
  description: "ignorable watch",
@@ -1883,7 +1924,7 @@ var functions$1 = [
1883
1924
  {
1884
1925
  name: "watchOnce",
1885
1926
  "package": "shared",
1886
- lastUpdated: 1643036457000,
1927
+ lastUpdated: 1655390134000,
1887
1928
  docs: "https://vueuse.org/shared/watchOnce/",
1888
1929
  category: "Watch",
1889
1930
  description: "`watch` that only triggers once"
@@ -1891,7 +1932,7 @@ var functions$1 = [
1891
1932
  {
1892
1933
  name: "watchPausable",
1893
1934
  "package": "shared",
1894
- lastUpdated: 1645958231000,
1935
+ lastUpdated: 1655390134000,
1895
1936
  docs: "https://vueuse.org/shared/watchPausable/",
1896
1937
  category: "Watch",
1897
1938
  description: "pausable watch",
@@ -1902,7 +1943,7 @@ var functions$1 = [
1902
1943
  {
1903
1944
  name: "watchThrottled",
1904
1945
  "package": "shared",
1905
- lastUpdated: 1646036722000,
1946
+ lastUpdated: 1655390134000,
1906
1947
  docs: "https://vueuse.org/shared/watchThrottled/",
1907
1948
  category: "Watch",
1908
1949
  description: "throttled watch",
@@ -1913,7 +1954,7 @@ var functions$1 = [
1913
1954
  {
1914
1955
  name: "watchWithFilter",
1915
1956
  "package": "shared",
1916
- lastUpdated: 1639818708000,
1957
+ lastUpdated: 1655390134000,
1917
1958
  docs: "https://vueuse.org/shared/watchWithFilter/",
1918
1959
  category: "Watch",
1919
1960
  description: "`watch` with additional EventFilter control"
package/package.json CHANGED
@@ -1,39 +1,39 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
- "version": "8.4.2",
3
+ "version": "8.7.0",
4
4
  "description": "Metadata for VueUse functions",
5
- "keywords": [
6
- "vue",
7
- "vue-use"
8
- ],
9
- "license": "MIT",
10
5
  "author": "Anthony Fu <https://github.com/antfu>",
6
+ "license": "MIT",
7
+ "funding": "https://github.com/sponsors/antfu",
8
+ "homepage": "https://github.com/vueuse/vueuse/tree/main/packages/metadata#readme",
11
9
  "repository": {
12
10
  "type": "git",
13
11
  "url": "git+https://github.com/vueuse/vueuse.git",
14
12
  "directory": "packages/metadata"
15
13
  },
16
- "funding": "https://github.com/sponsors/antfu",
17
- "main": "./index.cjs",
18
- "module": "./index.mjs",
19
- "types": "./index.d.ts",
14
+ "bugs": {
15
+ "url": "https://github.com/vueuse/vueuse/issues"
16
+ },
17
+ "keywords": [
18
+ "vue",
19
+ "vue-use"
20
+ ],
21
+ "sideEffects": false,
20
22
  "exports": {
21
23
  ".": {
22
- "import": "./index.mjs",
24
+ "types": "./index.d.ts",
23
25
  "require": "./index.cjs",
24
- "types": "./index.d.ts"
26
+ "import": "./index.mjs"
25
27
  },
26
28
  "./*": "./*"
27
29
  },
30
+ "main": "./index.cjs",
31
+ "module": "./index.mjs",
32
+ "types": "./index.d.ts",
28
33
  "files": [
29
34
  "index.*"
30
35
  ],
31
- "sideEffects": false,
32
36
  "scripts": {
33
37
  "update": "esno scripts/update.ts"
34
- },
35
- "bugs": {
36
- "url": "https://github.com/vueuse/vueuse/issues"
37
- },
38
- "homepage": "https://github.com/vueuse/vueuse/tree/main/packages/metadata#readme"
38
+ }
39
39
  }