@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 CHANGED
@@ -1775,7 +1775,7 @@ var functions$1 = [
1775
1775
  {
1776
1776
  name: "usePermission",
1777
1777
  "package": "core",
1778
- lastUpdated: 1721221053000,
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: 1721221880000,
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": 1721221053000,
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": 1721221880000,
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: 1721221053000,
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: 1721221880000,
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)",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
3
  "type": "module",
4
- "version": "11.0.0",
4
+ "version": "11.0.1",
5
5
  "description": "Metadata for VueUse functions",
6
6
  "author": "Anthony Fu <https://github.com/antfu>",
7
7
  "license": "MIT",