@vendure/common 2.0.0-next.24 → 2.0.0-next.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/shared-types.d.ts +2 -2
- package/package.json +2 -2
package/lib/shared-types.d.ts
CHANGED
|
@@ -263,11 +263,11 @@ export interface AdminUiConfig {
|
|
|
263
263
|
hideVersion?: boolean;
|
|
264
264
|
/**
|
|
265
265
|
* @description
|
|
266
|
-
*
|
|
266
|
+
* A url of a custom image to be used on the login screen, to override the images provided by Vendure's login image server.
|
|
267
267
|
*
|
|
268
268
|
* @since 1.9.0
|
|
269
269
|
*/
|
|
270
|
-
|
|
270
|
+
loginImageUrl?: string;
|
|
271
271
|
/**
|
|
272
272
|
* @description
|
|
273
273
|
* Allows you to provide default reasons for a refund or cancellation. This will be used in the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vendure/common",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.26",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"rimraf": "^3.0.2",
|
|
23
23
|
"typescript": "4.5.5"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "04477be85afbe0c7f3378f8f4826f74d5410a3a1"
|
|
26
26
|
}
|