@nuxt/modules 0.6.0-2a6e9e → 0.6.0-2bb6bd

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.
Files changed (2) hide show
  1. package/modules.json +87 -28
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -2489,10 +2489,6 @@
2489
2489
  "nuxt": "^2.0.0 || ^3.0.0",
2490
2490
  "requires": {
2491
2491
  "bridge": "optional"
2492
- },
2493
- "versionMap": {
2494
- "2.x": "latest",
2495
- "3.x": "rc"
2496
2492
  }
2497
2493
  }
2498
2494
  },
@@ -2632,6 +2628,33 @@
2632
2628
  "requires": {}
2633
2629
  }
2634
2630
  },
2631
+ {
2632
+ "name": "kinde",
2633
+ "description": "Kinde authentication integration for Nuxt",
2634
+ "repo": "nuxt-modules/kinde",
2635
+ "npm": "@nuxtjs/kinde",
2636
+ "icon": "kinde.svg",
2637
+ "github": "https://github.com/nuxt-modules/kinde",
2638
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2639
+ "learn_more": "https://kinde.com/",
2640
+ "category": "Security",
2641
+ "type": "community",
2642
+ "maintainers": [
2643
+ {
2644
+ "name": "danielroe",
2645
+ "github": "danielroe"
2646
+ },
2647
+ {
2648
+ "name": "daveordead",
2649
+ "github": "DaveOrDead",
2650
+ "twitter": "dave_or_dead"
2651
+ }
2652
+ ],
2653
+ "compatibility": {
2654
+ "nuxt": "^3.0.0",
2655
+ "requires": {}
2656
+ }
2657
+ },
2635
2658
  {
2636
2659
  "name": "kql",
2637
2660
  "description": "Nuxt module for Kirby's Query Language API",
@@ -3375,28 +3398,6 @@
3375
3398
  "requires": {}
3376
3399
  }
3377
3400
  },
3378
- {
3379
- "name": "nuxt-auth",
3380
- "description": "",
3381
- "repo": "sidebase/nuxt-auth",
3382
- "npm": "@sidebase/nuxt-auth",
3383
- "icon": "",
3384
- "github": "https://github.com/sidebase/nuxt-auth",
3385
- "website": "https://github.com/sidebase/nuxt-auth",
3386
- "learn_more": "",
3387
- "category": "Devtools",
3388
- "type": "3rd-party",
3389
- "maintainers": [
3390
- {
3391
- "name": "sidebase",
3392
- "github": "sidebase"
3393
- }
3394
- ],
3395
- "compatibility": {
3396
- "nuxt": "^2.0.0",
3397
- "requires": {}
3398
- }
3399
- },
3400
3401
  {
3401
3402
  "name": "nuxt-basic-auth",
3402
3403
  "description": "Nuxt Module for Basic Authentication",
@@ -4529,6 +4530,29 @@
4529
4530
  "requires": {}
4530
4531
  }
4531
4532
  },
4533
+ {
4534
+ "name": "primevue",
4535
+ "description": "Next Generation Vue UI Component Library",
4536
+ "repo": "primefaces/primevue-nuxt-module",
4537
+ "npm": "nuxt-primevue",
4538
+ "icon": "primevue.svg",
4539
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4540
+ "website": "https://primevue.org/",
4541
+ "learn_more": "https://primevue.org/",
4542
+ "category": "UI",
4543
+ "type": "3rd-party",
4544
+ "maintainers": [
4545
+ {
4546
+ "name": "primefaces",
4547
+ "github": "primefaces",
4548
+ "twitter": "primevue"
4549
+ }
4550
+ ],
4551
+ "compatibility": {
4552
+ "nuxt": "^3.0.0",
4553
+ "requires": {}
4554
+ }
4555
+ },
4532
4556
  {
4533
4557
  "name": "prismic",
4534
4558
  "description": "Easily connect your Nuxt application to your content hosted on Prismic",
@@ -4756,6 +4780,41 @@
4756
4780
  "requires": {}
4757
4781
  }
4758
4782
  },
4783
+ {
4784
+ "name": "radix-vue",
4785
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
4786
+ "repo": "radix-vue/radix-vue",
4787
+ "npm": "radix-vue",
4788
+ "icon": "radix-vue.svg",
4789
+ "github": "https://github.com/radix-vue/radix-vue",
4790
+ "website": "https://www.radix-vue.com/",
4791
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
4792
+ "category": "UI",
4793
+ "type": "3rd-party",
4794
+ "maintainers": [
4795
+ {
4796
+ "name": "Zernonia",
4797
+ "github": "zernonia",
4798
+ "twitter": "zernonia"
4799
+ },
4800
+ {
4801
+ "name": "Khairul Haaziq",
4802
+ "github": "khairulhaaziq"
4803
+ },
4804
+ {
4805
+ "name": "Mujahid Anuar",
4806
+ "github": "mujahidfa"
4807
+ },
4808
+ {
4809
+ "name": "Max",
4810
+ "github": "onmax"
4811
+ }
4812
+ ],
4813
+ "compatibility": {
4814
+ "nuxt": "^3.0.0",
4815
+ "requires": {}
4816
+ }
4817
+ },
4759
4818
  {
4760
4819
  "name": "recaptcha",
4761
4820
  "description": "Simple and easy Google reCAPTCHA module with Nuxt",
@@ -5236,7 +5295,7 @@
5236
5295
  }
5237
5296
  },
5238
5297
  {
5239
- "name": "nuxt-auth",
5298
+ "name": "sidebase-auth",
5240
5299
  "description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
5241
5300
  "repo": "sidebase/nuxt-auth",
5242
5301
  "npm": "@sidebase/nuxt-auth",
@@ -7100,7 +7159,7 @@
7100
7159
  "icon": "vuetify-logo-v3-dark.svg",
7101
7160
  "github": "https://github.com/userquin/vuetify-nuxt-module",
7102
7161
  "website": "https://github.com/userquin/vuetify-nuxt-module",
7103
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
7162
+ "learn_more": "https://vuetify-nuxt-module.netlify.app/",
7104
7163
  "category": "UI",
7105
7164
  "type": "3rd-party",
7106
7165
  "maintainers": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-2a6e9e",
3
+ "version": "0.6.0-2bb6bd",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [