@nuxt/modules 0.6.0-b7f256 → 0.6.0-b80c0b

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 +121 -30
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -2733,6 +2733,30 @@
2733
2733
  "requires": {}
2734
2734
  }
2735
2735
  },
2736
+ {
2737
+ "name": "hints",
2738
+ "description": "Nuxt module that shows hints for aspects of your application such as Performance, Security, and more!",
2739
+ "repo": "nuxt/hints",
2740
+ "npm": "@nuxt/hints",
2741
+ "icon": "nuxt.svg",
2742
+ "github": "https://github.com/nuxt/hints",
2743
+ "website": "https://github.com/nuxt/hints",
2744
+ "learn_more": "",
2745
+ "category": "Devtools",
2746
+ "type": "official",
2747
+ "maintainers": [
2748
+ {
2749
+ "name": "Julien Huang",
2750
+ "github": "huang-julien",
2751
+ "twitter": "JulienHuang_dev",
2752
+ "bluesky": "julienhuang-dev.bsky.social"
2753
+ }
2754
+ ],
2755
+ "compatibility": {
2756
+ "nuxt": ">=3.0.0",
2757
+ "requires": {}
2758
+ }
2759
+ },
2736
2760
  {
2737
2761
  "name": "history-state",
2738
2762
  "description": "Nuxt module to backup or restore historical states",
@@ -4914,7 +4938,7 @@
4914
4938
  "description": "A Nuxt 3 module for making GraphQL requests with ease, leveraging the power of Nuxt's composables and VueUse.",
4915
4939
  "repo": "Abbasmoe/nuxt-gql-pulse",
4916
4940
  "npm": "nuxt-gql-pulse",
4917
- "icon": "",
4941
+ "icon": "nuxt-gql-pulse.png",
4918
4942
  "github": "https://github.com/Abbasmoe/nuxt-gql-pulse",
4919
4943
  "website": "https://github.com/Abbasmoe/nuxt-gql-pulse",
4920
4944
  "learn_more": "",
@@ -5305,7 +5329,7 @@
5305
5329
  }
5306
5330
  ],
5307
5331
  "compatibility": {
5308
- "nuxt": "^3.0.0",
5332
+ "nuxt": ">=3.0.0",
5309
5333
  "requires": {}
5310
5334
  }
5311
5335
  },
@@ -5834,27 +5858,24 @@
5834
5858
  },
5835
5859
  {
5836
5860
  "name": "nuxt-shopify",
5837
- "description": "Easily integrate Shopify into your Nuxt app.",
5838
- "repo": "nuxt-modules/shopify",
5839
- "npm": "@nuxtjs/shopify",
5861
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
5862
+ "repo": "Gomah/nuxt-shopify",
5863
+ "npm": "nuxt-shopify",
5840
5864
  "icon": "nuxt-shopify.png",
5841
- "github": "https://github.com/nuxt-modules/shopify",
5842
- "website": "https://nuxt-modules.github.io/shopify",
5843
- "learn_more": "https://shopify.dev/docs",
5865
+ "github": "https://github.com/Gomah/nuxt-shopify",
5866
+ "website": "https://github.com/Gomah/nuxt-shopify",
5867
+ "learn_more": "https://www.shopify.com/",
5844
5868
  "category": "Ecommerce",
5845
- "type": "community",
5869
+ "type": "3rd-party",
5846
5870
  "maintainers": [
5847
5871
  {
5848
- "name": "Zoltan Lukacs",
5849
- "github": "konkonam"
5850
- },
5851
- {
5852
- "name": "Frederik Bußmann",
5853
- "github": "freb97"
5872
+ "name": "Thomas Marrec",
5873
+ "github": "Gomah",
5874
+ "twitter": "Gomah"
5854
5875
  }
5855
5876
  ],
5856
5877
  "compatibility": {
5857
- "nuxt": "^3.0.0",
5878
+ "nuxt": "^2.0.0",
5858
5879
  "requires": {}
5859
5880
  }
5860
5881
  },
@@ -6277,6 +6298,28 @@
6277
6298
  "requires": {}
6278
6299
  }
6279
6300
  },
6301
+ {
6302
+ "name": "nuxt-yup",
6303
+ "description": "Yup integration for Nuxt 4 with a simple composable.",
6304
+ "repo": "DarlanPrado/nuxt-yup",
6305
+ "npm": "nuxt-yup",
6306
+ "icon": "",
6307
+ "github": "https://github.com/DarlanPrado/nuxt-yup",
6308
+ "website": "https://github.com/DarlanPrado/nuxt-yup",
6309
+ "learn_more": "",
6310
+ "category": "Libraries",
6311
+ "type": "3rd-party",
6312
+ "maintainers": [
6313
+ {
6314
+ "name": "Darlan José Batista do Prado",
6315
+ "github": "DarlanPrado"
6316
+ }
6317
+ ],
6318
+ "compatibility": {
6319
+ "nuxt": ">=3.0.0",
6320
+ "requires": {}
6321
+ }
6322
+ },
6280
6323
  {
6281
6324
  "name": "nuxt-zod-i18n",
6282
6325
  "description": "A Nuxt Module for localizing zod error messages.",
@@ -6693,7 +6736,7 @@
6693
6736
  "type": "3rd-party",
6694
6737
  "maintainers": [
6695
6738
  {
6696
- "name": "Giovane Cardoso",
6739
+ "name": "Giovane Silva",
6697
6740
  "github": "novout",
6698
6741
  "twitter": "novoutttttt",
6699
6742
  "avatar": "https://avatars.githubusercontent.com/novout?v=4"
@@ -7919,24 +7962,49 @@
7919
7962
  },
7920
7963
  {
7921
7964
  "name": "shopify",
7922
- "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
7923
- "repo": "Gomah/nuxt-shopify",
7924
- "npm": "nuxt-shopify",
7965
+ "description": "Easily integrate Shopify into your Nuxt app.",
7966
+ "repo": "nuxt-modules/shopify",
7967
+ "npm": "@nuxtjs/shopify",
7925
7968
  "icon": "shopify.png",
7926
- "github": "https://github.com/Gomah/nuxt-shopify",
7927
- "website": "https://github.com/Gomah/nuxt-shopify",
7928
- "learn_more": "https://www.shopify.com/",
7969
+ "github": "https://github.com/nuxt-modules/shopify",
7970
+ "website": "https://nuxt-modules.github.io/shopify",
7971
+ "learn_more": "https://shopify.dev/docs",
7972
+ "category": "Ecommerce",
7973
+ "type": "community",
7974
+ "maintainers": [
7975
+ {
7976
+ "name": "Zoltan Lukacs",
7977
+ "github": "konkonam"
7978
+ },
7979
+ {
7980
+ "name": "Frederik Bußmann",
7981
+ "github": "freb97"
7982
+ }
7983
+ ],
7984
+ "compatibility": {
7985
+ "nuxt": "^3.0.0",
7986
+ "requires": {}
7987
+ }
7988
+ },
7989
+ {
7990
+ "name": "shopware",
7991
+ "description": "Nuxt module that allows you to set up a Nuxt 3 project with Shopware Frontends.",
7992
+ "repo": "shopware/frontends",
7993
+ "npm": "shopware-frontends",
7994
+ "icon": "shopware.svg",
7995
+ "github": "https://github.com/shopware/frontends/tree/main/packages/nuxt-module",
7996
+ "website": "https://frontends.shopware.com/packages/nuxt-module.html",
7997
+ "learn_more": "https://www.shopware.com",
7929
7998
  "category": "Ecommerce",
7930
7999
  "type": "3rd-party",
7931
8000
  "maintainers": [
7932
8001
  {
7933
- "name": "Thomas Marrec",
7934
- "github": "Gomah",
7935
- "twitter": "Gomah"
8002
+ "name": "Shopware AG",
8003
+ "github": "shopware"
7936
8004
  }
7937
8005
  ],
7938
8006
  "compatibility": {
7939
- "nuxt": "^2.0.0",
8007
+ "nuxt": "^3.0.0",
7940
8008
  "requires": {}
7941
8009
  }
7942
8010
  },
@@ -8852,7 +8920,7 @@
8852
8920
  "type": "3rd-party",
8853
8921
  "maintainers": [
8854
8922
  {
8855
- "name": "Vladislav Bulgakov",
8923
+ "name": "Kairat Markashev",
8856
8924
  "github": "stickpro",
8857
8925
  "avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
8858
8926
  }
@@ -9290,7 +9358,8 @@
9290
9358
  "compatibility": {
9291
9359
  "nuxt": ">=3.0.0",
9292
9360
  "requires": {}
9293
- }
9361
+ },
9362
+ "mcp": "https://ui.nuxt.com/mcp"
9294
9363
  },
9295
9364
  {
9296
9365
  "name": "umami",
@@ -9410,7 +9479,7 @@
9410
9479
  "type": "3rd-party",
9411
9480
  "maintainers": [
9412
9481
  {
9413
- "name": "Giovane Cardoso",
9482
+ "name": "Giovane Silva",
9414
9483
  "github": "novout",
9415
9484
  "avatar": "https://avatars.githubusercontent.com/novout?v=4"
9416
9485
  }
@@ -10513,6 +10582,28 @@
10513
10582
  "requires": {}
10514
10583
  }
10515
10584
  },
10585
+ {
10586
+ "name": "workflow",
10587
+ "description": "Workflow DevKit - Build durable, resilient, and observable workflows",
10588
+ "repo": "vercel/workflow#main/packages/workflow",
10589
+ "npm": "workflow",
10590
+ "icon": "workflow.svg",
10591
+ "github": "https://github.com/vercel/workflow/tree/main/packages/workflow",
10592
+ "website": "https://useworkflow.dev",
10593
+ "learn_more": "",
10594
+ "category": "Devtools",
10595
+ "type": "3rd-party",
10596
+ "maintainers": [
10597
+ {
10598
+ "name": "vercel",
10599
+ "github": "vercel"
10600
+ }
10601
+ ],
10602
+ "compatibility": {
10603
+ "nuxt": ">=3.0.0",
10604
+ "requires": {}
10605
+ }
10606
+ },
10516
10607
  {
10517
10608
  "name": "wp-nuxt",
10518
10609
  "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-b7f256",
3
+ "version": "0.6.0-b80c0b",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",