@vendure/common
Advanced tools
Comparing version 2.0.0-next.21 to 2.0.0-next.22
@@ -266,2 +266,9 @@ import { LanguageCode, LocalizedString } from './generated-types'; | ||
* @description | ||
* The custom login image | ||
* | ||
* @since 1.9.0 | ||
*/ | ||
loginImage?: string; | ||
/** | ||
* @description | ||
* Allows you to provide default reasons for a refund or cancellation. This will be used in the | ||
@@ -268,0 +275,0 @@ * refund/cancel dialog. The values can be literal strings (e.g. "Not in stock") or translation |
{ | ||
"name": "@vendure/common", | ||
"version": "2.0.0-next.21", | ||
"version": "2.0.0-next.22", | ||
"main": "index.js", | ||
@@ -25,3 +25,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "a1f3cffd598a0c634f86934b70e7c551c3817860" | ||
"gitHead": "2f7a04a08dc8960eec35d2f58a7877ecfee52fd3" | ||
} |
407562
10410