@nuxt/modules 0.6.0-d0f1b9 → 0.6.0-d18143

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 (3) hide show
  1. package/README.md +1 -1
  2. package/modules.json +552 -49
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -98,7 +98,7 @@ pnpm build
98
98
  [npm-version-src]: https://img.shields.io/npm/v/@nuxt/modules/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
99
99
  [npm-version-href]: https://npmjs.com/package/@nuxt/modules
100
100
 
101
- [nuxt-src]: https://img.shields.io/badge/Nuxt%20Modules-18181B?logo=nuxt.js
101
+ [nuxt-src]: https://img.shields.io/badge/Nuxt%20Modules-18181B?logo=nuxt
102
102
  [nuxt-href]: https://nuxt.com/modules
103
103
 
104
104
  [volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg
package/modules.json CHANGED
@@ -880,7 +880,8 @@
880
880
  {
881
881
  "name": "Wind",
882
882
  "github": "productdevbook",
883
- "twitter": "productdevbook"
883
+ "twitter": "productdevbook",
884
+ "bluesky": "productdevbook.com"
884
885
  }
885
886
  ],
886
887
  "compatibility": {
@@ -1097,7 +1098,7 @@
1097
1098
  {
1098
1099
  "name": "Romain Hamel",
1099
1100
  "github": "romhml",
1100
- "bluesky": "rohm.bsky.social"
1101
+ "bluesky": "rohm.dev"
1101
1102
  }
1102
1103
  ],
1103
1104
  "compatibility": {
@@ -1264,8 +1265,8 @@
1264
1265
  "npm": "nuxt-contentstack",
1265
1266
  "icon": "contentstack.png",
1266
1267
  "github": "https://github.com/timbenniks/nuxt-contentstack",
1267
- "website": "https://github.com/timbenniks/nuxt-contentstack",
1268
- "learn_more": "https://contentstack.com/",
1268
+ "website": "https://nuxt-contentstack-docs.eu-contentstackapps.com/",
1269
+ "learn_more": "https://community.contentstack.com/",
1269
1270
  "category": "CMS",
1270
1271
  "type": "3rd-party",
1271
1272
  "maintainers": [
@@ -1278,8 +1279,9 @@
1278
1279
  }
1279
1280
  ],
1280
1281
  "compatibility": {
1281
- "nuxt": "^3.12.0",
1282
- "requires": {}
1282
+ "nuxt": "^3.16.0",
1283
+ "requires": {},
1284
+ "devtools": "^0.0.0"
1283
1285
  }
1284
1286
  },
1285
1287
  {
@@ -1868,6 +1870,28 @@
1868
1870
  "requires": {}
1869
1871
  }
1870
1872
  },
1873
+ {
1874
+ "name": "es-toolkit",
1875
+ "description": "Es-toolkit auto import module for Nuxt",
1876
+ "repo": "bubblesortt/nuxt-es-toolkit",
1877
+ "npm": "@bubblesortt/nuxt-es-toolkit",
1878
+ "icon": "es-toolkit.png",
1879
+ "github": "https://github.com/bubblesortt/nuxt-es-toolkit",
1880
+ "website": "https://github.com/bubblesortt/nuxt-es-toolkit",
1881
+ "learn_more": "https://es-toolkit.dev/",
1882
+ "category": "Libraries",
1883
+ "type": "3rd-party",
1884
+ "maintainers": [
1885
+ {
1886
+ "name": "Alexandr Bychkin",
1887
+ "github": "bubblesortt"
1888
+ }
1889
+ ],
1890
+ "compatibility": {
1891
+ "nuxt": ">=3.0.0",
1892
+ "requires": {}
1893
+ }
1894
+ },
1871
1895
  {
1872
1896
  "name": "eslint-module",
1873
1897
  "description": "ESLint module for Nuxt",
@@ -2711,6 +2735,30 @@
2711
2735
  "requires": {}
2712
2736
  }
2713
2737
  },
2738
+ {
2739
+ "name": "hints",
2740
+ "description": "Nuxt module that shows hints for aspects of your application such as Performance, Security, and more!",
2741
+ "repo": "nuxt/hints",
2742
+ "npm": "@nuxt/hints",
2743
+ "icon": "nuxt.svg",
2744
+ "github": "https://github.com/nuxt/hints",
2745
+ "website": "https://github.com/nuxt/hints",
2746
+ "learn_more": "",
2747
+ "category": "Devtools",
2748
+ "type": "official",
2749
+ "maintainers": [
2750
+ {
2751
+ "name": "Julien Huang",
2752
+ "github": "huang-julien",
2753
+ "twitter": "JulienHuang_dev",
2754
+ "bluesky": "julienhuang-dev.bsky.social"
2755
+ }
2756
+ ],
2757
+ "compatibility": {
2758
+ "nuxt": ">=3.0.0",
2759
+ "requires": {}
2760
+ }
2761
+ },
2714
2762
  {
2715
2763
  "name": "history-state",
2716
2764
  "description": "Nuxt module to backup or restore historical states",
@@ -3311,11 +3359,35 @@
3311
3359
  },
3312
3360
  "sponsor": true
3313
3361
  },
3362
+ {
3363
+ "name": "kongponents",
3364
+ "description": "Kong Component library",
3365
+ "repo": "kong/kongponents",
3366
+ "npm": "@kong/kongponents",
3367
+ "icon": "kong.svg",
3368
+ "github": "https://github.com/Kong/kongponents/tree/main/nuxt",
3369
+ "website": "https://kongponents.konghq.com/",
3370
+ "learn_more": "https://kongponents.konghq.com/guide/usage.html#nuxt-module",
3371
+ "category": "UI",
3372
+ "type": "3rd-party",
3373
+ "maintainers": [
3374
+ {
3375
+ "name": "Kong",
3376
+ "github": "Kong",
3377
+ "twitter": "kong"
3378
+ }
3379
+ ],
3380
+ "compatibility": {
3381
+ "nuxt": ">=3.0.0",
3382
+ "requires": {},
3383
+ "devtools": "^0.0.0"
3384
+ }
3385
+ },
3314
3386
  {
3315
3387
  "name": "kql",
3316
3388
  "description": "Nuxt module for Kirby's Query Language API",
3317
3389
  "repo": "johannschopplich/nuxt-kql",
3318
- "npm": "nuxt-kql",
3390
+ "npm": "nuxt-kirby",
3319
3391
  "icon": "kql.svg",
3320
3392
  "github": "https://github.com/johannschopplich/nuxt-kql",
3321
3393
  "website": "https://nuxt-kql.byjohann.dev/",
@@ -3426,6 +3498,30 @@
3426
3498
  "requires": {}
3427
3499
  }
3428
3500
  },
3501
+ {
3502
+ "name": "lettermint",
3503
+ "description": "Nuxt module for sending emails with Lettermint",
3504
+ "repo": "lettermint/nuxt-lettermint",
3505
+ "npm": "nuxt-lettermint",
3506
+ "icon": "lettermint.svg",
3507
+ "github": "https://github.com/lettermint/nuxt-lettermint",
3508
+ "website": "https://github.com/lettermint/nuxt-lettermint",
3509
+ "learn_more": "https://lettermint.co",
3510
+ "category": "Extensions",
3511
+ "type": "3rd-party",
3512
+ "maintainers": [
3513
+ {
3514
+ "name": "lettermint",
3515
+ "github": "lettermint",
3516
+ "twitter": "lettermintco",
3517
+ "bluesky": "lettermint.co"
3518
+ }
3519
+ ],
3520
+ "compatibility": {
3521
+ "nuxt": "^3.0.0",
3522
+ "requires": {}
3523
+ }
3524
+ },
3429
3525
  {
3430
3526
  "name": "link-checker",
3431
3527
  "description": "Find and magically fix links that may be negatively effecting your SEO.",
@@ -3460,7 +3556,7 @@
3460
3556
  "github": "https://github.com/nuxtlabs/nuxt-llms",
3461
3557
  "website": "https://github.com/nuxtlabs/nuxt-llms",
3462
3558
  "learn_more": "",
3463
- "category": "SEO",
3559
+ "category": "AI",
3464
3560
  "type": "3rd-party",
3465
3561
  "maintainers": [
3466
3562
  {
@@ -3841,11 +3937,11 @@
3841
3937
  },
3842
3938
  {
3843
3939
  "name": "maz-ui",
3844
- "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3845
- "repo": "louismazel/maz-ui#master/packages/lib",
3846
- "npm": "maz-ui",
3940
+ "description": "A modern Vue.js UI library with auto-import components, plugins, and composables designed for seamless Nuxt integration and enhanced developer experience.",
3941
+ "repo": "louismazel/maz-ui#master/packages/nuxt",
3942
+ "npm": "@maz-ui/nuxt",
3847
3943
  "icon": "maz-ui.png",
3848
- "github": "https://github.com/louismazel/maz-ui",
3944
+ "github": "https://github.com/LouisMazel/maz-ui/tree/master/packages/nuxt",
3849
3945
  "website": "https://maz-ui.com/",
3850
3946
  "learn_more": "https://maz-ui.com/guide/nuxt",
3851
3947
  "category": "UI",
@@ -3862,6 +3958,31 @@
3862
3958
  "requires": {}
3863
3959
  }
3864
3960
  },
3961
+ {
3962
+ "name": "mcp-toolkit",
3963
+ "description": "Create MCP servers directly in your Nuxt application with zero configuration.",
3964
+ "repo": "nuxt-modules/mcp-toolkit#main/packages/nuxt-mcp-toolkit",
3965
+ "npm": "@nuxtjs/mcp-toolkit",
3966
+ "icon": "mcp-toolkit.png",
3967
+ "github": "https://github.com/nuxt-modules/mcp-toolkit/tree/main/packages/nuxt-mcp-toolkit",
3968
+ "website": "https://mcp-toolkit.nuxt.dev",
3969
+ "learn_more": "",
3970
+ "category": "AI",
3971
+ "type": "community",
3972
+ "maintainers": [
3973
+ {
3974
+ "name": "Hugo",
3975
+ "github": "HugoRCD",
3976
+ "twitter": "hugorcd",
3977
+ "bluesky": "hrcd.fr"
3978
+ }
3979
+ ],
3980
+ "compatibility": {
3981
+ "nuxt": ">=3.0.0",
3982
+ "requires": {}
3983
+ },
3984
+ "mcp": "https://mcp-toolkit.nuxt.dev/mcp"
3985
+ },
3865
3986
  {
3866
3987
  "name": "mdc",
3867
3988
  "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
@@ -4198,6 +4319,30 @@
4198
4319
  "requires": {}
4199
4320
  }
4200
4321
  },
4322
+ {
4323
+ "name": "nitro-graphql",
4324
+ "description": "A standalone Nitro module that integrates GraphQL servers into any Nitro application with automatic type generation, file watching, and seamless framework integration.",
4325
+ "repo": "productdevbook/nitro-graphql",
4326
+ "npm": "nitro-graphql",
4327
+ "icon": "",
4328
+ "github": "https://github.com/productdevbook/nitro-graphql",
4329
+ "website": "https://github.com/productdevbook/nitro-graphql",
4330
+ "learn_more": "",
4331
+ "category": "Request",
4332
+ "type": "3rd-party",
4333
+ "maintainers": [
4334
+ {
4335
+ "name": "Wind",
4336
+ "github": "productdevbook",
4337
+ "twitter": "productdevbook",
4338
+ "bluesky": "productdevbook.com"
4339
+ }
4340
+ ],
4341
+ "compatibility": {
4342
+ "nuxt": "^3.0.0",
4343
+ "requires": {}
4344
+ }
4345
+ },
4201
4346
  {
4202
4347
  "name": "nodemailer",
4203
4348
  "description": "Nuxt integration for nodemailer",
@@ -4264,6 +4409,30 @@
4264
4409
  "requires": {}
4265
4410
  }
4266
4411
  },
4412
+ {
4413
+ "name": "nuxt-aidbase",
4414
+ "description": "Easily integrate Aidbase into your Nuxt app.",
4415
+ "repo": "Mokkapps/nuxt-aidbase",
4416
+ "npm": "nuxt-aidbase",
4417
+ "icon": "nuxt-aidbase.png",
4418
+ "github": "https://github.com/Mokkapps/nuxt-aidbase",
4419
+ "website": "https://github.com/Mokkapps/nuxt-aidbase",
4420
+ "learn_more": "https://github.com/Mokkapps/nuxt-aidbase",
4421
+ "category": "Libraries",
4422
+ "type": "3rd-party",
4423
+ "maintainers": [
4424
+ {
4425
+ "name": "Michael Hoffmann",
4426
+ "github": "Mokkapps",
4427
+ "twitter": "mokkapps",
4428
+ "avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
4429
+ }
4430
+ ],
4431
+ "compatibility": {
4432
+ "nuxt": ">=3.0.0",
4433
+ "requires": {}
4434
+ }
4435
+ },
4267
4436
  {
4268
4437
  "name": "nuxt-anchorscroll",
4269
4438
  "description": "Scroll to top and to anchor support for Nuxt",
@@ -4339,7 +4508,7 @@
4339
4508
  "npm": "nuxt-auth-sanctum",
4340
4509
  "icon": "laravel.svg",
4341
4510
  "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
4342
- "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
4511
+ "website": "https://sanctum.manchenkoff.me",
4343
4512
  "learn_more": "https://laravel.com/docs/12.x/sanctum",
4344
4513
  "category": "Security",
4345
4514
  "type": "3rd-party",
@@ -4610,6 +4779,30 @@
4610
4779
  "requires": {}
4611
4780
  }
4612
4781
  },
4782
+ {
4783
+ "name": "nuxt-email-renderer",
4784
+ "description": "A Nuxt module that provides high-quality, unstyled components & utils for creating emails using Vue and TypeScript.",
4785
+ "repo": "Mokkapps/nuxt-email-renderer",
4786
+ "npm": "nuxt-email-renderer",
4787
+ "icon": "",
4788
+ "github": "https://github.com/Mokkapps/nuxt-email-renderer",
4789
+ "website": "https://nuxtemail.com",
4790
+ "learn_more": "https://nuxtemail.com",
4791
+ "category": "Devtools",
4792
+ "type": "3rd-party",
4793
+ "maintainers": [
4794
+ {
4795
+ "name": "Michael Hoffmann",
4796
+ "github": "Mokkapps",
4797
+ "twitter": "mokkapps",
4798
+ "avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
4799
+ }
4800
+ ],
4801
+ "compatibility": {
4802
+ "nuxt": ">=3.0.0",
4803
+ "requires": {}
4804
+ }
4805
+ },
4613
4806
  {
4614
4807
  "name": "nuxt-facebook-chat",
4615
4808
  "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
@@ -4725,6 +4918,31 @@
4725
4918
  "requires": {}
4726
4919
  }
4727
4920
  },
4921
+ {
4922
+ "name": "nuxt-formisch",
4923
+ "description": "Formisch integration for Nuxt - schema-based, headless form library",
4924
+ "repo": "onmax/nuxt-formisch",
4925
+ "npm": "nuxt-formisch",
4926
+ "icon": "nuxt-formisch.svg",
4927
+ "github": "https://github.com/onmax/nuxt-formisch",
4928
+ "website": "https://github.com/onmax/nuxt-formisch",
4929
+ "learn_more": "",
4930
+ "category": "Libraries",
4931
+ "type": "3rd-party",
4932
+ "maintainers": [
4933
+ {
4934
+ "name": "Max",
4935
+ "github": "onmax",
4936
+ "avatar": "https://avatars.githubusercontent.com/u/22072217?v=4",
4937
+ "bluesky": "onmax.bsky.social",
4938
+ "twitter": "_onmax"
4939
+ }
4940
+ ],
4941
+ "compatibility": {
4942
+ "nuxt": "^3.0.0",
4943
+ "requires": {}
4944
+ }
4945
+ },
4728
4946
  {
4729
4947
  "name": "nuxt-fortify",
4730
4948
  "description": "Use Laravel fortify and sanctum with Nuxt",
@@ -4771,6 +4989,28 @@
4771
4989
  "requires": {}
4772
4990
  }
4773
4991
  },
4992
+ {
4993
+ "name": "nuxt-google-auth",
4994
+ "description": "Google Identity Services integration for Nuxt 3 & 4 with a simple composable and button component.",
4995
+ "repo": "go-fireball/nuxt-google-auth",
4996
+ "npm": "nuxt-google-auth",
4997
+ "icon": "",
4998
+ "github": "https://github.com/go-fireball/nuxt-google-auth",
4999
+ "website": "https://github.com/go-fireball/nuxt-google-auth",
5000
+ "learn_more": "",
5001
+ "category": "Security",
5002
+ "type": "3rd-party",
5003
+ "maintainers": [
5004
+ {
5005
+ "name": "go-fireball",
5006
+ "github": "go-fireball"
5007
+ }
5008
+ ],
5009
+ "compatibility": {
5010
+ "nuxt": "^3.0.0",
5011
+ "requires": {}
5012
+ }
5013
+ },
4774
5014
  {
4775
5015
  "name": "nuxt-gpt",
4776
5016
  "description": "Plug and Play ChatGPT for Nuxt.",
@@ -4793,6 +5033,28 @@
4793
5033
  "requires": {}
4794
5034
  }
4795
5035
  },
5036
+ {
5037
+ "name": "nuxt-gql-pulse",
5038
+ "description": "A Nuxt 3 module for making GraphQL requests with ease, leveraging the power of Nuxt's composables and VueUse.",
5039
+ "repo": "Abbasmoe/nuxt-gql-pulse",
5040
+ "npm": "nuxt-gql-pulse",
5041
+ "icon": "nuxt-gql-pulse.png",
5042
+ "github": "https://github.com/Abbasmoe/nuxt-gql-pulse",
5043
+ "website": "https://github.com/Abbasmoe/nuxt-gql-pulse",
5044
+ "learn_more": "",
5045
+ "category": "Request",
5046
+ "type": "3rd-party",
5047
+ "maintainers": [
5048
+ {
5049
+ "name": "Abbas Mohamed",
5050
+ "github": "Abbasmoe"
5051
+ }
5052
+ ],
5053
+ "compatibility": {
5054
+ "nuxt": ">=3.0.0",
5055
+ "requires": {}
5056
+ }
5057
+ },
4796
5058
  {
4797
5059
  "name": "nuxt-graphql-middleware",
4798
5060
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -4991,7 +5253,7 @@
4991
5253
  "npm": "nuxt-laravel-echo",
4992
5254
  "icon": "laravel.svg",
4993
5255
  "github": "https://github.com/manchenkoff/nuxt-laravel-echo",
4994
- "website": "https://manchenkoff.gitbook.io/nuxt-laravel-echo",
5256
+ "website": "https://echo.manchenkoff.me",
4995
5257
  "learn_more": "https://laravel.com/docs/12.x/broadcasting",
4996
5258
  "category": "Libraries",
4997
5259
  "type": "3rd-party",
@@ -5167,7 +5429,7 @@
5167
5429
  }
5168
5430
  ],
5169
5431
  "compatibility": {
5170
- "nuxt": "^3.0.0",
5432
+ "nuxt": ">=3.0.0",
5171
5433
  "requires": {}
5172
5434
  }
5173
5435
  },
@@ -5264,6 +5526,31 @@
5264
5526
  "devtools": "^0.0.0"
5265
5527
  }
5266
5528
  },
5529
+ {
5530
+ "name": "nuxt-mqtt",
5531
+ "description": "A Nuxt module for real-time MQTT communication using mqtt.js",
5532
+ "repo": "arashsheyda/nuxt-mqtt",
5533
+ "npm": "nuxt-mqtt",
5534
+ "icon": "nuxt-mqtt.png",
5535
+ "github": "https://github.com/arashsheyda/nuxt-mqtt",
5536
+ "website": "https://github.com/arashsheyda/nuxt-mongoose#readme",
5537
+ "learn_more": "",
5538
+ "category": "Extensions",
5539
+ "type": "3rd-party",
5540
+ "maintainers": [
5541
+ {
5542
+ "name": "Arash Ari Sheyda",
5543
+ "github": "arashsheyda",
5544
+ "twitter": "arash_sheyda",
5545
+ "bluesky": "arashsheyda.me"
5546
+ }
5547
+ ],
5548
+ "compatibility": {
5549
+ "nuxt": ">=3.0.0",
5550
+ "requires": {},
5551
+ "devtools": "^0.0.0"
5552
+ }
5553
+ },
5267
5554
  {
5268
5555
  "name": "nuxt-music-flow",
5269
5556
  "description": "Nuxt 3 module for audio player component with playlist and waveform visualization.",
@@ -5313,10 +5600,10 @@
5313
5600
  {
5314
5601
  "name": "nuxt-ollama",
5315
5602
  "description": "Simple integration of the official Ollama JavaScript Library for your Nuxt application.",
5316
- "repo": "jericho1060/nuxt-ollama",
5603
+ "repo": "thoda-dev/nuxt-ollama",
5317
5604
  "npm": "nuxt-ollama",
5318
5605
  "icon": "nuxt-ollama.png",
5319
- "github": "https://github.com/jericho1060/nuxt-ollama",
5606
+ "github": "https://github.com/thoda-dev/nuxt-ollama",
5320
5607
  "website": "https://nuxt-ollama.jericho.dev/",
5321
5608
  "learn_more": "https://nuxt-ollama.jericho.dev/",
5322
5609
  "category": "Libraries",
@@ -5324,13 +5611,41 @@
5324
5611
  "maintainers": [
5325
5612
  {
5326
5613
  "name": "Thomas",
5327
- "github": "jericho1060",
5328
- "avatar": "https://avatars.githubusercontent.com/jericho1060",
5329
- "twitter": "jerichodev"
5614
+ "github": "thoda-dev",
5615
+ "avatar": "https://avatars.githubusercontent.com/thoda-dev",
5616
+ "twitter": "thoda_dev"
5330
5617
  }
5331
5618
  ],
5332
5619
  "compatibility": {
5333
- "nuxt": "^3.15.0",
5620
+ "nuxt": ">=3.15.0",
5621
+ "requires": {}
5622
+ }
5623
+ },
5624
+ {
5625
+ "name": "nuxt-open-fetch",
5626
+ "description": "Generate zero-overhead, 100% typed OpenAPI clients for Nuxt.",
5627
+ "repo": "Norbiros/nuxt-open-fetch",
5628
+ "npm": "nuxt-open-fetch",
5629
+ "icon": "nuxt-open-fetch.svg",
5630
+ "github": "https://github.com/Norbiros/nuxt-open-fetch",
5631
+ "website": "https://nuxt-open-fetch.norbiros.dev",
5632
+ "learn_more": "https://www.npmjs.com/package/nuxt-open-fetch",
5633
+ "category": "Request",
5634
+ "type": "3rd-party",
5635
+ "maintainers": [
5636
+ {
5637
+ "name": "Norbiros",
5638
+ "github": "Norbiros",
5639
+ "avatar": "https://avatars.githubusercontent.com/u/89837724?v=4"
5640
+ },
5641
+ {
5642
+ "name": "Taras Batenkov",
5643
+ "github": "enkot",
5644
+ "avatar": "https://avatars.githubusercontent.com/u/10506522?v=4"
5645
+ }
5646
+ ],
5647
+ "compatibility": {
5648
+ "nuxt": ">=3.0.0",
5334
5649
  "requires": {}
5335
5650
  }
5336
5651
  },
@@ -5570,6 +5885,28 @@
5570
5885
  "requires": {}
5571
5886
  }
5572
5887
  },
5888
+ {
5889
+ "name": "nuxt-processor",
5890
+ "description": "Decoupled processing for Nuxt backed by BullMQ.",
5891
+ "repo": "aidanhibbard/nuxt-processor",
5892
+ "npm": "nuxt-processor",
5893
+ "icon": "",
5894
+ "github": "https://github.com/aidanhibbard/nuxt-processor",
5895
+ "website": "https://github.com/aidanhibbard/nuxt-processor",
5896
+ "learn_more": "https://aidanhibbard.github.io/nuxt-processor/",
5897
+ "category": "Libraries",
5898
+ "type": "3rd-party",
5899
+ "maintainers": [
5900
+ {
5901
+ "name": "Aidan Hibbard",
5902
+ "github": "aidanhibbard"
5903
+ }
5904
+ ],
5905
+ "compatibility": {
5906
+ "nuxt": ">=3.0.0",
5907
+ "requires": {}
5908
+ }
5909
+ },
5573
5910
  {
5574
5911
  "name": "nuxt-query",
5575
5912
  "description": "Nuxt module for TanStack Query (FKA Vue Query) with Nuxt DevTools integration",
@@ -5593,6 +5930,30 @@
5593
5930
  "requires": {}
5594
5931
  }
5595
5932
  },
5933
+ {
5934
+ "name": "nuxt-safe-runtime-config",
5935
+ "description": "Validate Nuxt runtime config with Standard Schema at build time",
5936
+ "repo": "onmax/nuxt-safe-runtime-config#main",
5937
+ "npm": "nuxt-safe-runtime-config",
5938
+ "icon": "nuxt-safe-runtime-config.svg",
5939
+ "github": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
5940
+ "website": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
5941
+ "learn_more": "",
5942
+ "category": "Devtools",
5943
+ "type": "3rd-party",
5944
+ "maintainers": [
5945
+ {
5946
+ "name": "Max",
5947
+ "github": "onmax",
5948
+ "bluesky": "onmax.bsky.social",
5949
+ "twitter": "_onmax"
5950
+ }
5951
+ ],
5952
+ "compatibility": {
5953
+ "nuxt": ">=3.0.0",
5954
+ "requires": {}
5955
+ }
5956
+ },
5596
5957
  {
5597
5958
  "name": "nuxt-sanctum-authentication",
5598
5959
  "description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
@@ -5627,7 +5988,7 @@
5627
5988
  "npm": "nuxt-sanctum-precognition",
5628
5989
  "icon": "laravel.svg",
5629
5990
  "github": "https://github.com/manchenkoff/nuxt-sanctum-precognition",
5630
- "website": "https://manchenkoff.gitbook.io/nuxt-sanctum-precognition",
5991
+ "website": "https://precognition.manchenkoff.me",
5631
5992
  "learn_more": "https://laravel.com/docs/12.x/precognition",
5632
5993
  "category": "Libraries",
5633
5994
  "type": "3rd-party",
@@ -5646,27 +6007,48 @@
5646
6007
  },
5647
6008
  {
5648
6009
  "name": "nuxt-shopify",
5649
- "description": "Easily integrate Shopify into your Nuxt app.",
5650
- "repo": "konkonam/nuxt-shopify",
5651
- "npm": "@konkonam/nuxt-shopify",
6010
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
6011
+ "repo": "Gomah/nuxt-shopify",
6012
+ "npm": "nuxt-shopify",
5652
6013
  "icon": "nuxt-shopify.png",
5653
- "github": "https://github.com/konkonam/nuxt-shopify",
5654
- "website": "https://konkonam.github.io/nuxt-shopify/",
6014
+ "github": "https://github.com/Gomah/nuxt-shopify",
6015
+ "website": "https://github.com/Gomah/nuxt-shopify",
5655
6016
  "learn_more": "https://www.shopify.com/",
5656
6017
  "category": "Ecommerce",
5657
6018
  "type": "3rd-party",
5658
6019
  "maintainers": [
5659
6020
  {
5660
- "name": "Zoltan Lukacs",
5661
- "github": "konkonam"
5662
- },
6021
+ "name": "Thomas Marrec",
6022
+ "github": "Gomah",
6023
+ "twitter": "Gomah"
6024
+ }
6025
+ ],
6026
+ "compatibility": {
6027
+ "nuxt": "^2.0.0",
6028
+ "requires": {}
6029
+ }
6030
+ },
6031
+ {
6032
+ "name": "nuxt-signupgate",
6033
+ "description": "Easily integrate SignupGate into your Nuxt app.",
6034
+ "repo": "Mokkapps/nuxt-signupgate",
6035
+ "npm": "nuxt-signupgate",
6036
+ "icon": "nuxt-signupgate.png",
6037
+ "github": "https://github.com/Mokkapps/nuxt-signupgate",
6038
+ "website": "https://github.com/Mokkapps/nuxt-signupgate",
6039
+ "learn_more": "https://github.com/Mokkapps/nuxt-signupgate",
6040
+ "category": "Libraries",
6041
+ "type": "3rd-party",
6042
+ "maintainers": [
5663
6043
  {
5664
- "name": "Frederik Bußmann",
5665
- "github": "freb97"
6044
+ "name": "Michael Hoffmann",
6045
+ "github": "Mokkapps",
6046
+ "twitter": "mokkapps",
6047
+ "avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
5666
6048
  }
5667
6049
  ],
5668
6050
  "compatibility": {
5669
- "nuxt": "^3.0.0",
6051
+ "nuxt": ">=3.0.0",
5670
6052
  "requires": {}
5671
6053
  }
5672
6054
  },
@@ -6065,6 +6447,28 @@
6065
6447
  "requires": {}
6066
6448
  }
6067
6449
  },
6450
+ {
6451
+ "name": "nuxt-yup",
6452
+ "description": "Yup integration for Nuxt 4 with a simple composable.",
6453
+ "repo": "DarlanPrado/nuxt-yup",
6454
+ "npm": "nuxt-yup",
6455
+ "icon": "",
6456
+ "github": "https://github.com/DarlanPrado/nuxt-yup",
6457
+ "website": "https://github.com/DarlanPrado/nuxt-yup",
6458
+ "learn_more": "",
6459
+ "category": "Libraries",
6460
+ "type": "3rd-party",
6461
+ "maintainers": [
6462
+ {
6463
+ "name": "Darlan José Batista do Prado",
6464
+ "github": "DarlanPrado"
6465
+ }
6466
+ ],
6467
+ "compatibility": {
6468
+ "nuxt": ">=3.0.0",
6469
+ "requires": {}
6470
+ }
6471
+ },
6068
6472
  {
6069
6473
  "name": "nuxt-zod-i18n",
6070
6474
  "description": "A Nuxt Module for localizing zod error messages.",
@@ -6252,7 +6656,8 @@
6252
6656
  {
6253
6657
  "name": "Wind",
6254
6658
  "github": "productdevbook",
6255
- "twitter": "productdevbook"
6659
+ "twitter": "productdevbook",
6660
+ "bluesky": "productdevbook.com"
6256
6661
  }
6257
6662
  ],
6258
6663
  "compatibility": {
@@ -6481,7 +6886,7 @@
6481
6886
  "type": "3rd-party",
6482
6887
  "maintainers": [
6483
6888
  {
6484
- "name": "Giovane Cardoso",
6889
+ "name": "Giovane Silva",
6485
6890
  "github": "novout",
6486
6891
  "twitter": "novoutttttt",
6487
6892
  "avatar": "https://avatars.githubusercontent.com/novout?v=4"
@@ -6507,7 +6912,8 @@
6507
6912
  {
6508
6913
  "name": "Wind",
6509
6914
  "github": "productdevbook",
6510
- "twitter": "productdevbook"
6915
+ "twitter": "productdevbook",
6916
+ "bluesky": "productdevbook.com"
6511
6917
  }
6512
6918
  ],
6513
6919
  "compatibility": {
@@ -6538,6 +6944,31 @@
6538
6944
  "requires": {}
6539
6945
  }
6540
6946
  },
6947
+ {
6948
+ "name": "pglite",
6949
+ "description": "A Nuxt module aimed to simplify the use of PGlite.",
6950
+ "repo": "sandros94/nuxt-pglite",
6951
+ "npm": "nuxt-pglite",
6952
+ "icon": "pglite.svg",
6953
+ "github": "https://github.com/sandros94/nuxt-pglite",
6954
+ "website": "https://github.com/sandros94/nuxt-pglite",
6955
+ "learn_more": "https://pglite.dev",
6956
+ "category": "Database",
6957
+ "type": "3rd-party",
6958
+ "maintainers": [
6959
+ {
6960
+ "name": "Sandro Circi",
6961
+ "github": "sandros94",
6962
+ "avatar": "https://avatars.githubusercontent.com/u/13056429",
6963
+ "bluesky": "sandros94.com",
6964
+ "twitter": "_sandros94"
6965
+ }
6966
+ ],
6967
+ "compatibility": {
6968
+ "nuxt": ">=3.14.0",
6969
+ "requires": {}
6970
+ }
6971
+ },
6541
6972
  {
6542
6973
  "name": "pinia-colada",
6543
6974
  "description": "The smart data fetching layer for Pinia",
@@ -6558,7 +6989,7 @@
6558
6989
  }
6559
6990
  ],
6560
6991
  "compatibility": {
6561
- "nuxt": "^3.13.0",
6992
+ "nuxt": "^3.13.0 || ^4.0.0",
6562
6993
  "requires": {}
6563
6994
  }
6564
6995
  },
@@ -7707,24 +8138,49 @@
7707
8138
  },
7708
8139
  {
7709
8140
  "name": "shopify",
7710
- "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
7711
- "repo": "Gomah/nuxt-shopify",
7712
- "npm": "nuxt-shopify",
8141
+ "description": "Easily integrate Shopify into your Nuxt app.",
8142
+ "repo": "nuxt-modules/shopify",
8143
+ "npm": "@nuxtjs/shopify",
7713
8144
  "icon": "shopify.png",
7714
- "github": "https://github.com/Gomah/nuxt-shopify",
7715
- "website": "https://github.com/Gomah/nuxt-shopify",
7716
- "learn_more": "https://www.shopify.com/",
8145
+ "github": "https://github.com/nuxt-modules/shopify",
8146
+ "website": "https://nuxt-modules.github.io/shopify",
8147
+ "learn_more": "https://shopify.dev/docs",
8148
+ "category": "Ecommerce",
8149
+ "type": "community",
8150
+ "maintainers": [
8151
+ {
8152
+ "name": "Zoltan Lukacs",
8153
+ "github": "konkonam"
8154
+ },
8155
+ {
8156
+ "name": "Frederik Bußmann",
8157
+ "github": "freb97"
8158
+ }
8159
+ ],
8160
+ "compatibility": {
8161
+ "nuxt": ">=3.0.0",
8162
+ "requires": {}
8163
+ }
8164
+ },
8165
+ {
8166
+ "name": "shopware",
8167
+ "description": "Nuxt module that allows you to set up a Nuxt 3 project with Shopware Frontends.",
8168
+ "repo": "shopware/frontends#main/packages/nuxt-module",
8169
+ "npm": "@shopware/nuxt-module",
8170
+ "icon": "shopware.svg",
8171
+ "github": "https://github.com/shopware/frontends/tree/main/packages/nuxt-module",
8172
+ "website": "https://frontends.shopware.com/packages/nuxt-module.html",
8173
+ "learn_more": "https://www.shopware.com",
7717
8174
  "category": "Ecommerce",
7718
8175
  "type": "3rd-party",
7719
8176
  "maintainers": [
7720
8177
  {
7721
- "name": "Thomas Marrec",
7722
- "github": "Gomah",
7723
- "twitter": "Gomah"
8178
+ "name": "Shopware AG",
8179
+ "github": "shopware"
7724
8180
  }
7725
8181
  ],
7726
8182
  "compatibility": {
7727
- "nuxt": "^2.0.0",
8183
+ "nuxt": ">=3.0.0",
7728
8184
  "requires": {}
7729
8185
  }
7730
8186
  },
@@ -7914,6 +8370,30 @@
7914
8370
  "requires": {}
7915
8371
  }
7916
8372
  },
8373
+ {
8374
+ "name": "solar-icons",
8375
+ "description": "Nuxt module that provides seamless integration of Solar Icons with auto-import, global configuration, and reactive controls.",
8376
+ "repo": "saoudi-h/solar-icons#main/packages/nuxt",
8377
+ "npm": "@solar-icons/nuxt",
8378
+ "icon": "solar-icons.svg",
8379
+ "github": "https://github.com/saoudi-h/solar-icons/tree/main/packages/nuxt",
8380
+ "website": "https://solar-icons.vercel.app/docs/packages/nuxt",
8381
+ "learn_more": "https://solar-icons.vercel.app",
8382
+ "category": "UI",
8383
+ "type": "3rd-party",
8384
+ "maintainers": [
8385
+ {
8386
+ "name": "Hakim Saoudi",
8387
+ "github": "saoudi-h",
8388
+ "avatar": "https://avatars.githubusercontent.com/saoudi-h?v=4",
8389
+ "twitter": "hakim__saoudi"
8390
+ }
8391
+ ],
8392
+ "compatibility": {
8393
+ "nuxt": ">=3.0.0",
8394
+ "requires": {}
8395
+ }
8396
+ },
7917
8397
  {
7918
8398
  "name": "sonda",
7919
8399
  "description": "Bundle analyzer and visualizer",
@@ -9054,7 +9534,8 @@
9054
9534
  "compatibility": {
9055
9535
  "nuxt": ">=3.0.0",
9056
9536
  "requires": {}
9057
- }
9537
+ },
9538
+ "mcp": "https://ui.nuxt.com/mcp"
9058
9539
  },
9059
9540
  {
9060
9541
  "name": "umami",
@@ -9174,7 +9655,7 @@
9174
9655
  "type": "3rd-party",
9175
9656
  "maintainers": [
9176
9657
  {
9177
- "name": "Giovane Cardoso",
9658
+ "name": "Giovane Silva",
9178
9659
  "github": "novout",
9179
9660
  "avatar": "https://avatars.githubusercontent.com/novout?v=4"
9180
9661
  }
@@ -10277,6 +10758,28 @@
10277
10758
  "requires": {}
10278
10759
  }
10279
10760
  },
10761
+ {
10762
+ "name": "workflow",
10763
+ "description": "Workflow DevKit - Build durable, resilient, and observable workflows",
10764
+ "repo": "vercel/workflow#main/packages/workflow",
10765
+ "npm": "workflow",
10766
+ "icon": "workflow.svg",
10767
+ "github": "https://github.com/vercel/workflow/tree/main/packages/workflow",
10768
+ "website": "https://useworkflow.dev",
10769
+ "learn_more": "",
10770
+ "category": "Devtools",
10771
+ "type": "3rd-party",
10772
+ "maintainers": [
10773
+ {
10774
+ "name": "vercel",
10775
+ "github": "vercel"
10776
+ }
10777
+ ],
10778
+ "compatibility": {
10779
+ "nuxt": ">=3.0.0",
10780
+ "requires": {}
10781
+ }
10782
+ },
10280
10783
  {
10281
10784
  "name": "wp-nuxt",
10282
10785
  "description": "The module adds a Wordpress Rest API to your nuxt application",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-d0f1b9",
3
+ "version": "0.6.0-d18143",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,7 +17,7 @@
17
17
  "website:build": "pnpm build && nuxt build website",
18
18
  "website:dev": "pnpm build && nuxt dev website",
19
19
  "lint": "eslint",
20
- "release": "pnpm cli version && npm publish",
20
+ "release": "pnpm cli version && npm publish --tag latest",
21
21
  "sync": "pnpm cli sync",
22
22
  "test": "pnpm lint && pnpm sync"
23
23
  },
@@ -37,7 +37,7 @@
37
37
  "std-env": "^3.8.0",
38
38
  "typescript": "^5.7.3"
39
39
  },
40
- "packageManager": "pnpm@9.15.3",
40
+ "packageManager": "pnpm@10.23.0",
41
41
  "dependencies": {
42
42
  "dotenv": "^16.4.7"
43
43
  }