@vendure/common
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -71,3 +71,3 @@ import { LanguageCode, LocalizedString } from './generated-types'; | ||
* | ||
* Additionally, the CustomFieldType also dictates which [configuration options](/reference/typescript-api/custom-fields/#configuration-options) | ||
* Additionally, the CustomFieldType also dictates which [configuration options](/reference/typescript-api/custom-fields/#custom-field-config-properties) | ||
* are available for that custom field. | ||
@@ -180,3 +180,3 @@ * | ||
* | ||
* @default 'http://localhost' | ||
* @default 'auto' | ||
*/ | ||
@@ -190,3 +190,3 @@ apiHost: string | 'auto'; | ||
* | ||
* @default 3000 | ||
* @default 'auto' | ||
*/ | ||
@@ -193,0 +193,0 @@ apiPort: number | 'auto'; |
@@ -34,4 +34,5 @@ # License | ||
Please see also (files in this directory): | ||
[Licensing FAQ - license-faq.md](license/license-faq.md) | ||
[GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - gpl-3.0.txt](license/gpl-3.0.txt) | ||
Please see also: | ||
- [Licensing FAQ - license-faq.md](license/license-faq.md) | ||
- [GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - gpl-3.0.txt](license/gpl-3.0.txt) |
{ | ||
"name": "@vendure/common", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"main": "index.js", | ||
@@ -25,3 +25,3 @@ "license": "GPL-3.0-or-later", | ||
}, | ||
"gitHead": "a23b3ae5d4675eb459bb646ba7dd4ab0b085eb08" | ||
"gitHead": "8e126574cecfb3c17a4ea364383fb89ba087fee1" | ||
} |
471102