una-nuxt-module 3.0.1 → 3.0.2

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/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "una-nuxt-module",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "configKey": "unaxt",
5
5
  "compatibility": {
6
6
  "nuxt": ">=4.0.0"
package/dist/module.mjs CHANGED
@@ -167,7 +167,7 @@ function addTemplates() {
167
167
  }
168
168
 
169
169
  const name = "una-nuxt-module";
170
- const version = "3.0.1";
170
+ const version = "3.0.2";
171
171
 
172
172
  const module$1 = defineNuxtModule({
173
173
  meta: {
@@ -203,7 +203,7 @@ const module$1 = defineNuxtModule({
203
203
  },
204
204
  "@nuxt/hints": {
205
205
  version: ">=1.0.0-0",
206
- optional: false,
206
+ optional: true,
207
207
  defaults: {
208
208
  devtools: true
209
209
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "una-nuxt-module",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "Módulo Nuxt para desarrollo CGI",
5
5
  "repository": {
6
6
  "type": "git",