@vueuse/metadata 8.2.4 → 8.2.5

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 +11 -11
  2. package/index.json +11 -11
  3. package/index.mjs +11 -11
  4. package/package.json +1 -1
package/index.cjs CHANGED
@@ -613,7 +613,7 @@ var functions$1 = [
613
613
  {
614
614
  name: "useAxios",
615
615
  "package": "integrations",
616
- lastUpdated: 1648362823000,
616
+ lastUpdated: 1649251191000,
617
617
  docs: "https://vueuse.org/integrations/useAxios/",
618
618
  category: "@Integrations",
619
619
  description: "wrapper for [`axios`](https://github.com/axios/axios)"
@@ -763,7 +763,7 @@ var functions$1 = [
763
763
  {
764
764
  name: "useDateFormat",
765
765
  "package": "shared",
766
- lastUpdated: 1646467330000,
766
+ lastUpdated: 1649251191000,
767
767
  docs: "https://vueuse.org/shared/useDateFormat/",
768
768
  category: "Utilities",
769
769
  description: "get the formatted date according to the string of tokens passed in"
@@ -827,7 +827,7 @@ var functions$1 = [
827
827
  {
828
828
  name: "useDisplayMedia",
829
829
  "package": "core",
830
- lastUpdated: 1639818708000,
830
+ lastUpdated: 1649251191000,
831
831
  docs: "https://vueuse.org/core/useDisplayMedia/",
832
832
  category: "Sensors",
833
833
  description: "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming",
@@ -1178,7 +1178,7 @@ var functions$1 = [
1178
1178
  {
1179
1179
  name: "useMediaControls",
1180
1180
  "package": "core",
1181
- lastUpdated: 1646036662000,
1181
+ lastUpdated: 1649251191000,
1182
1182
  docs: "https://vueuse.org/core/useMediaControls/",
1183
1183
  category: "Browser",
1184
1184
  description: "reactive media controls for both `audio` and `video` elements"
@@ -1492,7 +1492,7 @@ var functions$1 = [
1492
1492
  {
1493
1493
  name: "useScrollLock",
1494
1494
  "package": "core",
1495
- lastUpdated: 1646237369000,
1495
+ lastUpdated: 1649251191000,
1496
1496
  directive: true,
1497
1497
  docs: "https://vueuse.org/core/useScrollLock/",
1498
1498
  category: "Sensors",
@@ -1692,7 +1692,7 @@ var functions$1 = [
1692
1692
  {
1693
1693
  name: "useTransition",
1694
1694
  "package": "core",
1695
- lastUpdated: 1642756441000,
1695
+ lastUpdated: 1649251191000,
1696
1696
  docs: "https://vueuse.org/core/useTransition/",
1697
1697
  category: "Animation",
1698
1698
  description: "transition between values"
@@ -1736,7 +1736,7 @@ var functions$1 = [
1736
1736
  {
1737
1737
  name: "useVModel",
1738
1738
  "package": "core",
1739
- lastUpdated: 1639442454000,
1739
+ lastUpdated: 1649251191000,
1740
1740
  docs: "https://vueuse.org/core/useVModel/",
1741
1741
  category: "Component",
1742
1742
  description: "shorthand for v-model binding"
@@ -1752,7 +1752,7 @@ var functions$1 = [
1752
1752
  {
1753
1753
  name: "useWakeLock",
1754
1754
  "package": "core",
1755
- lastUpdated: 1640682127000,
1755
+ lastUpdated: 1649251191000,
1756
1756
  docs: "https://vueuse.org/core/useWakeLock/",
1757
1757
  category: "Browser",
1758
1758
  description: "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API) provides a way to prevent devices from dimming or locking the screen when an application needs to keep running"
@@ -1768,7 +1768,7 @@ var functions$1 = [
1768
1768
  {
1769
1769
  name: "useWebSocket",
1770
1770
  "package": "core",
1771
- lastUpdated: 1647674451000,
1771
+ lastUpdated: 1649251191000,
1772
1772
  docs: "https://vueuse.org/core/useWebSocket/",
1773
1773
  category: "Network",
1774
1774
  description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
@@ -1834,7 +1834,7 @@ var functions$1 = [
1834
1834
  {
1835
1835
  name: "utils",
1836
1836
  "package": "shared",
1837
- lastUpdated: 1647335923000,
1837
+ lastUpdated: 1649251191000,
1838
1838
  internal: true
1839
1839
  },
1840
1840
  {
@@ -1908,7 +1908,7 @@ var functions$1 = [
1908
1908
  {
1909
1909
  name: "whenever",
1910
1910
  "package": "shared",
1911
- lastUpdated: 1644664454000,
1911
+ lastUpdated: 1649251191000,
1912
1912
  docs: "https://vueuse.org/shared/whenever/",
1913
1913
  category: "Watch",
1914
1914
  description: "shorthand for watching value to be truthy"
package/index.json CHANGED
@@ -610,7 +610,7 @@
610
610
  {
611
611
  "name": "useAxios",
612
612
  "package": "integrations",
613
- "lastUpdated": 1648362823000,
613
+ "lastUpdated": 1649251191000,
614
614
  "docs": "https://vueuse.org/integrations/useAxios/",
615
615
  "category": "@Integrations",
616
616
  "description": "wrapper for [`axios`](https://github.com/axios/axios)"
@@ -760,7 +760,7 @@
760
760
  {
761
761
  "name": "useDateFormat",
762
762
  "package": "shared",
763
- "lastUpdated": 1646467330000,
763
+ "lastUpdated": 1649251191000,
764
764
  "docs": "https://vueuse.org/shared/useDateFormat/",
765
765
  "category": "Utilities",
766
766
  "description": "get the formatted date according to the string of tokens passed in"
@@ -824,7 +824,7 @@
824
824
  {
825
825
  "name": "useDisplayMedia",
826
826
  "package": "core",
827
- "lastUpdated": 1639818708000,
827
+ "lastUpdated": 1649251191000,
828
828
  "docs": "https://vueuse.org/core/useDisplayMedia/",
829
829
  "category": "Sensors",
830
830
  "description": "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming",
@@ -1175,7 +1175,7 @@
1175
1175
  {
1176
1176
  "name": "useMediaControls",
1177
1177
  "package": "core",
1178
- "lastUpdated": 1646036662000,
1178
+ "lastUpdated": 1649251191000,
1179
1179
  "docs": "https://vueuse.org/core/useMediaControls/",
1180
1180
  "category": "Browser",
1181
1181
  "description": "reactive media controls for both `audio` and `video` elements"
@@ -1489,7 +1489,7 @@
1489
1489
  {
1490
1490
  "name": "useScrollLock",
1491
1491
  "package": "core",
1492
- "lastUpdated": 1646237369000,
1492
+ "lastUpdated": 1649251191000,
1493
1493
  "directive": true,
1494
1494
  "docs": "https://vueuse.org/core/useScrollLock/",
1495
1495
  "category": "Sensors",
@@ -1689,7 +1689,7 @@
1689
1689
  {
1690
1690
  "name": "useTransition",
1691
1691
  "package": "core",
1692
- "lastUpdated": 1642756441000,
1692
+ "lastUpdated": 1649251191000,
1693
1693
  "docs": "https://vueuse.org/core/useTransition/",
1694
1694
  "category": "Animation",
1695
1695
  "description": "transition between values"
@@ -1733,7 +1733,7 @@
1733
1733
  {
1734
1734
  "name": "useVModel",
1735
1735
  "package": "core",
1736
- "lastUpdated": 1639442454000,
1736
+ "lastUpdated": 1649251191000,
1737
1737
  "docs": "https://vueuse.org/core/useVModel/",
1738
1738
  "category": "Component",
1739
1739
  "description": "shorthand for v-model binding"
@@ -1749,7 +1749,7 @@
1749
1749
  {
1750
1750
  "name": "useWakeLock",
1751
1751
  "package": "core",
1752
- "lastUpdated": 1640682127000,
1752
+ "lastUpdated": 1649251191000,
1753
1753
  "docs": "https://vueuse.org/core/useWakeLock/",
1754
1754
  "category": "Browser",
1755
1755
  "description": "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API) provides a way to prevent devices from dimming or locking the screen when an application needs to keep running"
@@ -1765,7 +1765,7 @@
1765
1765
  {
1766
1766
  "name": "useWebSocket",
1767
1767
  "package": "core",
1768
- "lastUpdated": 1647674451000,
1768
+ "lastUpdated": 1649251191000,
1769
1769
  "docs": "https://vueuse.org/core/useWebSocket/",
1770
1770
  "category": "Network",
1771
1771
  "description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
@@ -1831,7 +1831,7 @@
1831
1831
  {
1832
1832
  "name": "utils",
1833
1833
  "package": "shared",
1834
- "lastUpdated": 1647335923000,
1834
+ "lastUpdated": 1649251191000,
1835
1835
  "internal": true
1836
1836
  },
1837
1837
  {
@@ -1905,7 +1905,7 @@
1905
1905
  {
1906
1906
  "name": "whenever",
1907
1907
  "package": "shared",
1908
- "lastUpdated": 1644664454000,
1908
+ "lastUpdated": 1649251191000,
1909
1909
  "docs": "https://vueuse.org/shared/whenever/",
1910
1910
  "category": "Watch",
1911
1911
  "description": "shorthand for watching value to be truthy"
package/index.mjs CHANGED
@@ -609,7 +609,7 @@ var functions$1 = [
609
609
  {
610
610
  name: "useAxios",
611
611
  "package": "integrations",
612
- lastUpdated: 1648362823000,
612
+ lastUpdated: 1649251191000,
613
613
  docs: "https://vueuse.org/integrations/useAxios/",
614
614
  category: "@Integrations",
615
615
  description: "wrapper for [`axios`](https://github.com/axios/axios)"
@@ -759,7 +759,7 @@ var functions$1 = [
759
759
  {
760
760
  name: "useDateFormat",
761
761
  "package": "shared",
762
- lastUpdated: 1646467330000,
762
+ lastUpdated: 1649251191000,
763
763
  docs: "https://vueuse.org/shared/useDateFormat/",
764
764
  category: "Utilities",
765
765
  description: "get the formatted date according to the string of tokens passed in"
@@ -823,7 +823,7 @@ var functions$1 = [
823
823
  {
824
824
  name: "useDisplayMedia",
825
825
  "package": "core",
826
- lastUpdated: 1639818708000,
826
+ lastUpdated: 1649251191000,
827
827
  docs: "https://vueuse.org/core/useDisplayMedia/",
828
828
  category: "Sensors",
829
829
  description: "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming",
@@ -1174,7 +1174,7 @@ var functions$1 = [
1174
1174
  {
1175
1175
  name: "useMediaControls",
1176
1176
  "package": "core",
1177
- lastUpdated: 1646036662000,
1177
+ lastUpdated: 1649251191000,
1178
1178
  docs: "https://vueuse.org/core/useMediaControls/",
1179
1179
  category: "Browser",
1180
1180
  description: "reactive media controls for both `audio` and `video` elements"
@@ -1488,7 +1488,7 @@ var functions$1 = [
1488
1488
  {
1489
1489
  name: "useScrollLock",
1490
1490
  "package": "core",
1491
- lastUpdated: 1646237369000,
1491
+ lastUpdated: 1649251191000,
1492
1492
  directive: true,
1493
1493
  docs: "https://vueuse.org/core/useScrollLock/",
1494
1494
  category: "Sensors",
@@ -1688,7 +1688,7 @@ var functions$1 = [
1688
1688
  {
1689
1689
  name: "useTransition",
1690
1690
  "package": "core",
1691
- lastUpdated: 1642756441000,
1691
+ lastUpdated: 1649251191000,
1692
1692
  docs: "https://vueuse.org/core/useTransition/",
1693
1693
  category: "Animation",
1694
1694
  description: "transition between values"
@@ -1732,7 +1732,7 @@ var functions$1 = [
1732
1732
  {
1733
1733
  name: "useVModel",
1734
1734
  "package": "core",
1735
- lastUpdated: 1639442454000,
1735
+ lastUpdated: 1649251191000,
1736
1736
  docs: "https://vueuse.org/core/useVModel/",
1737
1737
  category: "Component",
1738
1738
  description: "shorthand for v-model binding"
@@ -1748,7 +1748,7 @@ var functions$1 = [
1748
1748
  {
1749
1749
  name: "useWakeLock",
1750
1750
  "package": "core",
1751
- lastUpdated: 1640682127000,
1751
+ lastUpdated: 1649251191000,
1752
1752
  docs: "https://vueuse.org/core/useWakeLock/",
1753
1753
  category: "Browser",
1754
1754
  description: "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API) provides a way to prevent devices from dimming or locking the screen when an application needs to keep running"
@@ -1764,7 +1764,7 @@ var functions$1 = [
1764
1764
  {
1765
1765
  name: "useWebSocket",
1766
1766
  "package": "core",
1767
- lastUpdated: 1647674451000,
1767
+ lastUpdated: 1649251191000,
1768
1768
  docs: "https://vueuse.org/core/useWebSocket/",
1769
1769
  category: "Network",
1770
1770
  description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
@@ -1830,7 +1830,7 @@ var functions$1 = [
1830
1830
  {
1831
1831
  name: "utils",
1832
1832
  "package": "shared",
1833
- lastUpdated: 1647335923000,
1833
+ lastUpdated: 1649251191000,
1834
1834
  internal: true
1835
1835
  },
1836
1836
  {
@@ -1904,7 +1904,7 @@ var functions$1 = [
1904
1904
  {
1905
1905
  name: "whenever",
1906
1906
  "package": "shared",
1907
- lastUpdated: 1644664454000,
1907
+ lastUpdated: 1649251191000,
1908
1908
  docs: "https://vueuse.org/shared/whenever/",
1909
1909
  category: "Watch",
1910
1910
  description: "shorthand for watching value to be truthy"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
- "version": "8.2.4",
3
+ "version": "8.2.5",
4
4
  "description": "Metadata for VueUse functions",
5
5
  "keywords": [
6
6
  "vue",