una-nuxt-module 2.1.49 → 2.1.50

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": "2.1.49",
3
+ "version": "2.1.50",
4
4
  "configKey": "unaxt",
5
5
  "compatibility": {
6
6
  "nuxt": ">=4.0.0"
package/dist/module.mjs CHANGED
@@ -174,7 +174,7 @@ function addTemplates() {
174
174
  }
175
175
 
176
176
  const name = "una-nuxt-module";
177
- const version = "2.1.49";
177
+ const version = "2.1.50";
178
178
 
179
179
  const module$1 = defineNuxtModule({
180
180
  meta: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "una-nuxt-module",
3
- "version": "2.1.49",
3
+ "version": "2.1.50",
4
4
  "description": "Módulo Nuxt para desarrollo CGI",
5
5
  "repository": {
6
6
  "type": "git",