@vueuse/metadata 13.2.0 → 13.3.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.
Files changed (3) hide show
  1. package/index.json +5 -5
  2. package/index.mjs +5 -5
  3. package/package.json +1 -1
package/index.json CHANGED
@@ -156,7 +156,7 @@
156
156
  {
157
157
  "name": "computedAsync",
158
158
  "package": "core",
159
- "lastUpdated": 1747197061000,
159
+ "lastUpdated": 1748335916000,
160
160
  "docs": "https://vueuse.org/core/computedAsync/",
161
161
  "category": "Reactivity",
162
162
  "description": "computed for async functions",
@@ -1311,7 +1311,7 @@
1311
1311
  {
1312
1312
  "name": "useFetch",
1313
1313
  "package": "core",
1314
- "lastUpdated": 1741147666000,
1314
+ "lastUpdated": 1748335989000,
1315
1315
  "docs": "https://vueuse.org/core/useFetch/",
1316
1316
  "category": "Network",
1317
1317
  "description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
@@ -1481,7 +1481,7 @@
1481
1481
  {
1482
1482
  "name": "useIntervalFn",
1483
1483
  "package": "shared",
1484
- "lastUpdated": 1744088337000,
1484
+ "lastUpdated": 1748328969000,
1485
1485
  "docs": "https://vueuse.org/shared/useIntervalFn/",
1486
1486
  "category": "Animation",
1487
1487
  "description": "wrapper for `setInterval` with controls"
@@ -1706,7 +1706,7 @@
1706
1706
  {
1707
1707
  "name": "useNow",
1708
1708
  "package": "core",
1709
- "lastUpdated": 1739600241000,
1709
+ "lastUpdated": 1748020198000,
1710
1710
  "component": true,
1711
1711
  "docs": "https://vueuse.org/core/useNow/",
1712
1712
  "category": "Animation",
@@ -2064,7 +2064,7 @@
2064
2064
  {
2065
2065
  "name": "useSortable",
2066
2066
  "package": "integrations",
2067
- "lastUpdated": 1744032986000,
2067
+ "lastUpdated": 1748336126000,
2068
2068
  "component": true,
2069
2069
  "docs": "https://vueuse.org/integrations/useSortable/",
2070
2070
  "category": "@Integrations",
package/index.mjs CHANGED
@@ -155,7 +155,7 @@ var functions$1 = [
155
155
  {
156
156
  name: "computedAsync",
157
157
  "package": "core",
158
- lastUpdated: 1747197061000,
158
+ lastUpdated: 1748335916000,
159
159
  docs: "https://vueuse.org/core/computedAsync/",
160
160
  category: "Reactivity",
161
161
  description: "computed for async functions",
@@ -1310,7 +1310,7 @@ var functions$1 = [
1310
1310
  {
1311
1311
  name: "useFetch",
1312
1312
  "package": "core",
1313
- lastUpdated: 1741147666000,
1313
+ lastUpdated: 1748335989000,
1314
1314
  docs: "https://vueuse.org/core/useFetch/",
1315
1315
  category: "Network",
1316
1316
  description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
@@ -1480,7 +1480,7 @@ var functions$1 = [
1480
1480
  {
1481
1481
  name: "useIntervalFn",
1482
1482
  "package": "shared",
1483
- lastUpdated: 1744088337000,
1483
+ lastUpdated: 1748328969000,
1484
1484
  docs: "https://vueuse.org/shared/useIntervalFn/",
1485
1485
  category: "Animation",
1486
1486
  description: "wrapper for `setInterval` with controls"
@@ -1705,7 +1705,7 @@ var functions$1 = [
1705
1705
  {
1706
1706
  name: "useNow",
1707
1707
  "package": "core",
1708
- lastUpdated: 1739600241000,
1708
+ lastUpdated: 1748020198000,
1709
1709
  component: true,
1710
1710
  docs: "https://vueuse.org/core/useNow/",
1711
1711
  category: "Animation",
@@ -2063,7 +2063,7 @@ var functions$1 = [
2063
2063
  {
2064
2064
  name: "useSortable",
2065
2065
  "package": "integrations",
2066
- lastUpdated: 1744032986000,
2066
+ lastUpdated: 1748336126000,
2067
2067
  component: true,
2068
2068
  docs: "https://vueuse.org/integrations/useSortable/",
2069
2069
  category: "@Integrations",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
3
  "type": "module",
4
- "version": "13.2.0",
4
+ "version": "13.3.0",
5
5
  "description": "Metadata for VueUse functions",
6
6
  "author": "Anthony Fu <https://github.com/antfu>",
7
7
  "license": "MIT",