@graffy/react
Advanced tools
Comparing version 0.15.3-beta.2 to 0.15.3-beta.3
@@ -1,5 +0,7 @@ | ||
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose"; | ||
import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import _asyncToGenerator from "@babel/runtime/helpers/esm/asyncToGenerator"; | ||
import _asyncIterator from "@babel/runtime/helpers/esm/asyncIterator"; | ||
import _objectWithoutPropertiesLoose from "@babel/runtime-corejs3/helpers/esm/objectWithoutPropertiesLoose"; | ||
import _extends from "@babel/runtime-corejs3/helpers/esm/extends"; | ||
import _asyncToGenerator from "@babel/runtime-corejs3/helpers/esm/asyncToGenerator"; | ||
import _asyncIterator from "@babel/runtime-corejs3/helpers/esm/asyncIterator"; | ||
import _bindInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/bind"; | ||
import _regeneratorRuntime from "@babel/runtime-corejs3/regenerator"; | ||
import React from 'react'; | ||
@@ -14,6 +16,6 @@ import isEqual from 'lodash/isEqual'; | ||
var consumeSubscription = /*#__PURE__*/function () { | ||
var _ref = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(subscription, setState) { | ||
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(subscription, setState) { | ||
var _iteratorNormalCompletion, _didIteratorError, _iteratorError, _loop, _iterator, _step, _value, _ret; | ||
return regeneratorRuntime.wrap(function _callee$(_context) { | ||
return _regeneratorRuntime.wrap(function _callee$(_context) { | ||
while (1) { | ||
@@ -146,5 +148,5 @@ switch (_context.prev = _context.next) { | ||
var retrieveResult = /*#__PURE__*/function () { | ||
var _ref2 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee2(promise, setState) { | ||
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2(promise, setState) { | ||
var data; | ||
return regeneratorRuntime.wrap(function _callee2$(_context2) { | ||
return _regeneratorRuntime.wrap(function _callee2$(_context2) { | ||
while (1) { | ||
@@ -228,3 +230,3 @@ switch (_context2.prev = _context2.next) { | ||
var refetch = fetchData.bind(null, _extends({}, other, { | ||
var refetch = _bindInstanceProperty(fetchData).call(fetchData, null, _extends({}, other, { | ||
skipCache: true | ||
@@ -231,0 +233,0 @@ })); |
@@ -5,3 +5,3 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.15.3-beta.2", | ||
"version": "0.15.3-beta.3", | ||
"main": "./cjs/index.js", | ||
@@ -8,0 +8,0 @@ "module": "./esm/index.js", |
18750
503