@vueuse/nuxt 7.7.0 → 7.7.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.
Files changed (2) hide show
  1. package/indexes.json +3 -3
  2. package/package.json +2 -2
package/indexes.json CHANGED
@@ -788,7 +788,7 @@
788
788
  {
789
789
  "name": "useDocumentVisibility",
790
790
  "package": "core",
791
- "lastUpdated": 1639442454000,
791
+ "lastUpdated": 1646168589000,
792
792
  "component": true,
793
793
  "docs": "https://vueuse.org/core/useDocumentVisibility/",
794
794
  "category": "Elements",
@@ -912,7 +912,7 @@
912
912
  {
913
913
  "name": "useFetch",
914
914
  "package": "core",
915
- "lastUpdated": 1645877144000,
915
+ "lastUpdated": 1645954118000,
916
916
  "docs": "https://vueuse.org/core/useFetch/",
917
917
  "category": "Network",
918
918
  "description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
@@ -1413,7 +1413,7 @@
1413
1413
  {
1414
1414
  "name": "useScrollLock",
1415
1415
  "package": "core",
1416
- "lastUpdated": 1639818708000,
1416
+ "lastUpdated": 1646237369000,
1417
1417
  "docs": "https://vueuse.org/core/useScrollLock/",
1418
1418
  "category": "Sensors",
1419
1419
  "description": "lock scrolling of the element"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueuse/nuxt",
3
- "version": "7.7.0",
3
+ "version": "7.7.1",
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.7.0",
38
+ "@vueuse/core": "7.7.1",
39
39
  "local-pkg": "^0.4.1",
40
40
  "vue-demi": "*"
41
41
  },