@itzworking/events-manager 0.0.112 → 0.0.114

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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@itzworking/events-manager",
3
- "version": "0.0.112",
3
+ "version": "0.0.114",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },
7
7
  "peerDependencies": {
8
8
  "@aws-sdk/client-eventbridge": "3.x",
9
- "@itzworking/decorated-class": "0.0.112",
10
- "@itzworking/powertools": "0.0.112",
9
+ "@itzworking/decorated-class": "0.0.114",
10
+ "@itzworking/powertools": "0.0.114",
11
11
  "uuid": "10.x"
12
12
  },
13
13
  "type": "commonjs",
@@ -7,7 +7,9 @@ const application_event_detail_metadata_1 = require("./application-event-detail-
7
7
  class ApplicationEventDetail extends decorated_class_1.DecoratedClass {
8
8
  constructor(props) {
9
9
  super(props);
10
- this.metadata = new application_event_detail_metadata_1.ApplicationEventDetailMetadata(props === null || props === void 0 ? void 0 : props.metadata);
10
+ if (!(props === null || props === void 0 ? void 0 : props.metadata)) {
11
+ this.metadata = new application_event_detail_metadata_1.ApplicationEventDetailMetadata(props === null || props === void 0 ? void 0 : props.metadata);
12
+ }
11
13
  }
12
14
  }
13
15
  exports.ApplicationEventDetail = ApplicationEventDetail;
@@ -1 +1 @@
1
- {"version":3,"file":"application-event-detail.js","sourceRoot":"","sources":["../../../../libs/events-manager/src/application-event-detail.ts"],"names":[],"mappings":";;;;AAAA,iEAKqC;AACrC,2FAAqF;AAErF,MAAa,sBAEX,SAAQ,gCAAc;IAUtB,YAAY,KAAW;QACrB,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,CAAC,QAAQ,GAAG,IAAI,kEAA8B,CAAC,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,QAAQ,CAAC,CAAC;IACtE,CAAC;CACF;AAhBD,wDAgBC;AATC;IAJC,yBAAO;IACP,IAAA,2BAAS,EAAC,+BAAa,CAAC,MAAM,EAAE;QAC/B,UAAU,EAAE,kEAA8B;KAC3C,CAAC;sCACQ,kEAA8B;wDAAC;AAGzC;IADC,IAAA,2BAAS,EAAC,+BAAa,CAAC,MAAM,CAAC;;oDACvB"}
1
+ {"version":3,"file":"application-event-detail.js","sourceRoot":"","sources":["../../../../libs/events-manager/src/application-event-detail.ts"],"names":[],"mappings":";;;;AAAA,iEAKqC;AACrC,2FAAqF;AAErF,MAAa,sBAEX,SAAQ,gCAAc;IAUtB,YAAY,KAAW;QACrB,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,CAAC,CAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,QAAQ,CAAA,EAAE,CAAC;YACrB,IAAI,CAAC,QAAQ,GAAG,IAAI,kEAA8B,CAAC,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,QAAQ,CAAC,CAAC;QACtE,CAAC;IACH,CAAC;CACF;AAlBD,wDAkBC;AAXC;IAJC,yBAAO;IACP,IAAA,2BAAS,EAAC,+BAAa,CAAC,MAAM,EAAE;QAC/B,UAAU,EAAE,kEAA8B;KAC3C,CAAC;sCACQ,kEAA8B;wDAAC;AAGzC;IADC,IAAA,2BAAS,EAAC,+BAAa,CAAC,MAAM,CAAC;;oDACvB"}