@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 +1 -0
- package/build/index.js +1 -0
- package/package.json +1 -1
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
|
*
|