@vueuse/metadata 10.11.0 → 11.0.0-beta.1
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
|
@@ -945,7 +945,7 @@ var functions$1 = [
|
|
|
945
945
|
{
|
|
946
946
|
name: "useChangeCase",
|
|
947
947
|
"package": "integrations",
|
|
948
|
-
lastUpdated:
|
|
948
|
+
lastUpdated: 1718193380000,
|
|
949
949
|
docs: "https://vueuse.org/integrations/useChangeCase/",
|
|
950
950
|
category: "@Integrations",
|
|
951
951
|
description: "reactive wrapper for [`change-case`](https://github.com/blakeembrey/change-case)",
|
|
@@ -1379,7 +1379,7 @@ var functions$1 = [
|
|
|
1379
1379
|
{
|
|
1380
1380
|
name: "useFuse",
|
|
1381
1381
|
"package": "integrations",
|
|
1382
|
-
lastUpdated:
|
|
1382
|
+
lastUpdated: 1718193366000,
|
|
1383
1383
|
docs: "https://vueuse.org/integrations/useFuse/",
|
|
1384
1384
|
category: "@Integrations",
|
|
1385
1385
|
description: "easily implement fuzzy search using a composable with [Fuse.js](https://github.com/krisk/fuse)",
|
|
@@ -1497,7 +1497,7 @@ var functions$1 = [
|
|
|
1497
1497
|
{
|
|
1498
1498
|
name: "useJwt",
|
|
1499
1499
|
"package": "integrations",
|
|
1500
|
-
lastUpdated:
|
|
1500
|
+
lastUpdated: 1718230120000,
|
|
1501
1501
|
docs: "https://vueuse.org/integrations/useJwt/",
|
|
1502
1502
|
category: "@Integrations",
|
|
1503
1503
|
description: "wrapper for [`jwt-decode`](https://github.com/auth0/jwt-decode)",
|
|
@@ -1664,7 +1664,7 @@ var functions$1 = [
|
|
|
1664
1664
|
{
|
|
1665
1665
|
name: "useMutationObserver",
|
|
1666
1666
|
"package": "core",
|
|
1667
|
-
lastUpdated:
|
|
1667
|
+
lastUpdated: 1718230182000,
|
|
1668
1668
|
docs: "https://vueuse.org/core/useMutationObserver/",
|
|
1669
1669
|
category: "Elements",
|
|
1670
1670
|
description: "watch for changes being made to the DOM tree"
|
package/index.json
CHANGED
|
@@ -944,7 +944,7 @@
|
|
|
944
944
|
{
|
|
945
945
|
"name": "useChangeCase",
|
|
946
946
|
"package": "integrations",
|
|
947
|
-
"lastUpdated":
|
|
947
|
+
"lastUpdated": 1718193380000,
|
|
948
948
|
"docs": "https://vueuse.org/integrations/useChangeCase/",
|
|
949
949
|
"category": "@Integrations",
|
|
950
950
|
"description": "reactive wrapper for [`change-case`](https://github.com/blakeembrey/change-case)",
|
|
@@ -1378,7 +1378,7 @@
|
|
|
1378
1378
|
{
|
|
1379
1379
|
"name": "useFuse",
|
|
1380
1380
|
"package": "integrations",
|
|
1381
|
-
"lastUpdated":
|
|
1381
|
+
"lastUpdated": 1718193366000,
|
|
1382
1382
|
"docs": "https://vueuse.org/integrations/useFuse/",
|
|
1383
1383
|
"category": "@Integrations",
|
|
1384
1384
|
"description": "easily implement fuzzy search using a composable with [Fuse.js](https://github.com/krisk/fuse)",
|
|
@@ -1496,7 +1496,7 @@
|
|
|
1496
1496
|
{
|
|
1497
1497
|
"name": "useJwt",
|
|
1498
1498
|
"package": "integrations",
|
|
1499
|
-
"lastUpdated":
|
|
1499
|
+
"lastUpdated": 1718230120000,
|
|
1500
1500
|
"docs": "https://vueuse.org/integrations/useJwt/",
|
|
1501
1501
|
"category": "@Integrations",
|
|
1502
1502
|
"description": "wrapper for [`jwt-decode`](https://github.com/auth0/jwt-decode)",
|
|
@@ -1663,7 +1663,7 @@
|
|
|
1663
1663
|
{
|
|
1664
1664
|
"name": "useMutationObserver",
|
|
1665
1665
|
"package": "core",
|
|
1666
|
-
"lastUpdated":
|
|
1666
|
+
"lastUpdated": 1718230182000,
|
|
1667
1667
|
"docs": "https://vueuse.org/core/useMutationObserver/",
|
|
1668
1668
|
"category": "Elements",
|
|
1669
1669
|
"description": "watch for changes being made to the DOM tree"
|
package/index.mjs
CHANGED
|
@@ -943,7 +943,7 @@ var functions$1 = [
|
|
|
943
943
|
{
|
|
944
944
|
name: "useChangeCase",
|
|
945
945
|
"package": "integrations",
|
|
946
|
-
lastUpdated:
|
|
946
|
+
lastUpdated: 1718193380000,
|
|
947
947
|
docs: "https://vueuse.org/integrations/useChangeCase/",
|
|
948
948
|
category: "@Integrations",
|
|
949
949
|
description: "reactive wrapper for [`change-case`](https://github.com/blakeembrey/change-case)",
|
|
@@ -1377,7 +1377,7 @@ var functions$1 = [
|
|
|
1377
1377
|
{
|
|
1378
1378
|
name: "useFuse",
|
|
1379
1379
|
"package": "integrations",
|
|
1380
|
-
lastUpdated:
|
|
1380
|
+
lastUpdated: 1718193366000,
|
|
1381
1381
|
docs: "https://vueuse.org/integrations/useFuse/",
|
|
1382
1382
|
category: "@Integrations",
|
|
1383
1383
|
description: "easily implement fuzzy search using a composable with [Fuse.js](https://github.com/krisk/fuse)",
|
|
@@ -1495,7 +1495,7 @@ var functions$1 = [
|
|
|
1495
1495
|
{
|
|
1496
1496
|
name: "useJwt",
|
|
1497
1497
|
"package": "integrations",
|
|
1498
|
-
lastUpdated:
|
|
1498
|
+
lastUpdated: 1718230120000,
|
|
1499
1499
|
docs: "https://vueuse.org/integrations/useJwt/",
|
|
1500
1500
|
category: "@Integrations",
|
|
1501
1501
|
description: "wrapper for [`jwt-decode`](https://github.com/auth0/jwt-decode)",
|
|
@@ -1662,7 +1662,7 @@ var functions$1 = [
|
|
|
1662
1662
|
{
|
|
1663
1663
|
name: "useMutationObserver",
|
|
1664
1664
|
"package": "core",
|
|
1665
|
-
lastUpdated:
|
|
1665
|
+
lastUpdated: 1718230182000,
|
|
1666
1666
|
docs: "https://vueuse.org/core/useMutationObserver/",
|
|
1667
1667
|
category: "Elements",
|
|
1668
1668
|
description: "watch for changes being made to the DOM tree"
|