|
37 | 37 | "slug": "nuxtjs-apollo",
|
38 | 38 | "name": "@nuxtjs/apollo",
|
39 | 39 | "imgPath": null,
|
40 |
| - "url": "https://github.com/nuxt-community/apollo-module" |
| 40 | + "url": "https://github.com/nuxt-modules/apollo" |
41 | 41 | },
|
42 | 42 | "detectors": {
|
43 |
| - "js": "window.$nuxt?.$options?.context?.app?.$apolloHelpers" |
| 43 | + "js": "window.$nuxt?.$options?.context?.app?.$apolloHelpers || window.__unctx__?.get('nuxt-app')?.use()?.$apolloHelpers" |
44 | 44 | }
|
45 | 45 | },
|
46 | 46 | "@nuxtjs/auth": {
|
|
81 | 81 | "slug": "nuxtjs-device",
|
82 | 82 | "name": "@nuxtjs/device",
|
83 | 83 | "imgPath": null,
|
84 |
| - "url": "https://github.com/nuxt-community/device-module" |
| 84 | + "url": "https://github.com/nuxt-modules/device" |
85 | 85 | },
|
86 | 86 | "detectors": {
|
87 |
| - "js": "window.$nuxt?.$options?.context?.app?.$device" |
| 87 | + "js": "window.$nuxt?.$options?.context?.app?.$device || window.__unctx__?.get('nuxt-app')?.use()?.$device" |
88 | 88 | }
|
89 | 89 | },
|
90 | 90 | "@nuxtjs/firebase": {
|
|
194 | 194 | "url": "https://github.com/richardeschloss/nuxt-socket-io"
|
195 | 195 | },
|
196 | 196 | "detectors": {
|
197 |
| - "js": "window.$nuxt?.$options?.context?.app?.$nuxtSocket" |
| 197 | + "js": "window.$nuxt?.$options?.context?.app?.$nuxtSocket || window.__unctx__?.get('nuxt-app')?.use()?.$nuxtSocket" |
198 | 198 | }
|
199 | 199 | },
|
200 | 200 | "nuxt-facebook-pixel-module": {
|
|
271 | 271 | "url": "https://prismic.nuxtjs.org"
|
272 | 272 | },
|
273 | 273 | "detectors": {
|
274 |
| - "js": "window.$nuxt?.$options?.context?.app?.$prismic || (window.__NUXT__?.config?.public && window.__NUXT__.config.public['@nuxtjs/prismic'])" |
| 274 | + "js": "window.$nuxt?.$options?.context?.app?.$prismic || (window.__NUXT__?.config?.public && window.__NUXT__.config.public['@nuxtjs/prismic']) || window.__unctx__?.get('nuxt-app')?.use()?.$prismic" |
275 | 275 | }
|
276 | 276 | },
|
277 | 277 | "storyblok-nuxt": {
|
|
293 | 293 | "url": "https://sanity.nuxtjs.org"
|
294 | 294 | },
|
295 | 295 | "detectors": {
|
296 |
| - "js": "window.$nuxt?.$options?.context?.app?.$sanity || window.__NUXT__?.config?.public?.strapi" |
| 296 | + "js": "window.$nuxt?.$options?.context?.app?.$sanity || window.__NUXT__?.config?.public?.sanity || window.__unctx__?.get('nuxt-app')?.use()?.$sanity" |
297 | 297 | }
|
298 | 298 | },
|
299 | 299 | "@nuxt/content": {
|
|
315 | 315 | "url": "https://color-mode.nuxtjs.org"
|
316 | 316 | },
|
317 | 317 | "detectors": {
|
318 |
| - "js": "window.$nuxt?.$options?.context?.app?.$colorMode || window.$nuxt?.$colorMode || (window.__NUXT__?.state && window.__NUXT__?.state['color-mode']) || window.__NUXT_COLOR_MODE__ " |
| 318 | + "js": "window.$nuxt?.$options?.context?.app?.$colorMode || window.$nuxt?.$colorMode || (window.__NUXT__?.state && window.__NUXT__?.state['color-mode']) || window.__NUXT_COLOR_MODE__ || window.__unctx__?.get('nuxt-app')?.use()?.$colorMode" |
319 | 319 | }
|
320 | 320 | },
|
321 | 321 | "nuxt-ackee": {
|
|
348 | 348 | "url": "https://supabase.nuxtjs.org"
|
349 | 349 | },
|
350 | 350 | "detectors": {
|
351 |
| - "js": "window.$nuxt?.$supabase || window.__NUXT__?.config?.public?.supabase" |
| 351 | + "js": "window.$nuxt?.$supabase || window.__NUXT__?.config?.public?.supabase || window.__unctx__?.get('nuxt-app')?.use()?.$supabase" |
352 | 352 | }
|
353 | 353 | },
|
354 | 354 | "nuxt-i18n": {
|
|
366 | 366 | "metas": {
|
367 | 367 | "slug": "nuxt-i18n",
|
368 | 368 | "name": "@nuxtjs/i18n",
|
369 |
| - "imgPath": null, |
| 369 | + "imgPath": "/modules/nuxt-i18n.svg", |
370 | 370 | "url": "https://i18n.nuxtjs.org"
|
371 | 371 | },
|
372 | 372 | "detectors": {
|
373 |
| - "js": "window.$nuxt?.$i18n || window.__NUXT__?.config?.public?.i18n" |
| 373 | + "js": "window.$nuxt?.$i18n || window.__unctx__?.get('nuxt-app')?.use()?.$i18n" |
374 | 374 | }
|
375 | 375 | },
|
376 | 376 | "nuxt-image": {
|
|
384 | 384 | "js": [
|
385 | 385 | "window.$nuxt?.$img",
|
386 | 386 | "window.__NUXT__?.config?.public?.image",
|
| 387 | + "window.__unctx__?.get('nuxt-app')?.use()?.$img", |
387 | 388 | "[...document.querySelectorAll('*')].map((el) => el.__vue_app__?.config?.globalProperties?.$img).filter(Boolean).length"
|
388 | 389 | ]
|
389 | 390 | }
|
|
407 | 408 | "url": "https://docus.dev"
|
408 | 409 | },
|
409 | 410 | "detectors": {
|
410 |
| - "js": "window.$nuxt?.$docus || window.__NUXT__?.config?.public?.docus" |
| 411 | + "js": "window.$nuxt?.$docus || window.__NUXT__?.config?.public?.docus || window.__unctx__?.get('nuxt-app')?.use()?._appConfig?.docus" |
411 | 412 | }
|
412 | 413 | },
|
413 | 414 | "druxt": {
|
|
440 | 441 | "url": "https://github.com/TYPO3-Initiatives/nuxt-typo3"
|
441 | 442 | },
|
442 | 443 | "detectors": {
|
443 |
| - "js": "window.$nuxt?.$typo3 || window.__NUXT__?.config?.public?.typo3" |
| 444 | + "js": "window.$nuxt?.$typo3 || window.__NUXT__?.config?.public?.typo3 || window.__unctx__?.get('nuxt-app')?.use()?.$typo3" |
444 | 445 | }
|
445 | 446 | },
|
446 | 447 | "nuxt-speedkit": {
|
|
451 | 452 | "url": "https://nuxt-speedkit.grabarzundpartner.dev"
|
452 | 453 | },
|
453 | 454 | "detectors": {
|
454 |
| - "js": "window.$nuxt?.$speedkit" |
| 455 | + "js": "window.$nuxt?.$speedkit || window.__unctx__?.get('nuxt-app')?.use()?.$speedkit" |
455 | 456 | }
|
456 |
| - }, |
| 457 | + }, |
457 | 458 | "nuxt-custom-elements": {
|
458 | 459 | "metas": {
|
459 | 460 | "slug": "nuxt-custom-elements",
|
|
473 | 474 | "url": "https://algolia.nuxtjs.org"
|
474 | 475 | },
|
475 | 476 | "detectors": {
|
476 |
| - "js": "window.$nuxt?.$algolia || window.__NUXT__?.config?.public?.algolia" |
| 477 | + "js": "window.$nuxt?.$algolia || window.__NUXT__?.config?.public?.algolia || window.__unctx__?.get('nuxt-app')?.use()?.$algolia" |
477 | 478 | }
|
478 | 479 | },
|
479 | 480 | "nuxt-directus": {
|
|
0 commit comments