@eleven-am/pondsocket 0.1.76 → 0.1.77

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/nest.js +1 -1
  2. package/package.json +1 -1
package/nest.js CHANGED
@@ -438,7 +438,7 @@ function Channel(path = '*') {
438
438
  response.accept();
439
439
  }
440
440
  }));
441
- const { set } = manageChannelInstance(this);
441
+ const { set } = manageChannelInstance(constructor.prototype);
442
442
  const { get } = manageEventHandlers(this);
443
443
  set(channel);
444
444
  get().forEach((handler) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eleven-am/pondsocket",
3
- "version": "0.1.76",
3
+ "version": "0.1.77",
4
4
  "description": "PondSocket is a fast simple socket server",
5
5
  "keywords": [
6
6
  "socket",