@vendure/common
Advanced tools
Comparing version 2.1.0-next.4 to 2.1.0-next.5
@@ -71,3 +71,3 @@ import { LanguageCode, LocalizedString } from './generated-types'; | ||
* | ||
* Additionally, the CustomFieldType also dictates which [configuration options](/docs/typescript-api/custom-fields/#configuration-options) | ||
* Additionally, the CustomFieldType also dictates which [configuration options](/reference/typescript-api/custom-fields/#configuration-options) | ||
* are available for that custom field. | ||
@@ -171,3 +171,3 @@ * | ||
* | ||
* @docsCategory core plugins/AdminUiPlugin | ||
* @docsCategory common/AdminUi | ||
*/ | ||
@@ -284,3 +284,3 @@ export interface AdminUiConfig { | ||
* refund/cancel dialog. The values can be literal strings (e.g. "Not in stock") or translation | ||
* tokens (see [Adding Admin UI Translations](/docs/plugins/extending-the-admin-ui/adding-ui-translations/)). | ||
* tokens (see [Adding Admin UI Translations](/guides/extending-the-admin-ui/adding-ui-translations/)). | ||
* | ||
@@ -296,3 +296,3 @@ * @since 1.5.0 | ||
* | ||
* @docsCategory core plugins/AdminUiPlugin | ||
* @docsCategory common/AdminUi | ||
*/ | ||
@@ -324,3 +324,3 @@ export interface AdminUiAppConfig { | ||
* | ||
* @docsCategory core plugins/AdminUiPlugin | ||
* @docsCategory common/AdminUi | ||
*/ | ||
@@ -327,0 +327,0 @@ export interface AdminUiAppDevModeConfig { |
{ | ||
"name": "@vendure/common", | ||
"version": "2.1.0-next.4", | ||
"version": "2.1.0-next.5", | ||
"main": "index.js", | ||
@@ -25,3 +25,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "10ba12c0a870f30bb083bffc142feb040f76db22" | ||
"gitHead": "b4b78ba7ac534e5995877e46421870b114f429de" | ||
} |
458714