wao 0.25.0 → 0.25.1

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/cjs/hyperbeam.js CHANGED
@@ -99,7 +99,6 @@ var HyperBEAM = exports["default"] = /*#__PURE__*/function () {
99
99
  this.hbeam.on("close", function (code) {
100
100
  return console.log("child process exited with code ".concat(code));
101
101
  });
102
- return this.hbeam;
103
102
  }
104
103
  return _createClass(HyperBEAM, [{
105
104
  key: "genEnv",
package/esm/hyperbeam.js CHANGED
@@ -63,7 +63,6 @@ export default class HyperBEAM {
63
63
  this.hbeam.on("close", code =>
64
64
  console.log(`child process exited with code ${code}`)
65
65
  )
66
- return this.hbeam
67
66
  }
68
67
 
69
68
  genEnv() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wao",
3
- "version": "0.25.0",
3
+ "version": "0.25.1",
4
4
  "bin": {
5
5
  "wao": "./cjs/cli.js",
6
6
  "wao-esm": "./esm/cli.js"