ywana-core8 0.0.283 → 0.0.284

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ywana-core8",
3
- "version": "0.0.283",
3
+ "version": "0.0.284",
4
4
  "description": "ywana-core8",
5
5
  "author": "Ernesto Roldan Garcia",
6
6
  "license": "MIT",
@@ -319,7 +319,7 @@ export const CollectionContext = (url, field, host) => {
319
319
  /**
320
320
  * Collection API
321
321
  */
322
- const CollectionAPI = (url) => {
322
+ const CollectionAPI = (url, host) => {
323
323
 
324
324
  const http = HTTPClient(host || window.API || process.env.REACT_APP_API, Session);
325
325