@nuxt/modules 0.6.0-3ab00e → 0.6.0-3b33f9

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 +126 -12
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -1097,7 +1097,7 @@
1097
1097
  {
1098
1098
  "name": "Romain Hamel",
1099
1099
  "github": "romhml",
1100
- "bluesky": "rohm.bsky.social"
1100
+ "bluesky": "rohm.dev"
1101
1101
  }
1102
1102
  ],
1103
1103
  "compatibility": {
@@ -3337,7 +3337,7 @@
3337
3337
  "name": "kql",
3338
3338
  "description": "Nuxt module for Kirby's Query Language API",
3339
3339
  "repo": "johannschopplich/nuxt-kql",
3340
- "npm": "nuxt-kql",
3340
+ "npm": "nuxt-kirby",
3341
3341
  "icon": "kql.svg",
3342
3342
  "github": "https://github.com/johannschopplich/nuxt-kql",
3343
3343
  "website": "https://nuxt-kql.byjohann.dev/",
@@ -4385,7 +4385,7 @@
4385
4385
  "npm": "nuxt-auth-sanctum",
4386
4386
  "icon": "laravel.svg",
4387
4387
  "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
4388
- "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
4388
+ "website": "https://sanctum.manchenkoff.me",
4389
4389
  "learn_more": "https://laravel.com/docs/12.x/sanctum",
4390
4390
  "category": "Security",
4391
4391
  "type": "3rd-party",
@@ -4656,6 +4656,30 @@
4656
4656
  "requires": {}
4657
4657
  }
4658
4658
  },
4659
+ {
4660
+ "name": "nuxt-email-renderer",
4661
+ "description": "A Nuxt module that provides high-quality, unstyled components & utils for creating emails using Vue and TypeScript.",
4662
+ "repo": "Mokkapps/nuxt-email-renderer",
4663
+ "npm": "nuxt-email-renderer",
4664
+ "icon": "",
4665
+ "github": "https://github.com/Mokkapps/nuxt-email-renderer",
4666
+ "website": "https://nuxtemail.com",
4667
+ "learn_more": "https://nuxtemail.com",
4668
+ "category": "UI",
4669
+ "type": "3rd-party",
4670
+ "maintainers": [
4671
+ {
4672
+ "name": "Michael Hoffmann",
4673
+ "github": "Mokkapps",
4674
+ "twitter": "mokkapps",
4675
+ "avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
4676
+ }
4677
+ ],
4678
+ "compatibility": {
4679
+ "nuxt": ">=3.0.0",
4680
+ "requires": {}
4681
+ }
4682
+ },
4659
4683
  {
4660
4684
  "name": "nuxt-facebook-chat",
4661
4685
  "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
@@ -4817,6 +4841,28 @@
4817
4841
  "requires": {}
4818
4842
  }
4819
4843
  },
4844
+ {
4845
+ "name": "nuxt-google-auth",
4846
+ "description": "Google Identity Services integration for Nuxt 3 & 4 with a simple composable and button component.",
4847
+ "repo": "go-fireball/nuxt-google-auth",
4848
+ "npm": "nuxt-google-auth",
4849
+ "icon": "",
4850
+ "github": "https://github.com/go-fireball/nuxt-google-auth",
4851
+ "website": "https://github.com/go-fireball/nuxt-google-auth",
4852
+ "learn_more": "",
4853
+ "category": "Security",
4854
+ "type": "3rd-party",
4855
+ "maintainers": [
4856
+ {
4857
+ "name": "go-fireball",
4858
+ "github": "go-fireball"
4859
+ }
4860
+ ],
4861
+ "compatibility": {
4862
+ "nuxt": "^3.0.0",
4863
+ "requires": {}
4864
+ }
4865
+ },
4820
4866
  {
4821
4867
  "name": "nuxt-gpt",
4822
4868
  "description": "Plug and Play ChatGPT for Nuxt.",
@@ -4839,6 +4885,28 @@
4839
4885
  "requires": {}
4840
4886
  }
4841
4887
  },
4888
+ {
4889
+ "name": "nuxt-gql-pulse",
4890
+ "description": "A Nuxt 3 module for making GraphQL requests with ease, leveraging the power of Nuxt's composables and VueUse.",
4891
+ "repo": "Abbasmoe/nuxt-gql-pulse",
4892
+ "npm": "nuxt-gql-pulse",
4893
+ "icon": "",
4894
+ "github": "https://github.com/Abbasmoe/nuxt-gql-pulse",
4895
+ "website": "https://github.com/Abbasmoe/nuxt-gql-pulse",
4896
+ "learn_more": "",
4897
+ "category": "Request",
4898
+ "type": "3rd-party",
4899
+ "maintainers": [
4900
+ {
4901
+ "name": "Abbas Mohamed",
4902
+ "github": "Abbasmoe"
4903
+ }
4904
+ ],
4905
+ "compatibility": {
4906
+ "nuxt": ">=3.0.0",
4907
+ "requires": {}
4908
+ }
4909
+ },
4842
4910
  {
4843
4911
  "name": "nuxt-graphql-middleware",
4844
4912
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -5037,7 +5105,7 @@
5037
5105
  "npm": "nuxt-laravel-echo",
5038
5106
  "icon": "laravel.svg",
5039
5107
  "github": "https://github.com/manchenkoff/nuxt-laravel-echo",
5040
- "website": "https://manchenkoff.gitbook.io/nuxt-laravel-echo",
5108
+ "website": "https://echo.manchenkoff.me",
5041
5109
  "learn_more": "https://laravel.com/docs/12.x/broadcasting",
5042
5110
  "category": "Libraries",
5043
5111
  "type": "3rd-party",
@@ -5644,6 +5712,28 @@
5644
5712
  "requires": {}
5645
5713
  }
5646
5714
  },
5715
+ {
5716
+ "name": "nuxt-processor",
5717
+ "description": "Decoupled processing for Nuxt backed by BullMQ.",
5718
+ "repo": "aidanhibbard/nuxt-processor",
5719
+ "npm": "nuxt-processor",
5720
+ "icon": "",
5721
+ "github": "https://github.com/aidanhibbard/nuxt-processor",
5722
+ "website": "https://github.com/aidanhibbard/nuxt-processor",
5723
+ "learn_more": "https://aidanhibbard.github.io/nuxt-processor/",
5724
+ "category": "Libraries",
5725
+ "type": "3rd-party",
5726
+ "maintainers": [
5727
+ {
5728
+ "name": "Aidan Hibbard",
5729
+ "github": "aidanhibbard"
5730
+ }
5731
+ ],
5732
+ "compatibility": {
5733
+ "nuxt": ">=3.0.0",
5734
+ "requires": {}
5735
+ }
5736
+ },
5647
5737
  {
5648
5738
  "name": "nuxt-query",
5649
5739
  "description": "Nuxt module for TanStack Query (FKA Vue Query) with Nuxt DevTools integration",
@@ -5701,7 +5791,7 @@
5701
5791
  "npm": "nuxt-sanctum-precognition",
5702
5792
  "icon": "laravel.svg",
5703
5793
  "github": "https://github.com/manchenkoff/nuxt-sanctum-precognition",
5704
- "website": "https://manchenkoff.gitbook.io/nuxt-sanctum-precognition",
5794
+ "website": "https://precognition.manchenkoff.me",
5705
5795
  "learn_more": "https://laravel.com/docs/12.x/precognition",
5706
5796
  "category": "Libraries",
5707
5797
  "type": "3rd-party",
@@ -5721,14 +5811,14 @@
5721
5811
  {
5722
5812
  "name": "nuxt-shopify",
5723
5813
  "description": "Easily integrate Shopify into your Nuxt app.",
5724
- "repo": "konkonam/nuxt-shopify",
5725
- "npm": "@konkonam/nuxt-shopify",
5814
+ "repo": "nuxt-modules/shopify",
5815
+ "npm": "@nuxtjs/shopify",
5726
5816
  "icon": "nuxt-shopify.png",
5727
- "github": "https://github.com/konkonam/nuxt-shopify",
5728
- "website": "https://konkonam.github.io/nuxt-shopify/",
5729
- "learn_more": "https://www.shopify.com/",
5817
+ "github": "https://github.com/nuxt-modules/shopify",
5818
+ "website": "https://nuxt-modules.github.io/shopify",
5819
+ "learn_more": "https://shopify.dev/docs",
5730
5820
  "category": "Ecommerce",
5731
- "type": "3rd-party",
5821
+ "type": "community",
5732
5822
  "maintainers": [
5733
5823
  {
5734
5824
  "name": "Zoltan Lukacs",
@@ -6632,7 +6722,7 @@
6632
6722
  }
6633
6723
  ],
6634
6724
  "compatibility": {
6635
- "nuxt": "^3.13.0",
6725
+ "nuxt": "^3.13.0 || ^4.0.0",
6636
6726
  "requires": {}
6637
6727
  }
6638
6728
  },
@@ -7988,6 +8078,30 @@
7988
8078
  "requires": {}
7989
8079
  }
7990
8080
  },
8081
+ {
8082
+ "name": "solar-icons",
8083
+ "description": "Nuxt module that provides seamless integration of Solar Icons with auto-import, global configuration, and reactive controls.",
8084
+ "repo": "saoudi-h/solar-icons#main/packages/nuxt",
8085
+ "npm": "@solar-icons/nuxt",
8086
+ "icon": "solar-icons.svg",
8087
+ "github": "https://github.com/saoudi-h/solar-icons/tree/main/packages/nuxt",
8088
+ "website": "https://solar-icons.vercel.app/docs/packages/nuxt",
8089
+ "learn_more": "https://solar-icons.vercel.app",
8090
+ "category": "UI",
8091
+ "type": "3rd-party",
8092
+ "maintainers": [
8093
+ {
8094
+ "name": "Hakim Saoudi",
8095
+ "github": "saoudi-h",
8096
+ "avatar": "https://avatars.githubusercontent.com/saoudi-h?v=4",
8097
+ "twitter": "hakim__saoudi"
8098
+ }
8099
+ ],
8100
+ "compatibility": {
8101
+ "nuxt": ">=3.0.0",
8102
+ "requires": {}
8103
+ }
8104
+ },
7991
8105
  {
7992
8106
  "name": "sonda",
7993
8107
  "description": "Bundle analyzer and visualizer",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-3ab00e",
3
+ "version": "0.6.0-3b33f9",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",