@vueuse/nuxt 7.5.4 → 7.5.5
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/indexes.json +12 -4
- package/package.json +2 -2
package/indexes.json
CHANGED
|
@@ -552,7 +552,7 @@
|
|
|
552
552
|
{
|
|
553
553
|
"name": "useAxios",
|
|
554
554
|
"package": "integrations",
|
|
555
|
-
"lastUpdated":
|
|
555
|
+
"lastUpdated": 1643122718000,
|
|
556
556
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
557
557
|
"category": "@Integrations",
|
|
558
558
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -659,7 +659,7 @@
|
|
|
659
659
|
{
|
|
660
660
|
"name": "useCycleList",
|
|
661
661
|
"package": "core",
|
|
662
|
-
"lastUpdated":
|
|
662
|
+
"lastUpdated": 1643014081000,
|
|
663
663
|
"docs": "https://vueuse.org/core/useCycleList/",
|
|
664
664
|
"category": "Utilities",
|
|
665
665
|
"description": "cycle through a list of items"
|
|
@@ -1363,6 +1363,14 @@
|
|
|
1363
1363
|
"category": "State",
|
|
1364
1364
|
"description": "reactive Storage in with async support"
|
|
1365
1365
|
},
|
|
1366
|
+
{
|
|
1367
|
+
"name": "useStyleTag",
|
|
1368
|
+
"package": "core",
|
|
1369
|
+
"lastUpdated": 1643124348000,
|
|
1370
|
+
"docs": "https://vueuse.org/core/useStyleTag/",
|
|
1371
|
+
"category": "Browser",
|
|
1372
|
+
"description": "inject reactive `<style>` element in head"
|
|
1373
|
+
},
|
|
1366
1374
|
{
|
|
1367
1375
|
"name": "useSubject",
|
|
1368
1376
|
"package": "rxjs",
|
|
@@ -1625,7 +1633,7 @@
|
|
|
1625
1633
|
{
|
|
1626
1634
|
"name": "watchAtMost",
|
|
1627
1635
|
"package": "shared",
|
|
1628
|
-
"lastUpdated":
|
|
1636
|
+
"lastUpdated": 1643036457000,
|
|
1629
1637
|
"docs": "https://vueuse.org/shared/watchAtMost/",
|
|
1630
1638
|
"category": "Watch",
|
|
1631
1639
|
"description": "`watch` with the number of times triggered"
|
|
@@ -1633,7 +1641,7 @@
|
|
|
1633
1641
|
{
|
|
1634
1642
|
"name": "watchOnce",
|
|
1635
1643
|
"package": "shared",
|
|
1636
|
-
"lastUpdated":
|
|
1644
|
+
"lastUpdated": 1643036457000,
|
|
1637
1645
|
"docs": "https://vueuse.org/shared/watchOnce/",
|
|
1638
1646
|
"category": "Watch",
|
|
1639
1647
|
"description": "`watch` that only triggers once"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueuse/nuxt",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.5",
|
|
4
4
|
"description": "VueUse Nuxt Module",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vue",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"types": "./index.d.ts",
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@nuxt/kit": "npm:@nuxt/kit-edge@latest",
|
|
38
|
-
"@vueuse/core": "7.5.
|
|
38
|
+
"@vueuse/core": "7.5.5",
|
|
39
39
|
"local-pkg": "^0.4.1",
|
|
40
40
|
"vue-demi": "*"
|
|
41
41
|
},
|