una-nuxt-module 2.1.3 → 2.1.4

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.3",
3
+ "version": "2.1.4",
4
4
  "configKey": "unaxt",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.1",
package/dist/module.mjs CHANGED
@@ -112,7 +112,7 @@ function addTemplates() {
112
112
  }
113
113
 
114
114
  const name = "una-nuxt-module";
115
- const version = "2.1.3";
115
+ const version = "2.1.4";
116
116
 
117
117
  const module = defineNuxtModule({
118
118
  meta: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "una-nuxt-module",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "Módulo Nuxt para desarrollo CGI",
5
5
  "repository": {
6
6
  "type": "git",