@nuxt-alt/http
Advanced tools
Comparing version 1.5.7 to 1.6.0
{ | ||
"name": "@nuxt-alt/http", | ||
"version": "1.5.7", | ||
"configKey": "http", | ||
"compatibility": { | ||
"nuxt": "^3.0.0" | ||
} | ||
"version": "1.6.0", | ||
"configKey": "http" | ||
} |
@@ -44,3 +44,3 @@ import { FetchInstance, FetchConfig } from '@refactorjs/ofetch'; | ||
interface RuntimeConfig { | ||
http?: ModuleOptions; | ||
http?: Omit<ModuleOptions, 'browserBaseURL'>; | ||
} | ||
@@ -47,0 +47,0 @@ interface PublicRuntimeConfig { |
{ | ||
"name": "@nuxt-alt/http", | ||
"version": "1.5.7", | ||
"version": "1.6.0", | ||
"description": "An extended module to ohmyfetch", | ||
@@ -38,3 +38,3 @@ "homepage": "https://github.com/nuxt-alt/http", | ||
"dependencies": { | ||
"@nuxt/kit": "^3.0.0", | ||
"@nuxt/kit": "^3.1.1", | ||
"@refactorjs/ofetch": "latest", | ||
@@ -46,3 +46,4 @@ "defu": "latest", | ||
"@nuxt-alt/proxy": "latest", | ||
"nuxt": "^3.0.0", | ||
"@types/node": "^18.11.18", | ||
"nuxt": "^3.1.1", | ||
"unbuild": "latest" | ||
@@ -49,0 +50,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
17064
359
4
Updated@nuxt/kit@^3.1.1