@vue-storefront/middleware
Advanced tools
Comparing version 4.3.0 to 4.3.1
@@ -6,5 +6,3 @@ import type { Express, Request, Response } from "express"; | ||
export type ApiMethods = Record<string, ApiClientMethod>; | ||
export type ApiMethodsFactory<API extends ApiMethods, CONFIG extends ApiClientConfig> = (configuration: { | ||
config: CONFIG; | ||
}) => API; | ||
export type ApiMethodsFactory<API extends ApiMethods, CONFIG extends ApiClientConfig> = (configuration: CONFIG) => API; | ||
export type ApiClientMethodWithContext<CONTEXT> = (context: CONTEXT, ...args: any) => any; | ||
@@ -11,0 +9,0 @@ export type ExtendApiMethod<API, CONTEXT> = { |
{ | ||
"name": "@vue-storefront/middleware", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"main": "lib/index.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "lib/index.es.js", |
Sorry, the diff of this file is not supported yet
80752
1411