@vueuse/metadata 13.6.0 → 13.7.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 +20 -12
  2. package/index.mjs +20 -12
  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": 1748335916000,
159
+ "lastUpdated": 1754616581000,
160
160
  "docs": "https://vueuse.org/core/computedAsync/",
161
161
  "category": "Reactivity",
162
162
  "description": "computed for async functions",
@@ -730,7 +730,7 @@
730
730
  {
731
731
  "name": "useAnimate",
732
732
  "package": "core",
733
- "lastUpdated": 1741147666000,
733
+ "lastUpdated": 1754963370000,
734
734
  "docs": "https://vueuse.org/core/useAnimate/",
735
735
  "category": "Animation",
736
736
  "description": "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
@@ -842,7 +842,7 @@
842
842
  {
843
843
  "name": "useAsyncState",
844
844
  "package": "core",
845
- "lastUpdated": 1750322801000,
845
+ "lastUpdated": 1754962012000,
846
846
  "docs": "https://vueuse.org/core/useAsyncState/",
847
847
  "category": "State",
848
848
  "description": "reactive async state"
@@ -981,7 +981,7 @@
981
981
  {
982
982
  "name": "useClipboardItems",
983
983
  "package": "core",
984
- "lastUpdated": 1753677040000,
984
+ "lastUpdated": 1755496312000,
985
985
  "docs": "https://vueuse.org/core/useClipboardItems/",
986
986
  "category": "Browser",
987
987
  "description": "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)",
@@ -1134,7 +1134,7 @@
1134
1134
  {
1135
1135
  "name": "useDevicePixelRatio",
1136
1136
  "package": "core",
1137
- "lastUpdated": 1753677040000,
1137
+ "lastUpdated": 1753878439000,
1138
1138
  "component": true,
1139
1139
  "docs": "https://vueuse.org/core/useDevicePixelRatio/",
1140
1140
  "category": "Sensors",
@@ -1270,7 +1270,7 @@
1270
1270
  {
1271
1271
  "name": "useEventListener",
1272
1272
  "package": "core",
1273
- "lastUpdated": 1750320333000,
1273
+ "lastUpdated": 1754016533000,
1274
1274
  "docs": "https://vueuse.org/core/useEventListener/",
1275
1275
  "category": "Browser",
1276
1276
  "description": "use EventListener with ease"
@@ -1404,7 +1404,7 @@
1404
1404
  {
1405
1405
  "name": "useGamepad",
1406
1406
  "package": "core",
1407
- "lastUpdated": 1753677040000,
1407
+ "lastUpdated": 1755496719000,
1408
1408
  "docs": "https://vueuse.org/core/useGamepad/",
1409
1409
  "category": "Browser",
1410
1410
  "description": "provides reactive bindings for the [Gamepad API](https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API)"
@@ -1681,7 +1681,7 @@
1681
1681
  {
1682
1682
  "name": "useMutationObserver",
1683
1683
  "package": "core",
1684
- "lastUpdated": 1741147666000,
1684
+ "lastUpdated": 1754459737000,
1685
1685
  "docs": "https://vueuse.org/core/useMutationObserver/",
1686
1686
  "category": "Elements",
1687
1687
  "description": "watch for changes being made to the DOM tree"
@@ -2097,7 +2097,7 @@
2097
2097
  {
2098
2098
  "name": "useSpeechSynthesis",
2099
2099
  "package": "core",
2100
- "lastUpdated": 1751105319000,
2100
+ "lastUpdated": 1755496663000,
2101
2101
  "docs": "https://vueuse.org/core/useSpeechSynthesis/",
2102
2102
  "category": "Sensors",
2103
2103
  "description": "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
@@ -2128,7 +2128,7 @@
2128
2128
  {
2129
2129
  "name": "useStorage",
2130
2130
  "package": "core",
2131
- "lastUpdated": 1746019757000,
2131
+ "lastUpdated": 1755496695000,
2132
2132
  "docs": "https://vueuse.org/core/useStorage/",
2133
2133
  "category": "State",
2134
2134
  "description": "create a reactive ref that can be used to access & modify [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) or [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
@@ -2189,7 +2189,7 @@
2189
2189
  "lastUpdated": 1753677040000,
2190
2190
  "docs": "https://vueuse.org/core/useSupported/",
2191
2191
  "category": "Utilities",
2192
- "description": "sSR compatibility `isSupported`"
2192
+ "description": "SSR compatibility `isSupported`"
2193
2193
  },
2194
2194
  {
2195
2195
  "name": "useSwipe",
@@ -2265,6 +2265,14 @@
2265
2265
  "category": "Time",
2266
2266
  "description": "reactive time ago"
2267
2267
  },
2268
+ {
2269
+ "name": "useTimeAgoIntl",
2270
+ "package": "core",
2271
+ "lastUpdated": 1755496970000,
2272
+ "docs": "https://vueuse.org/core/useTimeAgoIntl/",
2273
+ "category": "Time",
2274
+ "description": "reactive time ago with i18n supported"
2275
+ },
2268
2276
  {
2269
2277
  "name": "useTimeout",
2270
2278
  "package": "shared",
@@ -2433,7 +2441,7 @@
2433
2441
  {
2434
2442
  "name": "useWebWorker",
2435
2443
  "package": "core",
2436
- "lastUpdated": 1739600241000,
2444
+ "lastUpdated": 1754016533000,
2437
2445
  "docs": "https://vueuse.org/core/useWebWorker/",
2438
2446
  "category": "Browser",
2439
2447
  "description": "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
package/index.mjs CHANGED
@@ -155,7 +155,7 @@ var functions$1 = [
155
155
  {
156
156
  name: "computedAsync",
157
157
  "package": "core",
158
- lastUpdated: 1748335916000,
158
+ lastUpdated: 1754616581000,
159
159
  docs: "https://vueuse.org/core/computedAsync/",
160
160
  category: "Reactivity",
161
161
  description: "computed for async functions",
@@ -729,7 +729,7 @@ var functions$1 = [
729
729
  {
730
730
  name: "useAnimate",
731
731
  "package": "core",
732
- lastUpdated: 1741147666000,
732
+ lastUpdated: 1754963370000,
733
733
  docs: "https://vueuse.org/core/useAnimate/",
734
734
  category: "Animation",
735
735
  description: "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
@@ -841,7 +841,7 @@ var functions$1 = [
841
841
  {
842
842
  name: "useAsyncState",
843
843
  "package": "core",
844
- lastUpdated: 1750322801000,
844
+ lastUpdated: 1754962012000,
845
845
  docs: "https://vueuse.org/core/useAsyncState/",
846
846
  category: "State",
847
847
  description: "reactive async state"
@@ -980,7 +980,7 @@ var functions$1 = [
980
980
  {
981
981
  name: "useClipboardItems",
982
982
  "package": "core",
983
- lastUpdated: 1753677040000,
983
+ lastUpdated: 1755496312000,
984
984
  docs: "https://vueuse.org/core/useClipboardItems/",
985
985
  category: "Browser",
986
986
  description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)",
@@ -1133,7 +1133,7 @@ var functions$1 = [
1133
1133
  {
1134
1134
  name: "useDevicePixelRatio",
1135
1135
  "package": "core",
1136
- lastUpdated: 1753677040000,
1136
+ lastUpdated: 1753878439000,
1137
1137
  component: true,
1138
1138
  docs: "https://vueuse.org/core/useDevicePixelRatio/",
1139
1139
  category: "Sensors",
@@ -1269,7 +1269,7 @@ var functions$1 = [
1269
1269
  {
1270
1270
  name: "useEventListener",
1271
1271
  "package": "core",
1272
- lastUpdated: 1750320333000,
1272
+ lastUpdated: 1754016533000,
1273
1273
  docs: "https://vueuse.org/core/useEventListener/",
1274
1274
  category: "Browser",
1275
1275
  description: "use EventListener with ease"
@@ -1403,7 +1403,7 @@ var functions$1 = [
1403
1403
  {
1404
1404
  name: "useGamepad",
1405
1405
  "package": "core",
1406
- lastUpdated: 1753677040000,
1406
+ lastUpdated: 1755496719000,
1407
1407
  docs: "https://vueuse.org/core/useGamepad/",
1408
1408
  category: "Browser",
1409
1409
  description: "provides reactive bindings for the [Gamepad API](https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API)"
@@ -1680,7 +1680,7 @@ var functions$1 = [
1680
1680
  {
1681
1681
  name: "useMutationObserver",
1682
1682
  "package": "core",
1683
- lastUpdated: 1741147666000,
1683
+ lastUpdated: 1754459737000,
1684
1684
  docs: "https://vueuse.org/core/useMutationObserver/",
1685
1685
  category: "Elements",
1686
1686
  description: "watch for changes being made to the DOM tree"
@@ -2096,7 +2096,7 @@ var functions$1 = [
2096
2096
  {
2097
2097
  name: "useSpeechSynthesis",
2098
2098
  "package": "core",
2099
- lastUpdated: 1751105319000,
2099
+ lastUpdated: 1755496663000,
2100
2100
  docs: "https://vueuse.org/core/useSpeechSynthesis/",
2101
2101
  category: "Sensors",
2102
2102
  description: "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
@@ -2127,7 +2127,7 @@ var functions$1 = [
2127
2127
  {
2128
2128
  name: "useStorage",
2129
2129
  "package": "core",
2130
- lastUpdated: 1746019757000,
2130
+ lastUpdated: 1755496695000,
2131
2131
  docs: "https://vueuse.org/core/useStorage/",
2132
2132
  category: "State",
2133
2133
  description: "create a reactive ref that can be used to access & modify [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) or [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
@@ -2188,7 +2188,7 @@ var functions$1 = [
2188
2188
  lastUpdated: 1753677040000,
2189
2189
  docs: "https://vueuse.org/core/useSupported/",
2190
2190
  category: "Utilities",
2191
- description: "sSR compatibility `isSupported`"
2191
+ description: "SSR compatibility `isSupported`"
2192
2192
  },
2193
2193
  {
2194
2194
  name: "useSwipe",
@@ -2264,6 +2264,14 @@ var functions$1 = [
2264
2264
  category: "Time",
2265
2265
  description: "reactive time ago"
2266
2266
  },
2267
+ {
2268
+ name: "useTimeAgoIntl",
2269
+ "package": "core",
2270
+ lastUpdated: 1755496970000,
2271
+ docs: "https://vueuse.org/core/useTimeAgoIntl/",
2272
+ category: "Time",
2273
+ description: "reactive time ago with i18n supported"
2274
+ },
2267
2275
  {
2268
2276
  name: "useTimeout",
2269
2277
  "package": "shared",
@@ -2432,7 +2440,7 @@ var functions$1 = [
2432
2440
  {
2433
2441
  name: "useWebWorker",
2434
2442
  "package": "core",
2435
- lastUpdated: 1739600241000,
2443
+ lastUpdated: 1754016533000,
2436
2444
  docs: "https://vueuse.org/core/useWebWorker/",
2437
2445
  category: "Browser",
2438
2446
  description: "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
3
  "type": "module",
4
- "version": "13.6.0",
4
+ "version": "13.7.0",
5
5
  "description": "Metadata for VueUse functions",
6
6
  "author": "Anthony Fu <https://github.com/antfu>",
7
7
  "license": "MIT",