@colijnit/transaction 12.1.113 → 12.1.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.
@@ -32,8 +32,8 @@
32
32
  function Version() {
33
33
  this.name = "@colijnit/transaction";
34
34
  this.description = "Colijn IT transaction package";
35
- this.symVer = "12.1.113";
36
- this.publishDate = "28-4-2023 18:00:09";
35
+ this.symVer = "12.1.114";
36
+ this.publishDate = "29-4-2023 11:18:46";
37
37
  }
38
38
  return Version;
39
39
  }());
@@ -24564,7 +24564,7 @@
24564
24564
  if (!this.catalogSettings) return [3 /*break*/, 2];
24565
24565
  this.catalogSettings.options = this.options;
24566
24566
  this.catalogSettings.catalogParameters = this.parameters;
24567
- return [4 /*yield*/, this._catalogService.init(this.catalogSettings)];
24567
+ return [4 /*yield*/, this._catalogService.init(this.catalogSettings, true)];
24568
24568
  case 1:
24569
24569
  _a.sent();
24570
24570
  _a.label = 2;