@vendure/common 1.9.0 → 1.9.2

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.
@@ -172,7 +172,7 @@ export declare type CustomFieldsObject = {
172
172
  export interface AdminUiConfig {
173
173
  /**
174
174
  * @description
175
- * The hostname of the Vendure server which the admin ui will be making API calls
175
+ * The hostname of the Vendure server which the admin UI will be making API calls
176
176
  * to. If set to "auto", the Admin UI app will determine the hostname from the
177
177
  * current location (i.e. `window.location.hostname`).
178
178
  *
@@ -181,7 +181,7 @@ export interface AdminUiConfig {
181
181
  apiHost: string | 'auto';
182
182
  /**
183
183
  * @description
184
- * The port of the Vendure server which the admin ui will be making API calls
184
+ * The port of the Vendure server which the admin UI will be making API calls
185
185
  * to. If set to "auto", the Admin UI app will determine the port from the
186
186
  * current location (i.e. `window.location.port`).
187
187
  *
@@ -288,7 +288,7 @@ export interface AdminUiConfig {
288
288
  export interface AdminUiAppConfig {
289
289
  /**
290
290
  * @description
291
- * The path to the compiled admin ui app files. If not specified, an internal
291
+ * The path to the compiled admin UI app files. If not specified, an internal
292
292
  * default build is used. This path should contain the `vendure-ui-config.json` file,
293
293
  * index.html, the compiled js bundles etc.
294
294
  */
@@ -315,7 +315,7 @@ export interface AdminUiAppConfig {
315
315
  export interface AdminUiAppDevModeConfig {
316
316
  /**
317
317
  * @description
318
- * The path to the uncompiled ui app source files. This path should contain the `vendure-ui-config.json` file.
318
+ * The path to the uncompiled UI app source files. This path should contain the `vendure-ui-config.json` file.
319
319
  */
320
320
  sourcePath: string;
321
321
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/common",
3
- "version": "1.9.0",
3
+ "version": "1.9.2",
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.3.5"
24
24
  },
25
- "gitHead": "b534b31a87ce728bdbbf9d1d37cdc8e528be07c8"
25
+ "gitHead": "f0035fa97585d1f1074b31b07eb18c003c0cbed7"
26
26
  }