@nuxt/modules 0.6.0-bfda33 → 0.6.0-c178c1
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/modules.json +11 -28
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -2434,8 +2434,8 @@
|
|
|
2434
2434
|
"npm": "@nuxtjs/i18n",
|
|
2435
2435
|
"icon": "i18n.png",
|
|
2436
2436
|
"github": "https://github.com/nuxt-modules/i18n",
|
|
2437
|
-
"website": "https://
|
|
2438
|
-
"learn_more": "https://
|
|
2437
|
+
"website": "https://i18n.nuxtjs.org",
|
|
2438
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2439
2439
|
"category": "Extensions",
|
|
2440
2440
|
"type": "community",
|
|
2441
2441
|
"maintainers": [
|
|
@@ -2446,6 +2446,10 @@
|
|
|
2446
2446
|
{
|
|
2447
2447
|
"name": "Kazuya Kawaguchi",
|
|
2448
2448
|
"github": "kazupon"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"name": "Bobbie Goede",
|
|
2452
|
+
"github": "BobbieGoede"
|
|
2449
2453
|
}
|
|
2450
2454
|
],
|
|
2451
2455
|
"compatibility": {
|
|
@@ -2766,7 +2770,8 @@
|
|
|
2766
2770
|
"compatibility": {
|
|
2767
2771
|
"nuxt": "^3.0.0",
|
|
2768
2772
|
"requires": {}
|
|
2769
|
-
}
|
|
2773
|
+
},
|
|
2774
|
+
"sponsor": true
|
|
2770
2775
|
},
|
|
2771
2776
|
{
|
|
2772
2777
|
"name": "kql",
|
|
@@ -3330,28 +3335,6 @@
|
|
|
3330
3335
|
"requires": {}
|
|
3331
3336
|
}
|
|
3332
3337
|
},
|
|
3333
|
-
{
|
|
3334
|
-
"name": "mq",
|
|
3335
|
-
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3336
|
-
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3337
|
-
"npm": "nuxt-mq",
|
|
3338
|
-
"icon": "",
|
|
3339
|
-
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
3340
|
-
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
3341
|
-
"learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
|
|
3342
|
-
"category": "Libraries",
|
|
3343
|
-
"type": "3rd-party",
|
|
3344
|
-
"maintainers": [
|
|
3345
|
-
{
|
|
3346
|
-
"name": "vanhoofmaarten",
|
|
3347
|
-
"github": "vanhoofmaarten"
|
|
3348
|
-
}
|
|
3349
|
-
],
|
|
3350
|
-
"compatibility": {
|
|
3351
|
-
"nuxt": "^2.0.0",
|
|
3352
|
-
"requires": {}
|
|
3353
|
-
}
|
|
3354
|
-
},
|
|
3355
3338
|
{
|
|
3356
3339
|
"name": "neo",
|
|
3357
3340
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
@@ -3565,8 +3548,8 @@
|
|
|
3565
3548
|
"npm": "nuxt-auth-sanctum",
|
|
3566
3549
|
"icon": "laravel.svg",
|
|
3567
3550
|
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3568
|
-
"website": "https://
|
|
3569
|
-
"learn_more": "",
|
|
3551
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3552
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3570
3553
|
"category": "Security",
|
|
3571
3554
|
"type": "3rd-party",
|
|
3572
3555
|
"maintainers": [
|
|
@@ -3577,7 +3560,7 @@
|
|
|
3577
3560
|
}
|
|
3578
3561
|
],
|
|
3579
3562
|
"compatibility": {
|
|
3580
|
-
"nuxt": "^3.
|
|
3563
|
+
"nuxt": "^3.9.0",
|
|
3581
3564
|
"requires": {}
|
|
3582
3565
|
}
|
|
3583
3566
|
},
|