ywana-core8 0.0.873 → 0.0.874

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.
@@ -7125,7 +7125,7 @@ var CollectionContext$1 = function CollectionContext(url, field, host, page, fet
7125
7125
  try {
7126
7126
  var _this = this;
7127
7127
  var _temp4 = _catch$4(function () {
7128
- return Promise.resolve(API.all(null, page)).then(function (data) {
7128
+ return Promise.resolve(API.all(null, null, page)).then(function (data) {
7129
7129
  _this.all = field ? data[field] : data;
7130
7130
  });
7131
7131
  }, function (error) {