oc-client
Advanced tools
Comparing version
{ | ||
"name": "oc-client", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "Node.js oc client", | ||
@@ -41,5 +41,5 @@ "main": "index.js", | ||
"mocha": "^5.0.0", | ||
"oc": "^0.44.0", | ||
"oc": "^0.45.2", | ||
"prettier-eslint-cli": "4.7.1", | ||
"sinon": "^5.0.10" | ||
"sinon": "^6.0.0" | ||
}, | ||
@@ -46,0 +46,0 @@ "dependencies": { |
@@ -122,3 +122,3 @@ oc-client | ||
|---------|----|---------|-----------| | ||
|`container`|`boolean`|no|Default true, when false, renders a component without its <oc-component> container| | ||
|`container`|`boolean`|no|Default false, when false, renders a component without its <oc-component> container| | ||
|`disableFailoverRendering`|`boolean`|no|Disables the automatic failover rendering in case the registry times-out (in case configuration.registries.clientRendering contains a valid value.) Default false| | ||
@@ -125,0 +125,0 @@ |`forwardAcceptLanguageToClient`|`boolean`|no|When not specified in config, defaults to false. When true, when doing client-side requests (normal or failover) appends a custom parameter to the browser's component hrefs so that the framework will ignore the browser's Accept-Language in favour of the query-string value| |