@vue-storefront/core
Advanced tools
Comparing version 2.3.0-rc.2 to 2.3.0-rc.3
import { Ref } from '@vue/composition-api'; | ||
import type { Request, Response } from 'express'; | ||
import type { Request, Response, Express } from 'express'; | ||
export declare type ComputedProperty<T> = Readonly<Ref<Readonly<T>>>; | ||
@@ -657,2 +657,3 @@ export declare type CustomQuery = Record<string, string>; | ||
extendApiMethods?: Record<string, ApiClientMethod>; | ||
extendApp?: (app: Express) => void; | ||
hooks?: (req: Request, res: Response) => ApiClientExtensionHooks; | ||
@@ -659,0 +660,0 @@ } |
{ | ||
"name": "@vue-storefront/core", | ||
"version": "2.3.0-rc.2", | ||
"version": "2.3.0-rc.3", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "main": "lib/index.cjs.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
859109
9960