ywana-core8 0.0.683 → 0.0.684

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.umd.js CHANGED
@@ -5640,7 +5640,7 @@
5640
5640
  * Collection API
5641
5641
  */
5642
5642
 
5643
- var CollectionAPI$1 = function CollectionAPI(url, host) {
5643
+ var CollectionAPI = function CollectionAPI(url, host) {
5644
5644
  var http = HTTPClient(host || window.API || process.env.REACT_APP_API, Session);
5645
5645
  /**
5646
5646
  * objectToQueryParamString
@@ -6362,7 +6362,7 @@
6362
6362
  versioning = false;
6363
6363
  }
6364
6364
 
6365
- var API = CollectionAPI$1(url, host);
6365
+ var API = CollectionAPI(url, host);
6366
6366
  return {
6367
6367
  all: [],
6368
6368
  filters: {},