@nuxt/modules 0.6.0-111486 → 0.6.0-12bcd1
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 +84 -11
- package/package.json +2 -2
package/modules.json
CHANGED
|
@@ -3358,6 +3358,30 @@
|
|
|
3358
3358
|
},
|
|
3359
3359
|
"sponsor": true
|
|
3360
3360
|
},
|
|
3361
|
+
{
|
|
3362
|
+
"name": "kongponents",
|
|
3363
|
+
"description": "Kong Component library",
|
|
3364
|
+
"repo": "kong/kongponents",
|
|
3365
|
+
"npm": "@kong/kongponents",
|
|
3366
|
+
"icon": "kong.svg",
|
|
3367
|
+
"github": "https://github.com/Kong/kongponents/tree/main/nuxt",
|
|
3368
|
+
"website": "https://kongponents.konghq.com/",
|
|
3369
|
+
"learn_more": "https://kongponents.konghq.com/guide/usage.html#nuxt-module",
|
|
3370
|
+
"category": "UI",
|
|
3371
|
+
"type": "3rd-party",
|
|
3372
|
+
"maintainers": [
|
|
3373
|
+
{
|
|
3374
|
+
"name": "Kong",
|
|
3375
|
+
"github": "Kong",
|
|
3376
|
+
"twitter": "kong"
|
|
3377
|
+
}
|
|
3378
|
+
],
|
|
3379
|
+
"compatibility": {
|
|
3380
|
+
"nuxt": ">=3.0.0",
|
|
3381
|
+
"requires": {},
|
|
3382
|
+
"devtools": "^0.0.0"
|
|
3383
|
+
}
|
|
3384
|
+
},
|
|
3361
3385
|
{
|
|
3362
3386
|
"name": "kql",
|
|
3363
3387
|
"description": "Nuxt module for Kirby's Query Language API",
|
|
@@ -3933,6 +3957,31 @@
|
|
|
3933
3957
|
"requires": {}
|
|
3934
3958
|
}
|
|
3935
3959
|
},
|
|
3960
|
+
{
|
|
3961
|
+
"name": "mcp-toolkit",
|
|
3962
|
+
"description": "Create MCP servers directly in your Nuxt application with zero configuration.",
|
|
3963
|
+
"repo": "nuxt-modules/mcp-toolkit",
|
|
3964
|
+
"npm": "@nuxtjs/mcp-toolkit-monorepo",
|
|
3965
|
+
"icon": "mcp-toolkit.png",
|
|
3966
|
+
"github": "https://github.com/nuxt-modules/mcp-toolkit",
|
|
3967
|
+
"website": "https://mcp-toolkit.nuxt.dev",
|
|
3968
|
+
"learn_more": "",
|
|
3969
|
+
"category": "AI",
|
|
3970
|
+
"type": "community",
|
|
3971
|
+
"maintainers": [
|
|
3972
|
+
{
|
|
3973
|
+
"name": "Hugo",
|
|
3974
|
+
"github": "HugoRCD",
|
|
3975
|
+
"twitter": "hugorcd",
|
|
3976
|
+
"bluesky": "hrcd.fr"
|
|
3977
|
+
}
|
|
3978
|
+
],
|
|
3979
|
+
"compatibility": {
|
|
3980
|
+
"nuxt": ">=3.0.0",
|
|
3981
|
+
"requires": {}
|
|
3982
|
+
},
|
|
3983
|
+
"mcp": "https://mcp-toolkit.nuxt.dev/mcp"
|
|
3984
|
+
},
|
|
3936
3985
|
{
|
|
3937
3986
|
"name": "mdc",
|
|
3938
3987
|
"description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
|
|
@@ -5501,10 +5550,10 @@
|
|
|
5501
5550
|
{
|
|
5502
5551
|
"name": "nuxt-ollama",
|
|
5503
5552
|
"description": "Simple integration of the official Ollama JavaScript Library for your Nuxt application.",
|
|
5504
|
-
"repo": "
|
|
5553
|
+
"repo": "thoda-dev/nuxt-ollama",
|
|
5505
5554
|
"npm": "nuxt-ollama",
|
|
5506
5555
|
"icon": "nuxt-ollama.png",
|
|
5507
|
-
"github": "https://github.com/
|
|
5556
|
+
"github": "https://github.com/thoda-dev/nuxt-ollama",
|
|
5508
5557
|
"website": "https://nuxt-ollama.jericho.dev/",
|
|
5509
5558
|
"learn_more": "https://nuxt-ollama.jericho.dev/",
|
|
5510
5559
|
"category": "Libraries",
|
|
@@ -5512,13 +5561,13 @@
|
|
|
5512
5561
|
"maintainers": [
|
|
5513
5562
|
{
|
|
5514
5563
|
"name": "Thomas",
|
|
5515
|
-
"github": "
|
|
5516
|
-
"avatar": "https://avatars.githubusercontent.com/
|
|
5517
|
-
"twitter": "
|
|
5564
|
+
"github": "thoda-dev",
|
|
5565
|
+
"avatar": "https://avatars.githubusercontent.com/thoda-dev",
|
|
5566
|
+
"twitter": "thoda_dev"
|
|
5518
5567
|
}
|
|
5519
5568
|
],
|
|
5520
5569
|
"compatibility": {
|
|
5521
|
-
"nuxt": "
|
|
5570
|
+
"nuxt": ">=3.15.0",
|
|
5522
5571
|
"requires": {}
|
|
5523
5572
|
}
|
|
5524
5573
|
},
|
|
@@ -5831,6 +5880,30 @@
|
|
|
5831
5880
|
"requires": {}
|
|
5832
5881
|
}
|
|
5833
5882
|
},
|
|
5883
|
+
{
|
|
5884
|
+
"name": "nuxt-safe-runtime-config",
|
|
5885
|
+
"description": "Validate Nuxt runtime config with Standard Schema at build time",
|
|
5886
|
+
"repo": "onmax/nuxt-safe-runtime-config#main",
|
|
5887
|
+
"npm": "nuxt-safe-runtime-config",
|
|
5888
|
+
"icon": "nuxt-safe-runtime-config.svg",
|
|
5889
|
+
"github": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
|
|
5890
|
+
"website": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
|
|
5891
|
+
"learn_more": "",
|
|
5892
|
+
"category": "Devtools",
|
|
5893
|
+
"type": "3rd-party",
|
|
5894
|
+
"maintainers": [
|
|
5895
|
+
{
|
|
5896
|
+
"name": "Max",
|
|
5897
|
+
"github": "onmax",
|
|
5898
|
+
"bluesky": "onmax.bsky.social",
|
|
5899
|
+
"twitter": "_onmax"
|
|
5900
|
+
}
|
|
5901
|
+
],
|
|
5902
|
+
"compatibility": {
|
|
5903
|
+
"nuxt": ">=3.0.0",
|
|
5904
|
+
"requires": {}
|
|
5905
|
+
}
|
|
5906
|
+
},
|
|
5834
5907
|
{
|
|
5835
5908
|
"name": "nuxt-sanctum-authentication",
|
|
5836
5909
|
"description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
|
|
@@ -8008,15 +8081,15 @@
|
|
|
8008
8081
|
}
|
|
8009
8082
|
],
|
|
8010
8083
|
"compatibility": {
|
|
8011
|
-
"nuxt": "
|
|
8084
|
+
"nuxt": ">=3.0.0",
|
|
8012
8085
|
"requires": {}
|
|
8013
8086
|
}
|
|
8014
8087
|
},
|
|
8015
8088
|
{
|
|
8016
8089
|
"name": "shopware",
|
|
8017
8090
|
"description": "Nuxt module that allows you to set up a Nuxt 3 project with Shopware Frontends.",
|
|
8018
|
-
"repo": "shopware/frontends",
|
|
8019
|
-
"npm": "shopware-
|
|
8091
|
+
"repo": "shopware/frontends#main/packages/nuxt-module",
|
|
8092
|
+
"npm": "@shopware/nuxt-module",
|
|
8020
8093
|
"icon": "shopware.svg",
|
|
8021
8094
|
"github": "https://github.com/shopware/frontends/tree/main/packages/nuxt-module",
|
|
8022
8095
|
"website": "https://frontends.shopware.com/packages/nuxt-module.html",
|
|
@@ -8030,7 +8103,7 @@
|
|
|
8030
8103
|
}
|
|
8031
8104
|
],
|
|
8032
8105
|
"compatibility": {
|
|
8033
|
-
"nuxt": "
|
|
8106
|
+
"nuxt": ">=3.0.0",
|
|
8034
8107
|
"requires": {}
|
|
8035
8108
|
}
|
|
8036
8109
|
},
|
|
@@ -8946,7 +9019,7 @@
|
|
|
8946
9019
|
"type": "3rd-party",
|
|
8947
9020
|
"maintainers": [
|
|
8948
9021
|
{
|
|
8949
|
-
"name": "
|
|
9022
|
+
"name": "Vladislav Bulgakov",
|
|
8950
9023
|
"github": "stickpro",
|
|
8951
9024
|
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
8952
9025
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/modules",
|
|
3
|
-
"version": "0.6.0-
|
|
3
|
+
"version": "0.6.0-12bcd1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"std-env": "^3.8.0",
|
|
38
38
|
"typescript": "^5.7.3"
|
|
39
39
|
},
|
|
40
|
-
"packageManager": "pnpm@
|
|
40
|
+
"packageManager": "pnpm@10.23.0",
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"dotenv": "^16.4.7"
|
|
43
43
|
}
|