@vendure/common
Advanced tools
Comparing version 1.9.1 to 1.9.2
@@ -175,3 +175,3 @@ import { LanguageCode, LocalizedString } from './generated-types'; | ||
* @description | ||
* The hostname of the Vendure server which the admin ui will be making API calls | ||
* The hostname of the Vendure server which the admin UI will be making API calls | ||
* to. If set to "auto", the Admin UI app will determine the hostname from the | ||
@@ -185,3 +185,3 @@ * current location (i.e. `window.location.hostname`). | ||
* @description | ||
* The port of the Vendure server which the admin ui will be making API calls | ||
* The port of the Vendure server which the admin UI will be making API calls | ||
* to. If set to "auto", the Admin UI app will determine the port from the | ||
@@ -293,3 +293,3 @@ * current location (i.e. `window.location.port`). | ||
* @description | ||
* The path to the compiled admin ui app files. If not specified, an internal | ||
* The path to the compiled admin UI app files. If not specified, an internal | ||
* default build is used. This path should contain the `vendure-ui-config.json` file, | ||
@@ -321,3 +321,3 @@ * index.html, the compiled js bundles etc. | ||
* @description | ||
* The path to the uncompiled ui app source files. This path should contain the `vendure-ui-config.json` file. | ||
* The path to the uncompiled UI app source files. This path should contain the `vendure-ui-config.json` file. | ||
*/ | ||
@@ -324,0 +324,0 @@ sourcePath: string; |
{ | ||
"name": "@vendure/common", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"main": "index.js", | ||
@@ -25,3 +25,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "72b785db1b8d1b6f0ca01faeeb1175a86e885d16" | ||
"gitHead": "f0035fa97585d1f1074b31b07eb18c003c0cbed7" | ||
} |