@vueuse/metadata 8.2.3 → 8.2.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 +3 -3
- package/index.json +3 -3
- package/index.mjs +3 -3
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -864,7 +864,7 @@ var functions$1 = [
|
|
|
864
864
|
{
|
|
865
865
|
name: "useElementBounding",
|
|
866
866
|
"package": "core",
|
|
867
|
-
lastUpdated:
|
|
867
|
+
lastUpdated: 1649003456000,
|
|
868
868
|
component: true,
|
|
869
869
|
docs: "https://vueuse.org/core/useElementBounding/",
|
|
870
870
|
category: "Elements",
|
|
@@ -965,7 +965,7 @@ var functions$1 = [
|
|
|
965
965
|
{
|
|
966
966
|
name: "useFetch",
|
|
967
967
|
"package": "core",
|
|
968
|
-
lastUpdated:
|
|
968
|
+
lastUpdated: 1649003571000,
|
|
969
969
|
docs: "https://vueuse.org/core/useFetch/",
|
|
970
970
|
category: "Network",
|
|
971
971
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1547,7 +1547,7 @@ var functions$1 = [
|
|
|
1547
1547
|
{
|
|
1548
1548
|
name: "useStorage",
|
|
1549
1549
|
"package": "core",
|
|
1550
|
-
lastUpdated:
|
|
1550
|
+
lastUpdated: 1649003494000,
|
|
1551
1551
|
docs: "https://vueuse.org/core/useStorage/",
|
|
1552
1552
|
category: "State",
|
|
1553
1553
|
description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
package/index.json
CHANGED
|
@@ -861,7 +861,7 @@
|
|
|
861
861
|
{
|
|
862
862
|
"name": "useElementBounding",
|
|
863
863
|
"package": "core",
|
|
864
|
-
"lastUpdated":
|
|
864
|
+
"lastUpdated": 1649003456000,
|
|
865
865
|
"component": true,
|
|
866
866
|
"docs": "https://vueuse.org/core/useElementBounding/",
|
|
867
867
|
"category": "Elements",
|
|
@@ -962,7 +962,7 @@
|
|
|
962
962
|
{
|
|
963
963
|
"name": "useFetch",
|
|
964
964
|
"package": "core",
|
|
965
|
-
"lastUpdated":
|
|
965
|
+
"lastUpdated": 1649003571000,
|
|
966
966
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
967
967
|
"category": "Network",
|
|
968
968
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1544,7 +1544,7 @@
|
|
|
1544
1544
|
{
|
|
1545
1545
|
"name": "useStorage",
|
|
1546
1546
|
"package": "core",
|
|
1547
|
-
"lastUpdated":
|
|
1547
|
+
"lastUpdated": 1649003494000,
|
|
1548
1548
|
"docs": "https://vueuse.org/core/useStorage/",
|
|
1549
1549
|
"category": "State",
|
|
1550
1550
|
"description": "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
package/index.mjs
CHANGED
|
@@ -860,7 +860,7 @@ var functions$1 = [
|
|
|
860
860
|
{
|
|
861
861
|
name: "useElementBounding",
|
|
862
862
|
"package": "core",
|
|
863
|
-
lastUpdated:
|
|
863
|
+
lastUpdated: 1649003456000,
|
|
864
864
|
component: true,
|
|
865
865
|
docs: "https://vueuse.org/core/useElementBounding/",
|
|
866
866
|
category: "Elements",
|
|
@@ -961,7 +961,7 @@ var functions$1 = [
|
|
|
961
961
|
{
|
|
962
962
|
name: "useFetch",
|
|
963
963
|
"package": "core",
|
|
964
|
-
lastUpdated:
|
|
964
|
+
lastUpdated: 1649003571000,
|
|
965
965
|
docs: "https://vueuse.org/core/useFetch/",
|
|
966
966
|
category: "Network",
|
|
967
967
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1543,7 +1543,7 @@ var functions$1 = [
|
|
|
1543
1543
|
{
|
|
1544
1544
|
name: "useStorage",
|
|
1545
1545
|
"package": "core",
|
|
1546
|
-
lastUpdated:
|
|
1546
|
+
lastUpdated: 1649003494000,
|
|
1547
1547
|
docs: "https://vueuse.org/core/useStorage/",
|
|
1548
1548
|
category: "State",
|
|
1549
1549
|
description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|