ig-types 6.25.3 → 6.25.4

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.
Files changed (2) hide show
  1. package/Promise.js +1 -0
  2. package/package.json +1 -1
package/Promise.js CHANGED
@@ -1388,6 +1388,7 @@ object.Mixin('PromiseMixin', 'soft', {
1388
1388
  // XXX should we just check for .then(..) ???
1389
1389
  // XXX update README if this changes...
1390
1390
  : (data.length == 1
1391
+ && data[0]
1391
1392
  && data[0][Symbol.asyncIterator]
1392
1393
  && data[0].then) ?
1393
1394
  data[0].then(func, ...error)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ig-types",
3
- "version": "6.25.3",
3
+ "version": "6.25.4",
4
4
  "description": "Generic JavaScript types and type extensions...",
5
5
  "main": "main.js",
6
6
  "scripts": {