@vueuse/metadata 10.7.1 → 10.7.2

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 CHANGED
@@ -177,7 +177,7 @@ var functions$1 = [
177
177
  {
178
178
  name: "computedEager",
179
179
  "package": "shared",
180
- lastUpdated: 1645956777000,
180
+ lastUpdated: 1704254074000,
181
181
  docs: "https://vueuse.org/shared/computedEager/",
182
182
  category: "Reactivity",
183
183
  description: "eager computed without lazy evaluation",
@@ -870,7 +870,7 @@ var functions$1 = [
870
870
  {
871
871
  name: "useAxios",
872
872
  "package": "integrations",
873
- lastUpdated: 1701689201000,
873
+ lastUpdated: 1704766485000,
874
874
  docs: "https://vueuse.org/integrations/useAxios/",
875
875
  category: "@Integrations",
876
876
  description: "wrapper for [`axios`](https://github.com/axios/axios)",
@@ -887,7 +887,7 @@ var functions$1 = [
887
887
  {
888
888
  name: "useBattery",
889
889
  "package": "core",
890
- lastUpdated: 1695452523000,
890
+ lastUpdated: 1704766544000,
891
891
  component: true,
892
892
  docs: "https://vueuse.org/core/useBattery/",
893
893
  category: "Sensors",
@@ -1160,7 +1160,7 @@ var functions$1 = [
1160
1160
  {
1161
1161
  name: "useDraggable",
1162
1162
  "package": "core",
1163
- lastUpdated: 1699547358000,
1163
+ lastUpdated: 1704766610000,
1164
1164
  component: true,
1165
1165
  docs: "https://vueuse.org/core/useDraggable/",
1166
1166
  category: "Elements",
@@ -2096,7 +2096,7 @@ var functions$1 = [
2096
2096
  lastUpdated: 1701686476000,
2097
2097
  docs: "https://vueuse.org/core/useStorage/",
2098
2098
  category: "State",
2099
- 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)",
2099
+ 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)",
2100
2100
  related: [
2101
2101
  "useColorMode",
2102
2102
  "useDark",
@@ -2108,7 +2108,7 @@ var functions$1 = [
2108
2108
  {
2109
2109
  name: "useStorageAsync",
2110
2110
  "package": "core",
2111
- lastUpdated: 1681402164000,
2111
+ lastUpdated: 1704766234000,
2112
2112
  docs: "https://vueuse.org/core/useStorageAsync/",
2113
2113
  category: "State",
2114
2114
  description: "reactive Storage in with async support",
@@ -2224,7 +2224,7 @@ var functions$1 = [
2224
2224
  {
2225
2225
  name: "useTimeAgo",
2226
2226
  "package": "core",
2227
- lastUpdated: 1695452523000,
2227
+ lastUpdated: 1704766410000,
2228
2228
  component: true,
2229
2229
  docs: "https://vueuse.org/core/useTimeAgo/",
2230
2230
  category: "Time",
package/index.json CHANGED
@@ -176,7 +176,7 @@
176
176
  {
177
177
  "name": "computedEager",
178
178
  "package": "shared",
179
- "lastUpdated": 1645956777000,
179
+ "lastUpdated": 1704254074000,
180
180
  "docs": "https://vueuse.org/shared/computedEager/",
181
181
  "category": "Reactivity",
182
182
  "description": "eager computed without lazy evaluation",
@@ -869,7 +869,7 @@
869
869
  {
870
870
  "name": "useAxios",
871
871
  "package": "integrations",
872
- "lastUpdated": 1701689201000,
872
+ "lastUpdated": 1704766485000,
873
873
  "docs": "https://vueuse.org/integrations/useAxios/",
874
874
  "category": "@Integrations",
875
875
  "description": "wrapper for [`axios`](https://github.com/axios/axios)",
@@ -886,7 +886,7 @@
886
886
  {
887
887
  "name": "useBattery",
888
888
  "package": "core",
889
- "lastUpdated": 1695452523000,
889
+ "lastUpdated": 1704766544000,
890
890
  "component": true,
891
891
  "docs": "https://vueuse.org/core/useBattery/",
892
892
  "category": "Sensors",
@@ -1159,7 +1159,7 @@
1159
1159
  {
1160
1160
  "name": "useDraggable",
1161
1161
  "package": "core",
1162
- "lastUpdated": 1699547358000,
1162
+ "lastUpdated": 1704766610000,
1163
1163
  "component": true,
1164
1164
  "docs": "https://vueuse.org/core/useDraggable/",
1165
1165
  "category": "Elements",
@@ -2095,7 +2095,7 @@
2095
2095
  "lastUpdated": 1701686476000,
2096
2096
  "docs": "https://vueuse.org/core/useStorage/",
2097
2097
  "category": "State",
2098
- "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)",
2098
+ "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)",
2099
2099
  "related": [
2100
2100
  "useColorMode",
2101
2101
  "useDark",
@@ -2107,7 +2107,7 @@
2107
2107
  {
2108
2108
  "name": "useStorageAsync",
2109
2109
  "package": "core",
2110
- "lastUpdated": 1681402164000,
2110
+ "lastUpdated": 1704766234000,
2111
2111
  "docs": "https://vueuse.org/core/useStorageAsync/",
2112
2112
  "category": "State",
2113
2113
  "description": "reactive Storage in with async support",
@@ -2223,7 +2223,7 @@
2223
2223
  {
2224
2224
  "name": "useTimeAgo",
2225
2225
  "package": "core",
2226
- "lastUpdated": 1695452523000,
2226
+ "lastUpdated": 1704766410000,
2227
2227
  "component": true,
2228
2228
  "docs": "https://vueuse.org/core/useTimeAgo/",
2229
2229
  "category": "Time",
package/index.mjs CHANGED
@@ -175,7 +175,7 @@ var functions$1 = [
175
175
  {
176
176
  name: "computedEager",
177
177
  "package": "shared",
178
- lastUpdated: 1645956777000,
178
+ lastUpdated: 1704254074000,
179
179
  docs: "https://vueuse.org/shared/computedEager/",
180
180
  category: "Reactivity",
181
181
  description: "eager computed without lazy evaluation",
@@ -868,7 +868,7 @@ var functions$1 = [
868
868
  {
869
869
  name: "useAxios",
870
870
  "package": "integrations",
871
- lastUpdated: 1701689201000,
871
+ lastUpdated: 1704766485000,
872
872
  docs: "https://vueuse.org/integrations/useAxios/",
873
873
  category: "@Integrations",
874
874
  description: "wrapper for [`axios`](https://github.com/axios/axios)",
@@ -885,7 +885,7 @@ var functions$1 = [
885
885
  {
886
886
  name: "useBattery",
887
887
  "package": "core",
888
- lastUpdated: 1695452523000,
888
+ lastUpdated: 1704766544000,
889
889
  component: true,
890
890
  docs: "https://vueuse.org/core/useBattery/",
891
891
  category: "Sensors",
@@ -1158,7 +1158,7 @@ var functions$1 = [
1158
1158
  {
1159
1159
  name: "useDraggable",
1160
1160
  "package": "core",
1161
- lastUpdated: 1699547358000,
1161
+ lastUpdated: 1704766610000,
1162
1162
  component: true,
1163
1163
  docs: "https://vueuse.org/core/useDraggable/",
1164
1164
  category: "Elements",
@@ -2094,7 +2094,7 @@ var functions$1 = [
2094
2094
  lastUpdated: 1701686476000,
2095
2095
  docs: "https://vueuse.org/core/useStorage/",
2096
2096
  category: "State",
2097
- 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)",
2097
+ 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)",
2098
2098
  related: [
2099
2099
  "useColorMode",
2100
2100
  "useDark",
@@ -2106,7 +2106,7 @@ var functions$1 = [
2106
2106
  {
2107
2107
  name: "useStorageAsync",
2108
2108
  "package": "core",
2109
- lastUpdated: 1681402164000,
2109
+ lastUpdated: 1704766234000,
2110
2110
  docs: "https://vueuse.org/core/useStorageAsync/",
2111
2111
  category: "State",
2112
2112
  description: "reactive Storage in with async support",
@@ -2222,7 +2222,7 @@ var functions$1 = [
2222
2222
  {
2223
2223
  name: "useTimeAgo",
2224
2224
  "package": "core",
2225
- lastUpdated: 1695452523000,
2225
+ lastUpdated: 1704766410000,
2226
2226
  component: true,
2227
2227
  docs: "https://vueuse.org/core/useTimeAgo/",
2228
2228
  category: "Time",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
3
  "type": "module",
4
- "version": "10.7.1",
4
+ "version": "10.7.2",
5
5
  "description": "Metadata for VueUse functions",
6
6
  "author": "Anthony Fu <https://github.com/antfu>",
7
7
  "license": "MIT",