@hastehaul/common 2.0.24 → 2.0.25

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.
package/build/index.d.ts CHANGED
@@ -150,6 +150,7 @@ export * from "./events/common/interfaces/customer-system-events-interfaces/cust
150
150
  */
151
151
  export * from "./events/common/interfaces/stream-interfaces/order-stream-interface";
152
152
  export * from "./events/common/interfaces/stream-interfaces/customer-stream-interface";
153
+ export * from "./events/common/interfaces/stream-interfaces/customer-system-stream-interface";
153
154
  /**
154
155
  * Re-exports all the types related to durable names from the "durable-names" file.
155
156
  *
package/build/index.js CHANGED
@@ -186,6 +186,7 @@ __exportStar(require("./events/common/interfaces/customer-system-events-interfac
186
186
  */
187
187
  __exportStar(require("./events/common/interfaces/stream-interfaces/order-stream-interface"), exports);
188
188
  __exportStar(require("./events/common/interfaces/stream-interfaces/customer-stream-interface"), exports);
189
+ __exportStar(require("./events/common/interfaces/stream-interfaces/customer-system-stream-interface"), exports);
189
190
  //* Import and re-export types from other files in events enums for easier access.
190
191
  /**
191
192
  * Re-exports all the types related to durable names from the "durable-names" file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hastehaul/common",
3
- "version": "2.0.24",
3
+ "version": "2.0.25",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",