ywana-core8 0.0.916 → 0.0.917

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
@@ -5356,7 +5356,7 @@ var TaskContextProvider = function TaskContextProvider(props) {
5356
5356
  _props$frequency = props.frequency,
5357
5357
  frequency = _props$frequency === void 0 ? 1000 : _props$frequency,
5358
5358
  children = props.children;
5359
- var API = CollectionAPI$1(url, host);
5359
+ var API = CollectionAPI$1(url, host, null);
5360
5360
  var _useState = React.useState({}),
5361
5361
  listeners = _useState[0],
5362
5362
  setListeners = _useState[1];