@vue-storefront/middleware
Advanced tools
Comparing version 3.6.0-rc.6 to 3.6.0-rc.7
import { TObject } from "./base"; | ||
import { ApiClientExtension, ApiMethods, ApiMethodsFactory, MiddlewareContext } from "./common"; | ||
import { ApiClientExtension, ApiMethods, ApiMethodsFactory } from "./common"; | ||
export interface ClientContext<CLIENT = any, CONFIG = any> { | ||
@@ -8,3 +8,3 @@ client: CLIENT; | ||
} | ||
export interface IntegrationContext<CLIENT = any, CONFIG = any, API = any> extends Partial<MiddlewareContext> { | ||
export interface IntegrationContext<CLIENT = any, CONFIG = any, API = any> { | ||
client: CLIENT; | ||
@@ -11,0 +11,0 @@ config: CONFIG; |
{ | ||
"name": "@vue-storefront/middleware", | ||
"version": "3.6.0-rc.6", | ||
"version": "3.6.0-rc.7", | ||
"main": "lib/index.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "lib/index.es.js", |
Sorry, the diff of this file is not supported yet
70172