episoda 0.2.70 → 0.2.72
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.
|
@@ -2259,7 +2259,7 @@ var require_websocket_client = __commonJS({
|
|
|
2259
2259
|
once(event, handler) {
|
|
2260
2260
|
const onceHandler = (message) => {
|
|
2261
2261
|
this.off(event, onceHandler);
|
|
2262
|
-
handler(message);
|
|
2262
|
+
return handler(message);
|
|
2263
2263
|
};
|
|
2264
2264
|
this.on(event, onceHandler);
|
|
2265
2265
|
}
|
|
@@ -2741,7 +2741,7 @@ var require_package = __commonJS({
|
|
|
2741
2741
|
"package.json"(exports2, module2) {
|
|
2742
2742
|
module2.exports = {
|
|
2743
2743
|
name: "episoda",
|
|
2744
|
-
version: "0.2.
|
|
2744
|
+
version: "0.2.72",
|
|
2745
2745
|
description: "CLI tool for Episoda local development workflow orchestration",
|
|
2746
2746
|
main: "dist/index.js",
|
|
2747
2747
|
types: "dist/index.d.ts",
|