@nuxt/modules 0.6.0-56147 → 0.6.0-67ea79

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 +49 -4
  2. package/package.json +8 -8
package/modules.json CHANGED
@@ -2262,12 +2262,12 @@
2262
2262
  {
2263
2263
  "name": "inkline",
2264
2264
  "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",
2265
+ "repo": "inkline/plugin",
2266
+ "npm": "@inkline/plugin",
2267
2267
  "icon": "inkline.svg",
2268
- "github": "https://github.com/inkline/nuxt-module-inkline",
2268
+ "github": "https://github.com/inkline/plugin",
2269
2269
  "website": "https://inkline.io",
2270
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2270
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2271
2271
  "category": "UI",
2272
2272
  "type": "3rd-party",
2273
2273
  "maintainers": [
@@ -3117,6 +3117,28 @@
3117
3117
  "requires": {}
3118
3118
  }
3119
3119
  },
3120
+ {
3121
+ "name": "nuxt-gtm",
3122
+ "description": "A Nuxt.js module for Google Tag Manager",
3123
+ "repo": "zadigetvoltaire/nuxt-gtm",
3124
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3125
+ "icon": "nuxt-gtm.svg",
3126
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3127
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3128
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3129
+ "category": "Analytics",
3130
+ "type": "3rd-party",
3131
+ "maintainers": [
3132
+ {
3133
+ "name": "Zadig&Voltaire Team",
3134
+ "github": "https://github.com/zadigetvoltaire"
3135
+ }
3136
+ ],
3137
+ "compatibility": {
3138
+ "nuxt": "^3.0.0",
3139
+ "requires": {}
3140
+ }
3141
+ },
3120
3142
  {
3121
3143
  "name": "nuxt-hue",
3122
3144
  "description": "Enlighten your Nuxt experience",
@@ -3618,6 +3640,29 @@
3618
3640
  "requires": {}
3619
3641
  }
3620
3642
  },
3643
+ {
3644
+ "name": "nuxtlabs-ui",
3645
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3646
+ "repo": "nuxtlabs/ui",
3647
+ "npm": "@nuxthq/ui",
3648
+ "icon": "nuxtlabs-ui.svg",
3649
+ "github": "https://github.com/nuxtlabs/ui",
3650
+ "website": "https://ui.nuxtlabs.com",
3651
+ "learn_more": "https://ui.nuxtlabs.com",
3652
+ "category": "UI",
3653
+ "type": "3rd-party",
3654
+ "maintainers": [
3655
+ {
3656
+ "name": "Benjamin Canac",
3657
+ "github": "benjamincanac",
3658
+ "twitter": "benjamincanac"
3659
+ }
3660
+ ],
3661
+ "compatibility": {
3662
+ "nuxt": "^3.0.0",
3663
+ "requires": {}
3664
+ }
3665
+ },
3621
3666
  {
3622
3667
  "name": "og-image",
3623
3668
  "description": "Easily generate dynamic social share images.",
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-67ea79",
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
  }