@vueuse/metadata 8.2.5 → 8.2.6

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
@@ -763,7 +763,7 @@ var functions$1 = [
763
763
  {
764
764
  name: "useDateFormat",
765
765
  "package": "shared",
766
- lastUpdated: 1649251191000,
766
+ lastUpdated: 1649931963000,
767
767
  docs: "https://vueuse.org/shared/useDateFormat/",
768
768
  category: "Utilities",
769
769
  description: "get the formatted date according to the string of tokens passed in"
@@ -1300,7 +1300,7 @@ var functions$1 = [
1300
1300
  {
1301
1301
  name: "useNProgress",
1302
1302
  "package": "integrations",
1303
- lastUpdated: 1639818708000,
1303
+ lastUpdated: 1649678843000,
1304
1304
  docs: "https://vueuse.org/integrations/useNProgress/",
1305
1305
  category: "@Integrations",
1306
1306
  description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
@@ -1450,7 +1450,7 @@ var functions$1 = [
1450
1450
  {
1451
1451
  name: "useRouteQuery",
1452
1452
  "package": "router",
1453
- lastUpdated: 1639442454000,
1453
+ lastUpdated: 1649931974000,
1454
1454
  docs: "https://vueuse.org/router/useRouteQuery/",
1455
1455
  category: "@Router",
1456
1456
  description: "shorthand for reactive route.query"
package/index.json CHANGED
@@ -760,7 +760,7 @@
760
760
  {
761
761
  "name": "useDateFormat",
762
762
  "package": "shared",
763
- "lastUpdated": 1649251191000,
763
+ "lastUpdated": 1649931963000,
764
764
  "docs": "https://vueuse.org/shared/useDateFormat/",
765
765
  "category": "Utilities",
766
766
  "description": "get the formatted date according to the string of tokens passed in"
@@ -1297,7 +1297,7 @@
1297
1297
  {
1298
1298
  "name": "useNProgress",
1299
1299
  "package": "integrations",
1300
- "lastUpdated": 1639818708000,
1300
+ "lastUpdated": 1649678843000,
1301
1301
  "docs": "https://vueuse.org/integrations/useNProgress/",
1302
1302
  "category": "@Integrations",
1303
1303
  "description": "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
@@ -1447,7 +1447,7 @@
1447
1447
  {
1448
1448
  "name": "useRouteQuery",
1449
1449
  "package": "router",
1450
- "lastUpdated": 1639442454000,
1450
+ "lastUpdated": 1649931974000,
1451
1451
  "docs": "https://vueuse.org/router/useRouteQuery/",
1452
1452
  "category": "@Router",
1453
1453
  "description": "shorthand for reactive route.query"
package/index.mjs CHANGED
@@ -759,7 +759,7 @@ var functions$1 = [
759
759
  {
760
760
  name: "useDateFormat",
761
761
  "package": "shared",
762
- lastUpdated: 1649251191000,
762
+ lastUpdated: 1649931963000,
763
763
  docs: "https://vueuse.org/shared/useDateFormat/",
764
764
  category: "Utilities",
765
765
  description: "get the formatted date according to the string of tokens passed in"
@@ -1296,7 +1296,7 @@ var functions$1 = [
1296
1296
  {
1297
1297
  name: "useNProgress",
1298
1298
  "package": "integrations",
1299
- lastUpdated: 1639818708000,
1299
+ lastUpdated: 1649678843000,
1300
1300
  docs: "https://vueuse.org/integrations/useNProgress/",
1301
1301
  category: "@Integrations",
1302
1302
  description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
@@ -1446,7 +1446,7 @@ var functions$1 = [
1446
1446
  {
1447
1447
  name: "useRouteQuery",
1448
1448
  "package": "router",
1449
- lastUpdated: 1639442454000,
1449
+ lastUpdated: 1649931974000,
1450
1450
  docs: "https://vueuse.org/router/useRouteQuery/",
1451
1451
  category: "@Router",
1452
1452
  description: "shorthand for reactive route.query"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
- "version": "8.2.5",
3
+ "version": "8.2.6",
4
4
  "description": "Metadata for VueUse functions",
5
5
  "keywords": [
6
6
  "vue",