@eleven-am/pondsocket 0.1.18 → 0.1.19

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 (3) hide show
  1. package/index.d.ts +2 -2
  2. package/index.js +3 -0
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import { PondSocket } from './types';
2
-
1
+ import { PondSocket, PondChannel as Channel } from './types';
3
2
  export default PondSocket;
3
+ export { Channel };
package/index.js CHANGED
@@ -1,4 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Channel = void 0;
4
+ const pondChannel_1 = require("./server/pondChannel/pondChannel");
5
+ Object.defineProperty(exports, "Channel", { enumerable: true, get: function () { return pondChannel_1.PondChannel; } });
3
6
  const pondSocket_1 = require("./server/server/pondSocket");
4
7
  exports.default = pondSocket_1.PondSocket;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eleven-am/pondsocket",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "description": "PondSocket is a fast simple socket server",
5
5
  "keywords": [
6
6
  "socket",