@vueuse/metadata 10.10.0 → 10.10.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 CHANGED
@@ -398,7 +398,7 @@ var functions$1 = [
398
398
  {
399
399
  name: "makeDestructurable",
400
400
  "package": "shared",
401
- lastUpdated: 1716809983000,
401
+ lastUpdated: 1718112591000,
402
402
  docs: "https://vueuse.org/shared/makeDestructurable/",
403
403
  category: "Utilities",
404
404
  description: "make isomorphic destructurable for object and array at the same time"
@@ -1336,7 +1336,7 @@ var functions$1 = [
1336
1336
  {
1337
1337
  name: "useFocus",
1338
1338
  "package": "core",
1339
- lastUpdated: 1690717931000,
1339
+ lastUpdated: 1716889695000,
1340
1340
  docs: "https://vueuse.org/core/useFocus/",
1341
1341
  category: "Sensors",
1342
1342
  description: "reactive utility to track or set the focus state of a DOM element"
@@ -2062,7 +2062,7 @@ var functions$1 = [
2062
2062
  {
2063
2063
  name: "useSpeechRecognition",
2064
2064
  "package": "core",
2065
- lastUpdated: 1681373709000,
2065
+ lastUpdated: 1716889635000,
2066
2066
  docs: "https://vueuse.org/core/useSpeechRecognition/",
2067
2067
  category: "Sensors",
2068
2068
  description: "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
package/index.json CHANGED
@@ -397,7 +397,7 @@
397
397
  {
398
398
  "name": "makeDestructurable",
399
399
  "package": "shared",
400
- "lastUpdated": 1716809983000,
400
+ "lastUpdated": 1718112591000,
401
401
  "docs": "https://vueuse.org/shared/makeDestructurable/",
402
402
  "category": "Utilities",
403
403
  "description": "make isomorphic destructurable for object and array at the same time"
@@ -1335,7 +1335,7 @@
1335
1335
  {
1336
1336
  "name": "useFocus",
1337
1337
  "package": "core",
1338
- "lastUpdated": 1690717931000,
1338
+ "lastUpdated": 1716889695000,
1339
1339
  "docs": "https://vueuse.org/core/useFocus/",
1340
1340
  "category": "Sensors",
1341
1341
  "description": "reactive utility to track or set the focus state of a DOM element"
@@ -2061,7 +2061,7 @@
2061
2061
  {
2062
2062
  "name": "useSpeechRecognition",
2063
2063
  "package": "core",
2064
- "lastUpdated": 1681373709000,
2064
+ "lastUpdated": 1716889635000,
2065
2065
  "docs": "https://vueuse.org/core/useSpeechRecognition/",
2066
2066
  "category": "Sensors",
2067
2067
  "description": "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
package/index.mjs CHANGED
@@ -396,7 +396,7 @@ var functions$1 = [
396
396
  {
397
397
  name: "makeDestructurable",
398
398
  "package": "shared",
399
- lastUpdated: 1716809983000,
399
+ lastUpdated: 1718112591000,
400
400
  docs: "https://vueuse.org/shared/makeDestructurable/",
401
401
  category: "Utilities",
402
402
  description: "make isomorphic destructurable for object and array at the same time"
@@ -1334,7 +1334,7 @@ var functions$1 = [
1334
1334
  {
1335
1335
  name: "useFocus",
1336
1336
  "package": "core",
1337
- lastUpdated: 1690717931000,
1337
+ lastUpdated: 1716889695000,
1338
1338
  docs: "https://vueuse.org/core/useFocus/",
1339
1339
  category: "Sensors",
1340
1340
  description: "reactive utility to track or set the focus state of a DOM element"
@@ -2060,7 +2060,7 @@ var functions$1 = [
2060
2060
  {
2061
2061
  name: "useSpeechRecognition",
2062
2062
  "package": "core",
2063
- lastUpdated: 1681373709000,
2063
+ lastUpdated: 1716889635000,
2064
2064
  docs: "https://vueuse.org/core/useSpeechRecognition/",
2065
2065
  category: "Sensors",
2066
2066
  description: "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
3
  "type": "module",
4
- "version": "10.10.0",
4
+ "version": "10.10.1",
5
5
  "description": "Metadata for VueUse functions",
6
6
  "author": "Anthony Fu <https://github.com/antfu>",
7
7
  "license": "MIT",