util-helpers 4.17.2 → 4.17.3

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.
@@ -178,6 +178,8 @@
178
178
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
179
179
  PERFORMANCE OF THIS SOFTWARE.
180
180
  ***************************************************************************** */
181
+ /* global Reflect, Promise */
182
+
181
183
 
182
184
  var __assign = function() {
183
185
  __assign = Object.assign || function __assign(t) {
@@ -273,7 +275,7 @@
273
275
  function setDisableWarning(bool) {
274
276
  config.disableWarning = !!bool;
275
277
  }
276
- var version = "4.17.2";
278
+ var version = "4.17.3";
277
279
 
278
280
  function devWarn() {
279
281
  var args = [];