una-nuxt-module 3.0.31 → 3.0.32

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.31",
3
+ "version": "3.0.32",
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.31";
170
+ const version = "3.0.32";
171
171
 
172
172
  const module$1 = defineNuxtModule({
173
173
  meta: {
@@ -377,11 +377,11 @@ const module$1 = defineNuxtModule({
377
377
  )
378
378
  );
379
379
  addPlugin({
380
- name: "auth",
380
+ name: "api-fetch",
381
381
  src: resolve("./runtime/repository-pattern/plugins/api-fetch"),
382
382
  mode: "client"
383
383
  });
384
- logger.ready(green("Patron repositorio inicializado"));
384
+ logger.ready(green("Patr\xF3n repositorio integrado"));
385
385
  }
386
386
  }
387
387
  try {
@@ -1 +1,2 @@
1
- export declare const useLazyAPI: useAsyncData;
1
+ import { type useAsyncData } from '#imports';
2
+ export declare const useLazyAPI: typeof useAsyncData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "una-nuxt-module",
3
- "version": "3.0.31",
3
+ "version": "3.0.32",
4
4
  "description": "Módulo Nuxt para desarrollo CGI",
5
5
  "repository": {
6
6
  "type": "git",