@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 +3 -3
- package/index.json +3 -3
- package/index.mjs +3 -3
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -175,10 +175,10 @@ var functions$1 = [
|
|
|
175
175
|
{
|
|
176
176
|
name: "computedWithControl",
|
|
177
177
|
"package": "shared",
|
|
178
|
-
lastUpdated:
|
|
178
|
+
lastUpdated: 1657102664000,
|
|
179
179
|
docs: "https://vueuse.org/shared/computedWithControl/",
|
|
180
180
|
category: "Utilities",
|
|
181
|
-
description: "explicitly define the
|
|
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:
|
|
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":
|
|
175
|
+
"lastUpdated": 1657102664000,
|
|
176
176
|
"docs": "https://vueuse.org/shared/computedWithControl/",
|
|
177
177
|
"category": "Utilities",
|
|
178
|
-
"description": "explicitly define the
|
|
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":
|
|
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:
|
|
174
|
+
lastUpdated: 1657102664000,
|
|
175
175
|
docs: "https://vueuse.org/shared/computedWithControl/",
|
|
176
176
|
category: "Utilities",
|
|
177
|
-
description: "explicitly define the
|
|
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:
|
|
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)"
|