@vueuse/metadata 8.1.2 → 8.2.0

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
@@ -206,6 +206,14 @@ var functions$1 = [
206
206
  category: "@Head",
207
207
  external: "https://github.com/vueuse/head#api"
208
208
  },
209
+ {
210
+ name: "createInjectionState",
211
+ "package": "shared",
212
+ lastUpdated: 1648221687000,
213
+ docs: "https://vueuse.org/shared/createInjectionState/",
214
+ category: "State",
215
+ description: "create global state that can be injected into components"
216
+ },
209
217
  {
210
218
  name: "createSharedComposable",
211
219
  "package": "shared",
@@ -1145,7 +1153,7 @@ var functions$1 = [
1145
1153
  {
1146
1154
  name: "useMagicKeys",
1147
1155
  "package": "core",
1148
- lastUpdated: 1644592765000,
1156
+ lastUpdated: 1648221737000,
1149
1157
  docs: "https://vueuse.org/core/useMagicKeys/",
1150
1158
  category: "Sensors",
1151
1159
  description: "reactive keys pressed state"
@@ -1530,7 +1538,7 @@ var functions$1 = [
1530
1538
  {
1531
1539
  name: "useStorage",
1532
1540
  "package": "core",
1533
- lastUpdated: 1647454083000,
1541
+ lastUpdated: 1648221748000,
1534
1542
  docs: "https://vueuse.org/core/useStorage/",
1535
1543
  category: "State",
1536
1544
  description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
package/index.json CHANGED
@@ -203,6 +203,14 @@
203
203
  "category": "@Head",
204
204
  "external": "https://github.com/vueuse/head#api"
205
205
  },
206
+ {
207
+ "name": "createInjectionState",
208
+ "package": "shared",
209
+ "lastUpdated": 1648221687000,
210
+ "docs": "https://vueuse.org/shared/createInjectionState/",
211
+ "category": "State",
212
+ "description": "create global state that can be injected into components"
213
+ },
206
214
  {
207
215
  "name": "createSharedComposable",
208
216
  "package": "shared",
@@ -1142,7 +1150,7 @@
1142
1150
  {
1143
1151
  "name": "useMagicKeys",
1144
1152
  "package": "core",
1145
- "lastUpdated": 1644592765000,
1153
+ "lastUpdated": 1648221737000,
1146
1154
  "docs": "https://vueuse.org/core/useMagicKeys/",
1147
1155
  "category": "Sensors",
1148
1156
  "description": "reactive keys pressed state"
@@ -1527,7 +1535,7 @@
1527
1535
  {
1528
1536
  "name": "useStorage",
1529
1537
  "package": "core",
1530
- "lastUpdated": 1647454083000,
1538
+ "lastUpdated": 1648221748000,
1531
1539
  "docs": "https://vueuse.org/core/useStorage/",
1532
1540
  "category": "State",
1533
1541
  "description": "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
package/index.mjs CHANGED
@@ -202,6 +202,14 @@ var functions$1 = [
202
202
  category: "@Head",
203
203
  external: "https://github.com/vueuse/head#api"
204
204
  },
205
+ {
206
+ name: "createInjectionState",
207
+ "package": "shared",
208
+ lastUpdated: 1648221687000,
209
+ docs: "https://vueuse.org/shared/createInjectionState/",
210
+ category: "State",
211
+ description: "create global state that can be injected into components"
212
+ },
205
213
  {
206
214
  name: "createSharedComposable",
207
215
  "package": "shared",
@@ -1141,7 +1149,7 @@ var functions$1 = [
1141
1149
  {
1142
1150
  name: "useMagicKeys",
1143
1151
  "package": "core",
1144
- lastUpdated: 1644592765000,
1152
+ lastUpdated: 1648221737000,
1145
1153
  docs: "https://vueuse.org/core/useMagicKeys/",
1146
1154
  category: "Sensors",
1147
1155
  description: "reactive keys pressed state"
@@ -1526,7 +1534,7 @@ var functions$1 = [
1526
1534
  {
1527
1535
  name: "useStorage",
1528
1536
  "package": "core",
1529
- lastUpdated: 1647454083000,
1537
+ lastUpdated: 1648221748000,
1530
1538
  docs: "https://vueuse.org/core/useStorage/",
1531
1539
  category: "State",
1532
1540
  description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
- "version": "8.1.2",
3
+ "version": "8.2.0",
4
4
  "description": "Metadata for VueUse functions",
5
5
  "keywords": [
6
6
  "vue",