@vueuse/metadata 8.7.3 → 8.7.4

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
@@ -573,7 +573,7 @@ var functions$1 = [
573
573
  {
574
574
  name: "unrefElement",
575
575
  "package": "core",
576
- lastUpdated: 1655390655000,
576
+ lastUpdated: 1655551027000,
577
577
  docs: "https://vueuse.org/core/unrefElement/",
578
578
  category: "Component",
579
579
  description: "unref for dom element"
@@ -614,7 +614,7 @@ var functions$1 = [
614
614
  {
615
615
  name: "useAsyncValidator",
616
616
  "package": "integrations",
617
- lastUpdated: 1654001397000,
617
+ lastUpdated: 1655449097000,
618
618
  component: true,
619
619
  docs: "https://vueuse.org/integrations/useAsyncValidator/",
620
620
  category: "@Integrations",
@@ -653,6 +653,14 @@ var functions$1 = [
653
653
  category: "Sensors",
654
654
  description: "reactive [Battery Status API](https://developer.mozilla.org/en-US/docs/Web/API/Battery_Status_API)"
655
655
  },
656
+ {
657
+ name: "useBluetooth",
658
+ "package": "core",
659
+ lastUpdated: 1655394576000,
660
+ docs: "https://vueuse.org/core/useBluetooth/",
661
+ category: "Browser",
662
+ description: "a reactive for working with the [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API) which provides the ability to connect and interact with Bluetooth Low Energy peripherals"
663
+ },
656
664
  {
657
665
  name: "useBreakpoints",
658
666
  "package": "core",
@@ -1007,7 +1015,7 @@ var functions$1 = [
1007
1015
  {
1008
1016
  name: "useFileSystemAccess",
1009
1017
  "package": "core",
1010
- lastUpdated: 1646983790000,
1018
+ lastUpdated: 1655530131000,
1011
1019
  docs: "https://vueuse.org/core/useFileSystemAccess/",
1012
1020
  category: "Browser",
1013
1021
  description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
package/index.json CHANGED
@@ -570,7 +570,7 @@
570
570
  {
571
571
  "name": "unrefElement",
572
572
  "package": "core",
573
- "lastUpdated": 1655390655000,
573
+ "lastUpdated": 1655551027000,
574
574
  "docs": "https://vueuse.org/core/unrefElement/",
575
575
  "category": "Component",
576
576
  "description": "unref for dom element"
@@ -611,7 +611,7 @@
611
611
  {
612
612
  "name": "useAsyncValidator",
613
613
  "package": "integrations",
614
- "lastUpdated": 1654001397000,
614
+ "lastUpdated": 1655449097000,
615
615
  "component": true,
616
616
  "docs": "https://vueuse.org/integrations/useAsyncValidator/",
617
617
  "category": "@Integrations",
@@ -650,6 +650,14 @@
650
650
  "category": "Sensors",
651
651
  "description": "reactive [Battery Status API](https://developer.mozilla.org/en-US/docs/Web/API/Battery_Status_API)"
652
652
  },
653
+ {
654
+ "name": "useBluetooth",
655
+ "package": "core",
656
+ "lastUpdated": 1655394576000,
657
+ "docs": "https://vueuse.org/core/useBluetooth/",
658
+ "category": "Browser",
659
+ "description": "a reactive for working with the [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API) which provides the ability to connect and interact with Bluetooth Low Energy peripherals"
660
+ },
653
661
  {
654
662
  "name": "useBreakpoints",
655
663
  "package": "core",
@@ -1004,7 +1012,7 @@
1004
1012
  {
1005
1013
  "name": "useFileSystemAccess",
1006
1014
  "package": "core",
1007
- "lastUpdated": 1646983790000,
1015
+ "lastUpdated": 1655530131000,
1008
1016
  "docs": "https://vueuse.org/core/useFileSystemAccess/",
1009
1017
  "category": "Browser",
1010
1018
  "description": "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
package/index.mjs CHANGED
@@ -569,7 +569,7 @@ var functions$1 = [
569
569
  {
570
570
  name: "unrefElement",
571
571
  "package": "core",
572
- lastUpdated: 1655390655000,
572
+ lastUpdated: 1655551027000,
573
573
  docs: "https://vueuse.org/core/unrefElement/",
574
574
  category: "Component",
575
575
  description: "unref for dom element"
@@ -610,7 +610,7 @@ var functions$1 = [
610
610
  {
611
611
  name: "useAsyncValidator",
612
612
  "package": "integrations",
613
- lastUpdated: 1654001397000,
613
+ lastUpdated: 1655449097000,
614
614
  component: true,
615
615
  docs: "https://vueuse.org/integrations/useAsyncValidator/",
616
616
  category: "@Integrations",
@@ -649,6 +649,14 @@ var functions$1 = [
649
649
  category: "Sensors",
650
650
  description: "reactive [Battery Status API](https://developer.mozilla.org/en-US/docs/Web/API/Battery_Status_API)"
651
651
  },
652
+ {
653
+ name: "useBluetooth",
654
+ "package": "core",
655
+ lastUpdated: 1655394576000,
656
+ docs: "https://vueuse.org/core/useBluetooth/",
657
+ category: "Browser",
658
+ description: "a reactive for working with the [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API) which provides the ability to connect and interact with Bluetooth Low Energy peripherals"
659
+ },
652
660
  {
653
661
  name: "useBreakpoints",
654
662
  "package": "core",
@@ -1003,7 +1011,7 @@ var functions$1 = [
1003
1011
  {
1004
1012
  name: "useFileSystemAccess",
1005
1013
  "package": "core",
1006
- lastUpdated: 1646983790000,
1014
+ lastUpdated: 1655530131000,
1007
1015
  docs: "https://vueuse.org/core/useFileSystemAccess/",
1008
1016
  category: "Browser",
1009
1017
  description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
- "version": "8.7.3",
3
+ "version": "8.7.4",
4
4
  "description": "Metadata for VueUse functions",
5
5
  "author": "Anthony Fu <https://github.com/antfu>",
6
6
  "license": "MIT",