@hastehaul/common 3.11.0 → 3.12.0

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.ts CHANGED
@@ -6,6 +6,7 @@
6
6
  */
7
7
  export * from "./connections-wrappers/redis-connection-wrapper";
8
8
  export * from "./connections-wrappers/redis-wrapper";
9
+ export * from "./connections-wrappers/emitter-wrapper";
9
10
  /**
10
11
  * Re-exports all the contents from the "socket-connection-wrapper" module.
11
12
  *
package/build/index.js CHANGED
@@ -23,6 +23,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
23
23
  */
24
24
  __exportStar(require("./connections-wrappers/redis-connection-wrapper"), exports);
25
25
  __exportStar(require("./connections-wrappers/redis-wrapper"), exports);
26
+ __exportStar(require("./connections-wrappers/emitter-wrapper"), exports);
26
27
  /**
27
28
  * Re-exports all the contents from the "socket-connection-wrapper" module.
28
29
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hastehaul/common",
3
- "version": "3.11.0",
3
+ "version": "3.12.0",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",