@vueuse/metadata 8.9.3 → 8.9.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
@@ -920,7 +920,7 @@ var functions$1 = [
920
920
  {
921
921
  name: "useDropZone",
922
922
  "package": "core",
923
- lastUpdated: 1654000449000,
923
+ lastUpdated: 1658039779000,
924
924
  docs: "https://vueuse.org/core/useDropZone/",
925
925
  category: "Elements",
926
926
  description: "create an zone where files can be dropped"
@@ -1037,7 +1037,7 @@ var functions$1 = [
1037
1037
  {
1038
1038
  name: "useFileDialog",
1039
1039
  "package": "core",
1040
- lastUpdated: 1657259710000,
1040
+ lastUpdated: 1657953065000,
1041
1041
  docs: "https://vueuse.org/core/useFileDialog/",
1042
1042
  category: "Browser",
1043
1043
  description: "open file dialog with ease"
@@ -1153,7 +1153,7 @@ var functions$1 = [
1153
1153
  {
1154
1154
  name: "useInfiniteScroll",
1155
1155
  "package": "core",
1156
- lastUpdated: 1654001422000,
1156
+ lastUpdated: 1657953098000,
1157
1157
  directive: true,
1158
1158
  docs: "https://vueuse.org/core/useInfiniteScroll/",
1159
1159
  category: "Sensors",
package/index.json CHANGED
@@ -917,7 +917,7 @@
917
917
  {
918
918
  "name": "useDropZone",
919
919
  "package": "core",
920
- "lastUpdated": 1654000449000,
920
+ "lastUpdated": 1658039779000,
921
921
  "docs": "https://vueuse.org/core/useDropZone/",
922
922
  "category": "Elements",
923
923
  "description": "create an zone where files can be dropped"
@@ -1034,7 +1034,7 @@
1034
1034
  {
1035
1035
  "name": "useFileDialog",
1036
1036
  "package": "core",
1037
- "lastUpdated": 1657259710000,
1037
+ "lastUpdated": 1657953065000,
1038
1038
  "docs": "https://vueuse.org/core/useFileDialog/",
1039
1039
  "category": "Browser",
1040
1040
  "description": "open file dialog with ease"
@@ -1150,7 +1150,7 @@
1150
1150
  {
1151
1151
  "name": "useInfiniteScroll",
1152
1152
  "package": "core",
1153
- "lastUpdated": 1654001422000,
1153
+ "lastUpdated": 1657953098000,
1154
1154
  "directive": true,
1155
1155
  "docs": "https://vueuse.org/core/useInfiniteScroll/",
1156
1156
  "category": "Sensors",
package/index.mjs CHANGED
@@ -916,7 +916,7 @@ var functions$1 = [
916
916
  {
917
917
  name: "useDropZone",
918
918
  "package": "core",
919
- lastUpdated: 1654000449000,
919
+ lastUpdated: 1658039779000,
920
920
  docs: "https://vueuse.org/core/useDropZone/",
921
921
  category: "Elements",
922
922
  description: "create an zone where files can be dropped"
@@ -1033,7 +1033,7 @@ var functions$1 = [
1033
1033
  {
1034
1034
  name: "useFileDialog",
1035
1035
  "package": "core",
1036
- lastUpdated: 1657259710000,
1036
+ lastUpdated: 1657953065000,
1037
1037
  docs: "https://vueuse.org/core/useFileDialog/",
1038
1038
  category: "Browser",
1039
1039
  description: "open file dialog with ease"
@@ -1149,7 +1149,7 @@ var functions$1 = [
1149
1149
  {
1150
1150
  name: "useInfiniteScroll",
1151
1151
  "package": "core",
1152
- lastUpdated: 1654001422000,
1152
+ lastUpdated: 1657953098000,
1153
1153
  directive: true,
1154
1154
  docs: "https://vueuse.org/core/useInfiniteScroll/",
1155
1155
  category: "Sensors",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
- "version": "8.9.3",
3
+ "version": "8.9.4",
4
4
  "description": "Metadata for VueUse functions",
5
5
  "author": "Anthony Fu <https://github.com/antfu>",
6
6
  "license": "MIT",