@vueuse/metadata 8.0.0-beta.3 → 8.0.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.
- package/index.cjs +11 -3
- package/index.json +11 -3
- package/index.mjs +11 -3
- package/package.json +8 -8
package/index.cjs
CHANGED
|
@@ -580,7 +580,7 @@ var functions$1 = [
|
|
|
580
580
|
{
|
|
581
581
|
name: "useAsyncState",
|
|
582
582
|
"package": "core",
|
|
583
|
-
lastUpdated:
|
|
583
|
+
lastUpdated: 1646822437000,
|
|
584
584
|
docs: "https://vueuse.org/core/useAsyncState/",
|
|
585
585
|
category: "State",
|
|
586
586
|
description: "reactive async state"
|
|
@@ -596,7 +596,7 @@ var functions$1 = [
|
|
|
596
596
|
{
|
|
597
597
|
name: "useAxios",
|
|
598
598
|
"package": "integrations",
|
|
599
|
-
lastUpdated:
|
|
599
|
+
lastUpdated: 1646982997000,
|
|
600
600
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
601
601
|
category: "@Integrations",
|
|
602
602
|
description: "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -830,7 +830,7 @@ var functions$1 = [
|
|
|
830
830
|
{
|
|
831
831
|
name: "useDraggable",
|
|
832
832
|
"package": "core",
|
|
833
|
-
lastUpdated:
|
|
833
|
+
lastUpdated: 1646979642000,
|
|
834
834
|
component: true,
|
|
835
835
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
836
836
|
category: "Elements",
|
|
@@ -952,6 +952,14 @@ var functions$1 = [
|
|
|
952
952
|
category: "Network",
|
|
953
953
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
954
954
|
},
|
|
955
|
+
{
|
|
956
|
+
name: "useFileSystemAccess",
|
|
957
|
+
"package": "core",
|
|
958
|
+
lastUpdated: 1646983790000,
|
|
959
|
+
docs: "https://vueuse.org/core/useFileSystemAccess/",
|
|
960
|
+
category: "Browser",
|
|
961
|
+
description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
962
|
+
},
|
|
955
963
|
{
|
|
956
964
|
name: "useFirestore",
|
|
957
965
|
"package": "firebase",
|
package/index.json
CHANGED
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
{
|
|
578
578
|
"name": "useAsyncState",
|
|
579
579
|
"package": "core",
|
|
580
|
-
"lastUpdated":
|
|
580
|
+
"lastUpdated": 1646822437000,
|
|
581
581
|
"docs": "https://vueuse.org/core/useAsyncState/",
|
|
582
582
|
"category": "State",
|
|
583
583
|
"description": "reactive async state"
|
|
@@ -593,7 +593,7 @@
|
|
|
593
593
|
{
|
|
594
594
|
"name": "useAxios",
|
|
595
595
|
"package": "integrations",
|
|
596
|
-
"lastUpdated":
|
|
596
|
+
"lastUpdated": 1646982997000,
|
|
597
597
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
598
598
|
"category": "@Integrations",
|
|
599
599
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -827,7 +827,7 @@
|
|
|
827
827
|
{
|
|
828
828
|
"name": "useDraggable",
|
|
829
829
|
"package": "core",
|
|
830
|
-
"lastUpdated":
|
|
830
|
+
"lastUpdated": 1646979642000,
|
|
831
831
|
"component": true,
|
|
832
832
|
"docs": "https://vueuse.org/core/useDraggable/",
|
|
833
833
|
"category": "Elements",
|
|
@@ -949,6 +949,14 @@
|
|
|
949
949
|
"category": "Network",
|
|
950
950
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
951
951
|
},
|
|
952
|
+
{
|
|
953
|
+
"name": "useFileSystemAccess",
|
|
954
|
+
"package": "core",
|
|
955
|
+
"lastUpdated": 1646983790000,
|
|
956
|
+
"docs": "https://vueuse.org/core/useFileSystemAccess/",
|
|
957
|
+
"category": "Browser",
|
|
958
|
+
"description": "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
959
|
+
},
|
|
952
960
|
{
|
|
953
961
|
"name": "useFirestore",
|
|
954
962
|
"package": "firebase",
|
package/index.mjs
CHANGED
|
@@ -576,7 +576,7 @@ var functions$1 = [
|
|
|
576
576
|
{
|
|
577
577
|
name: "useAsyncState",
|
|
578
578
|
"package": "core",
|
|
579
|
-
lastUpdated:
|
|
579
|
+
lastUpdated: 1646822437000,
|
|
580
580
|
docs: "https://vueuse.org/core/useAsyncState/",
|
|
581
581
|
category: "State",
|
|
582
582
|
description: "reactive async state"
|
|
@@ -592,7 +592,7 @@ var functions$1 = [
|
|
|
592
592
|
{
|
|
593
593
|
name: "useAxios",
|
|
594
594
|
"package": "integrations",
|
|
595
|
-
lastUpdated:
|
|
595
|
+
lastUpdated: 1646982997000,
|
|
596
596
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
597
597
|
category: "@Integrations",
|
|
598
598
|
description: "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -826,7 +826,7 @@ var functions$1 = [
|
|
|
826
826
|
{
|
|
827
827
|
name: "useDraggable",
|
|
828
828
|
"package": "core",
|
|
829
|
-
lastUpdated:
|
|
829
|
+
lastUpdated: 1646979642000,
|
|
830
830
|
component: true,
|
|
831
831
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
832
832
|
category: "Elements",
|
|
@@ -948,6 +948,14 @@ var functions$1 = [
|
|
|
948
948
|
category: "Network",
|
|
949
949
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
950
950
|
},
|
|
951
|
+
{
|
|
952
|
+
name: "useFileSystemAccess",
|
|
953
|
+
"package": "core",
|
|
954
|
+
lastUpdated: 1646983790000,
|
|
955
|
+
docs: "https://vueuse.org/core/useFileSystemAccess/",
|
|
956
|
+
category: "Browser",
|
|
957
|
+
description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
958
|
+
},
|
|
951
959
|
{
|
|
952
960
|
name: "useFirestore",
|
|
953
961
|
"package": "firebase",
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueuse/metadata",
|
|
3
|
-
"version": "8.0.0
|
|
3
|
+
"version": "8.0.0",
|
|
4
4
|
"description": "Metadata for VueUse functions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vue",
|
|
7
7
|
"vue-use"
|
|
8
8
|
],
|
|
9
9
|
"license": "MIT",
|
|
10
|
+
"author": "Anthony Fu <https://github.com/antfu>",
|
|
10
11
|
"repository": {
|
|
11
12
|
"type": "git",
|
|
12
13
|
"url": "git+https://github.com/vueuse/vueuse.git",
|
|
13
14
|
"directory": "packages/metadata"
|
|
14
15
|
},
|
|
15
16
|
"funding": "https://github.com/sponsors/antfu",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
],
|
|
17
|
+
"main": "./index.cjs",
|
|
18
|
+
"module": "./index.mjs",
|
|
19
|
+
"types": "./index.d.ts",
|
|
20
20
|
"exports": {
|
|
21
21
|
".": {
|
|
22
22
|
"import": "./index.mjs",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
},
|
|
26
26
|
"./*": "./*"
|
|
27
27
|
},
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
"files": [
|
|
29
|
+
"index.*"
|
|
30
|
+
],
|
|
31
31
|
"sideEffects": false,
|
|
32
32
|
"scripts": {
|
|
33
33
|
"update": "esno scripts/update.ts"
|