@vueuse/metadata 8.8.0 → 8.8.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 CHANGED
@@ -175,10 +175,10 @@ var functions$1 = [
175
175
  {
176
176
  name: "computedWithControl",
177
177
  "package": "shared",
178
- lastUpdated: 1655617063000,
178
+ lastUpdated: 1657102664000,
179
179
  docs: "https://vueuse.org/shared/computedWithControl/",
180
180
  category: "Utilities",
181
- description: "explicitly define the deps of computed",
181
+ description: "explicitly define the dependencies of computed",
182
182
  alias: [
183
183
  "controlledComputed"
184
184
  ],
@@ -1259,7 +1259,7 @@ var functions$1 = [
1259
1259
  {
1260
1260
  name: "useMediaQuery",
1261
1261
  "package": "core",
1262
- lastUpdated: 1657077951000,
1262
+ lastUpdated: 1657119939000,
1263
1263
  docs: "https://vueuse.org/core/useMediaQuery/",
1264
1264
  category: "Browser",
1265
1265
  description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
package/index.json CHANGED
@@ -172,10 +172,10 @@
172
172
  {
173
173
  "name": "computedWithControl",
174
174
  "package": "shared",
175
- "lastUpdated": 1655617063000,
175
+ "lastUpdated": 1657102664000,
176
176
  "docs": "https://vueuse.org/shared/computedWithControl/",
177
177
  "category": "Utilities",
178
- "description": "explicitly define the deps of computed",
178
+ "description": "explicitly define the dependencies of computed",
179
179
  "alias": [
180
180
  "controlledComputed"
181
181
  ],
@@ -1256,7 +1256,7 @@
1256
1256
  {
1257
1257
  "name": "useMediaQuery",
1258
1258
  "package": "core",
1259
- "lastUpdated": 1657077951000,
1259
+ "lastUpdated": 1657119939000,
1260
1260
  "docs": "https://vueuse.org/core/useMediaQuery/",
1261
1261
  "category": "Browser",
1262
1262
  "description": "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
package/index.mjs CHANGED
@@ -171,10 +171,10 @@ var functions$1 = [
171
171
  {
172
172
  name: "computedWithControl",
173
173
  "package": "shared",
174
- lastUpdated: 1655617063000,
174
+ lastUpdated: 1657102664000,
175
175
  docs: "https://vueuse.org/shared/computedWithControl/",
176
176
  category: "Utilities",
177
- description: "explicitly define the deps of computed",
177
+ description: "explicitly define the dependencies of computed",
178
178
  alias: [
179
179
  "controlledComputed"
180
180
  ],
@@ -1255,7 +1255,7 @@ var functions$1 = [
1255
1255
  {
1256
1256
  name: "useMediaQuery",
1257
1257
  "package": "core",
1258
- lastUpdated: 1657077951000,
1258
+ lastUpdated: 1657119939000,
1259
1259
  docs: "https://vueuse.org/core/useMediaQuery/",
1260
1260
  category: "Browser",
1261
1261
  description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
- "version": "8.8.0",
3
+ "version": "8.8.1",
4
4
  "description": "Metadata for VueUse functions",
5
5
  "author": "Anthony Fu <https://github.com/antfu>",
6
6
  "license": "MIT",