@vueuse/metadata 11.0.0 → 11.0.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 +2 -2
- package/index.json +2 -2
- package/index.mjs +2 -2
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -1775,7 +1775,7 @@ var functions$1 = [
|
|
|
1775
1775
|
{
|
|
1776
1776
|
name: "usePermission",
|
|
1777
1777
|
"package": "core",
|
|
1778
|
-
lastUpdated:
|
|
1778
|
+
lastUpdated: 1724061282000,
|
|
1779
1779
|
docs: "https://vueuse.org/core/usePermission/",
|
|
1780
1780
|
category: "Browser",
|
|
1781
1781
|
description: "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)",
|
|
@@ -2094,7 +2094,7 @@ var functions$1 = [
|
|
|
2094
2094
|
{
|
|
2095
2095
|
name: "useStorage",
|
|
2096
2096
|
"package": "core",
|
|
2097
|
-
lastUpdated:
|
|
2097
|
+
lastUpdated: 1723753274000,
|
|
2098
2098
|
docs: "https://vueuse.org/core/useStorage/",
|
|
2099
2099
|
category: "State",
|
|
2100
2100
|
description: "create a reactive ref that can be used to access & modify [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) or [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
package/index.json
CHANGED
|
@@ -1774,7 +1774,7 @@
|
|
|
1774
1774
|
{
|
|
1775
1775
|
"name": "usePermission",
|
|
1776
1776
|
"package": "core",
|
|
1777
|
-
"lastUpdated":
|
|
1777
|
+
"lastUpdated": 1724061282000,
|
|
1778
1778
|
"docs": "https://vueuse.org/core/usePermission/",
|
|
1779
1779
|
"category": "Browser",
|
|
1780
1780
|
"description": "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)",
|
|
@@ -2093,7 +2093,7 @@
|
|
|
2093
2093
|
{
|
|
2094
2094
|
"name": "useStorage",
|
|
2095
2095
|
"package": "core",
|
|
2096
|
-
"lastUpdated":
|
|
2096
|
+
"lastUpdated": 1723753274000,
|
|
2097
2097
|
"docs": "https://vueuse.org/core/useStorage/",
|
|
2098
2098
|
"category": "State",
|
|
2099
2099
|
"description": "create a reactive ref that can be used to access & modify [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) or [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
package/index.mjs
CHANGED
|
@@ -1773,7 +1773,7 @@ var functions$1 = [
|
|
|
1773
1773
|
{
|
|
1774
1774
|
name: "usePermission",
|
|
1775
1775
|
"package": "core",
|
|
1776
|
-
lastUpdated:
|
|
1776
|
+
lastUpdated: 1724061282000,
|
|
1777
1777
|
docs: "https://vueuse.org/core/usePermission/",
|
|
1778
1778
|
category: "Browser",
|
|
1779
1779
|
description: "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)",
|
|
@@ -2092,7 +2092,7 @@ var functions$1 = [
|
|
|
2092
2092
|
{
|
|
2093
2093
|
name: "useStorage",
|
|
2094
2094
|
"package": "core",
|
|
2095
|
-
lastUpdated:
|
|
2095
|
+
lastUpdated: 1723753274000,
|
|
2096
2096
|
docs: "https://vueuse.org/core/useStorage/",
|
|
2097
2097
|
category: "State",
|
|
2098
2098
|
description: "create a reactive ref that can be used to access & modify [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) or [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|