ywana-core8 0.0.683 → 0.0.685

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/dist/index.cjs CHANGED
@@ -5646,7 +5646,7 @@ var EditContentDialog = function EditContentDialog(_ref) {
5646
5646
  * Collection API
5647
5647
  */
5648
5648
 
5649
- var CollectionAPI$1 = function CollectionAPI(url, host) {
5649
+ var CollectionAPI = function CollectionAPI(url, host) {
5650
5650
  var http = HTTPClient(host || window.API || process.env.REACT_APP_API, Session);
5651
5651
  /**
5652
5652
  * objectToQueryParamString
@@ -6368,7 +6368,7 @@ var CollectionContext = function CollectionContext(url, field, host, page, fetch
6368
6368
  versioning = false;
6369
6369
  }
6370
6370
 
6371
- var API = CollectionAPI$1(url, host);
6371
+ var API = CollectionAPI(url, host);
6372
6372
  return {
6373
6373
  all: [],
6374
6374
  filters: {},
@@ -9925,7 +9925,7 @@ var TaskContextProvider = function TaskContextProvider(props) {
9925
9925
 
9926
9926
  var host = props.host,
9927
9927
  _props$url = props.url,
9928
- url = _props$url === void 0 ? "tasks" : _props$url,
9928
+ url = _props$url === void 0 ? "/tasks" : _props$url,
9929
9929
  children = props.children;
9930
9930
  var API = CollectionAPI(url, host);
9931
9931
  var value = {