nuxt-proxy-request
Advanced tools
Comparing version 1.1.9 to 1.1.10
@@ -8,4 +8,9 @@ import * as _nuxt_schema from '@nuxt/schema'; | ||
} | ||
declare module 'nuxt/schema' { | ||
interface RuntimeConfig { | ||
proxy: ModuleOptions; | ||
} | ||
} | ||
declare const _default: _nuxt_schema.NuxtModule<ModuleOptions>; | ||
export { ModuleOptions, ProxyOptions, _default as default }; |
{ | ||
"name": "nuxt-proxy-request", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "A http proxy module for nuxt(3) powered by h3-proxy.", | ||
@@ -5,0 +5,0 @@ "repository": "yisibell/nuxt-proxy-request", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7559
87