una-nuxt-module 2.1.8 → 2.1.9

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.8",
3
+ "version": "2.1.9",
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.8";
115
+ const version = "2.1.9";
116
116
 
117
117
  const module = defineNuxtModule({
118
118
  meta: {
@@ -177,7 +177,7 @@ const module = defineNuxtModule({
177
177
  addComponentsDir(
178
178
  {
179
179
  path: resolve("./runtime/components/ui"),
180
- extensions: [".vue"],
180
+ // extensions: [".vue"],
181
181
  prefix: "",
182
182
  pathPrefix: false,
183
183
  global: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "una-nuxt-module",
3
- "version": "2.1.8",
3
+ "version": "2.1.9",
4
4
  "description": "Módulo Nuxt para desarrollo CGI",
5
5
  "repository": {
6
6
  "type": "git",