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 +0 -1
- package/esm/hyperbeam.js +0 -1
- package/package.json +1 -1
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