@hastehaul/common 2.0.0 → 2.0.1

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
@@ -173,3 +173,4 @@ export * from "./events/common/enums/streams";
173
173
  * The "Subjects" type alias represents the subjects for different event types.
174
174
  */
175
175
  export * from "./events/common/enums/subjects";
176
+ export * from "./events/common/enums/subjects/main-subjects";
package/build/index.js CHANGED
@@ -206,3 +206,4 @@ __exportStar(require("./events/common/enums/streams"), exports);
206
206
  * The "Subjects" type alias represents the subjects for different event types.
207
207
  */
208
208
  __exportStar(require("./events/common/enums/subjects"), exports);
209
+ __exportStar(require("./events/common/enums/subjects/main-subjects"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hastehaul/common",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",