@vueuse/metadata 9.8.1 → 9.9.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 +4 -4
- package/index.json +4 -4
- package/index.mjs +4 -4
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -754,7 +754,7 @@ var functions$1 = [
|
|
|
754
754
|
{
|
|
755
755
|
name: "useAsyncState",
|
|
756
756
|
"package": "core",
|
|
757
|
-
lastUpdated:
|
|
757
|
+
lastUpdated: 1671824332000,
|
|
758
758
|
docs: "https://vueuse.org/core/useAsyncState/",
|
|
759
759
|
category: "State",
|
|
760
760
|
description: "reactive async state"
|
|
@@ -1191,7 +1191,7 @@ var functions$1 = [
|
|
|
1191
1191
|
{
|
|
1192
1192
|
name: "useFetch",
|
|
1193
1193
|
"package": "core",
|
|
1194
|
-
lastUpdated:
|
|
1194
|
+
lastUpdated: 1671824350000,
|
|
1195
1195
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1196
1196
|
category: "Network",
|
|
1197
1197
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1946,7 +1946,7 @@ var functions$1 = [
|
|
|
1946
1946
|
{
|
|
1947
1947
|
name: "useStorage",
|
|
1948
1948
|
"package": "core",
|
|
1949
|
-
lastUpdated:
|
|
1949
|
+
lastUpdated: 1671545826000,
|
|
1950
1950
|
docs: "https://vueuse.org/core/useStorage/",
|
|
1951
1951
|
category: "State",
|
|
1952
1952
|
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)",
|
|
@@ -2077,7 +2077,7 @@ var functions$1 = [
|
|
|
2077
2077
|
{
|
|
2078
2078
|
name: "useTimeAgo",
|
|
2079
2079
|
"package": "core",
|
|
2080
|
-
lastUpdated:
|
|
2080
|
+
lastUpdated: 1671824301000,
|
|
2081
2081
|
component: true,
|
|
2082
2082
|
docs: "https://vueuse.org/core/useTimeAgo/",
|
|
2083
2083
|
category: "Time",
|
package/index.json
CHANGED
|
@@ -753,7 +753,7 @@
|
|
|
753
753
|
{
|
|
754
754
|
"name": "useAsyncState",
|
|
755
755
|
"package": "core",
|
|
756
|
-
"lastUpdated":
|
|
756
|
+
"lastUpdated": 1671824332000,
|
|
757
757
|
"docs": "https://vueuse.org/core/useAsyncState/",
|
|
758
758
|
"category": "State",
|
|
759
759
|
"description": "reactive async state"
|
|
@@ -1190,7 +1190,7 @@
|
|
|
1190
1190
|
{
|
|
1191
1191
|
"name": "useFetch",
|
|
1192
1192
|
"package": "core",
|
|
1193
|
-
"lastUpdated":
|
|
1193
|
+
"lastUpdated": 1671824350000,
|
|
1194
1194
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
1195
1195
|
"category": "Network",
|
|
1196
1196
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1945,7 +1945,7 @@
|
|
|
1945
1945
|
{
|
|
1946
1946
|
"name": "useStorage",
|
|
1947
1947
|
"package": "core",
|
|
1948
|
-
"lastUpdated":
|
|
1948
|
+
"lastUpdated": 1671545826000,
|
|
1949
1949
|
"docs": "https://vueuse.org/core/useStorage/",
|
|
1950
1950
|
"category": "State",
|
|
1951
1951
|
"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)",
|
|
@@ -2076,7 +2076,7 @@
|
|
|
2076
2076
|
{
|
|
2077
2077
|
"name": "useTimeAgo",
|
|
2078
2078
|
"package": "core",
|
|
2079
|
-
"lastUpdated":
|
|
2079
|
+
"lastUpdated": 1671824301000,
|
|
2080
2080
|
"component": true,
|
|
2081
2081
|
"docs": "https://vueuse.org/core/useTimeAgo/",
|
|
2082
2082
|
"category": "Time",
|
package/index.mjs
CHANGED
|
@@ -752,7 +752,7 @@ var functions$1 = [
|
|
|
752
752
|
{
|
|
753
753
|
name: "useAsyncState",
|
|
754
754
|
"package": "core",
|
|
755
|
-
lastUpdated:
|
|
755
|
+
lastUpdated: 1671824332000,
|
|
756
756
|
docs: "https://vueuse.org/core/useAsyncState/",
|
|
757
757
|
category: "State",
|
|
758
758
|
description: "reactive async state"
|
|
@@ -1189,7 +1189,7 @@ var functions$1 = [
|
|
|
1189
1189
|
{
|
|
1190
1190
|
name: "useFetch",
|
|
1191
1191
|
"package": "core",
|
|
1192
|
-
lastUpdated:
|
|
1192
|
+
lastUpdated: 1671824350000,
|
|
1193
1193
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1194
1194
|
category: "Network",
|
|
1195
1195
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1944,7 +1944,7 @@ var functions$1 = [
|
|
|
1944
1944
|
{
|
|
1945
1945
|
name: "useStorage",
|
|
1946
1946
|
"package": "core",
|
|
1947
|
-
lastUpdated:
|
|
1947
|
+
lastUpdated: 1671545826000,
|
|
1948
1948
|
docs: "https://vueuse.org/core/useStorage/",
|
|
1949
1949
|
category: "State",
|
|
1950
1950
|
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)",
|
|
@@ -2075,7 +2075,7 @@ var functions$1 = [
|
|
|
2075
2075
|
{
|
|
2076
2076
|
name: "useTimeAgo",
|
|
2077
2077
|
"package": "core",
|
|
2078
|
-
lastUpdated:
|
|
2078
|
+
lastUpdated: 1671824301000,
|
|
2079
2079
|
component: true,
|
|
2080
2080
|
docs: "https://vueuse.org/core/useTimeAgo/",
|
|
2081
2081
|
category: "Time",
|