bundlebee 1.0.7 → 1.1.0

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/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -169,6 +169,7 @@ module.exports = class Bundlebee extends ReadyResource {
169
169
 
170
170
  return d.head
171
171
  }
172
+ return null
172
173
  }
173
174
 
174
175
  async *allABIs() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bundlebee",
3
- "version": "1.0.7",
3
+ "version": "1.1.0",
4
4
  "description": "bundlebee",
5
5
  "main": "index.js",
6
6
  "imports": {