@nuxt/modules 0.6.0-56147 → 0.6.0-6009c6

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 -10
  2. package/package.json +8 -8
package/modules.json CHANGED
@@ -592,6 +592,29 @@
592
592
  "requires": {}
593
593
  }
594
594
  },
595
+ {
596
+ "name": "clarity-analytics",
597
+ "description": "Clarity Analytics Module for Nuxt",
598
+ "repo": "Barbapapazes/nuxt-clarity-analytics",
599
+ "npm": "nuxt-clarity-analytics",
600
+ "icon": "",
601
+ "github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
602
+ "website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
603
+ "learn_more": "https://clarity.microsoft.com/",
604
+ "category": "Analytics",
605
+ "type": "3rd-party",
606
+ "maintainers": [
607
+ {
608
+ "name": "Barbapapazes",
609
+ "github": "Barbapapazes",
610
+ "twitter": "soubiran_"
611
+ }
612
+ ],
613
+ "compatibility": {
614
+ "nuxt": "^3.0.0",
615
+ "requires": {}
616
+ }
617
+ },
595
618
  {
596
619
  "name": "client-init",
597
620
  "description": "Provide client version of `nuxtServerInit`.",
@@ -785,7 +808,7 @@
785
808
  "description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
786
809
  "repo": "nuxt/content#main",
787
810
  "npm": "@nuxt/content",
788
- "icon": "nuxt.png",
811
+ "icon": "nuxt.svg",
789
812
  "github": "https://github.com/nuxt/content",
790
813
  "website": "https://content.nuxtjs.org",
791
814
  "learn_more": "",
@@ -1070,7 +1093,7 @@
1070
1093
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1071
1094
  "repo": "nuxt/devtools#main",
1072
1095
  "npm": "@nuxt/devtools",
1073
- "icon": "nuxt.png",
1096
+ "icon": "nuxt.svg",
1074
1097
  "github": "https://github.com/nuxt/devtools",
1075
1098
  "website": "https://devtools.nuxtjs.org/",
1076
1099
  "learn_more": "",
@@ -2262,12 +2285,12 @@
2262
2285
  {
2263
2286
  "name": "inkline",
2264
2287
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2265
- "repo": "inkline/nuxt-module-inkline",
2266
- "npm": "@inkline/nuxt",
2288
+ "repo": "inkline/plugin",
2289
+ "npm": "@inkline/plugin",
2267
2290
  "icon": "inkline.svg",
2268
- "github": "https://github.com/inkline/nuxt-module-inkline",
2291
+ "github": "https://github.com/inkline/plugin",
2269
2292
  "website": "https://inkline.io",
2270
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2293
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2271
2294
  "category": "UI",
2272
2295
  "type": "3rd-party",
2273
2296
  "maintainers": [
@@ -3022,6 +3045,28 @@
3022
3045
  "requires": {}
3023
3046
  }
3024
3047
  },
3048
+ {
3049
+ "name": "nupolyon",
3050
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3051
+ "repo": "adenvt/nupolyon",
3052
+ "npm": "nupolyon",
3053
+ "icon": "",
3054
+ "github": "https://github.com/adenvt/nupolyon",
3055
+ "website": "https://github.com/adenvt/nupolyon",
3056
+ "learn_more": "",
3057
+ "category": "Performance",
3058
+ "type": "3rd-party",
3059
+ "maintainers": [
3060
+ {
3061
+ "name": "adenvt",
3062
+ "github": "adenvt"
3063
+ }
3064
+ ],
3065
+ "compatibility": {
3066
+ "nuxt": "^3.0.0",
3067
+ "requires": {}
3068
+ }
3069
+ },
3025
3070
  {
3026
3071
  "name": "nuxt-auth",
3027
3072
  "description": "",
@@ -3117,6 +3162,28 @@
3117
3162
  "requires": {}
3118
3163
  }
3119
3164
  },
3165
+ {
3166
+ "name": "nuxt-gtm",
3167
+ "description": "A Nuxt.js module for Google Tag Manager",
3168
+ "repo": "zadigetvoltaire/nuxt-gtm",
3169
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3170
+ "icon": "nuxt-gtm.svg",
3171
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3172
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3173
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3174
+ "category": "Analytics",
3175
+ "type": "3rd-party",
3176
+ "maintainers": [
3177
+ {
3178
+ "name": "Zadig&Voltaire Team",
3179
+ "github": "https://github.com/zadigetvoltaire"
3180
+ }
3181
+ ],
3182
+ "compatibility": {
3183
+ "nuxt": "^3.0.0",
3184
+ "requires": {}
3185
+ }
3186
+ },
3120
3187
  {
3121
3188
  "name": "nuxt-hue",
3122
3189
  "description": "Enlighten your Nuxt experience",
@@ -3618,6 +3685,29 @@
3618
3685
  "requires": {}
3619
3686
  }
3620
3687
  },
3688
+ {
3689
+ "name": "nuxtlabs-ui",
3690
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3691
+ "repo": "nuxtlabs/ui",
3692
+ "npm": "@nuxthq/ui",
3693
+ "icon": "nuxtlabs-ui.svg",
3694
+ "github": "https://github.com/nuxtlabs/ui",
3695
+ "website": "https://ui.nuxtlabs.com",
3696
+ "learn_more": "https://ui.nuxtlabs.com",
3697
+ "category": "UI",
3698
+ "type": "3rd-party",
3699
+ "maintainers": [
3700
+ {
3701
+ "name": "Benjamin Canac",
3702
+ "github": "benjamincanac",
3703
+ "twitter": "benjamincanac"
3704
+ }
3705
+ ],
3706
+ "compatibility": {
3707
+ "nuxt": "^3.0.0",
3708
+ "requires": {}
3709
+ }
3710
+ },
3621
3711
  {
3622
3712
  "name": "og-image",
3623
3713
  "description": "Easily generate dynamic social share images.",
@@ -5893,13 +5983,13 @@
5893
5983
  },
5894
5984
  {
5895
5985
  "name": "vue-macros",
5896
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5897
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
5986
+ "description": "Explore more macros and syntax sugar to Vue.",
5987
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5898
5988
  "npm": "@vue-macros/nuxt",
5899
5989
  "icon": "vue-macros.svg",
5900
- "github": "https://github.com/sxzz/unplugin-vue-macros",
5990
+ "github": "https://github.com/sxzz/vue-macros",
5901
5991
  "website": "https://vue-macros.sxzz.moe",
5902
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
5992
+ "learn_more": "https://github.com/sxzz/vue-macros",
5903
5993
  "category": "Extensions",
5904
5994
  "type": "3rd-party",
5905
5995
  "maintainers": [
@@ -6363,6 +6453,32 @@
6363
6453
  "requires": {}
6364
6454
  }
6365
6455
  },
6456
+ {
6457
+ "name": "wideangle",
6458
+ "description": "Nuxt 3 module to integrate Wide Angle Analytics",
6459
+ "repo": "inputobjects/wideangle-nuxt",
6460
+ "npm": "wideangle-nuxt",
6461
+ "icon": "wideangle.png",
6462
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
6463
+ "website": "https://wideangle.co",
6464
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
6465
+ "category": "Analytics",
6466
+ "type": "3rd-party",
6467
+ "maintainers": [
6468
+ {
6469
+ "name": "Wide Angle Analytics by Input Objects GmbH",
6470
+ "github": "inputobjects"
6471
+ },
6472
+ {
6473
+ "name": "Jarek Rozanski",
6474
+ "github": "jrozanski"
6475
+ }
6476
+ ],
6477
+ "compatibility": {
6478
+ "nuxt": "^3.0.0",
6479
+ "requires": {}
6480
+ }
6481
+ },
6366
6482
  {
6367
6483
  "name": "windicss",
6368
6484
  "description": "Next generation utility-first CSS framework.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-056147",
3
+ "version": "0.6.0-6009c6",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [
@@ -19,15 +19,15 @@
19
19
  "devDependencies": {
20
20
  "@nuxt/eslint-config": "^0.1.1",
21
21
  "@types/js-yaml": "^4.0.5",
22
- "@types/node": "^18.14.0",
23
- "defu": "^6.1.1",
22
+ "@types/node": "^18.16.10",
23
+ "defu": "^6.1.2",
24
24
  "eslint": "^8.34.0",
25
- "globby": "^13.1.3",
25
+ "globby": "^13.1.4",
26
26
  "hasha": "^5.2.2",
27
- "jiti": "^1.17.1",
27
+ "jiti": "^1.17.2",
28
28
  "js-yaml": "^4.1.0",
29
- "ofetch": "^1.0.0",
30
- "typescript": "^4.9.4"
29
+ "ofetch": "^1.0.1",
30
+ "typescript": "^4.9.5"
31
31
  },
32
- "packageManager": "pnpm@7.27.1"
32
+ "packageManager": "pnpm@7.32.4"
33
33
  }