@colijnit/transaction 253.1.5 → 253.1.6
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/bundles/colijnit-transaction.umd.js +3 -3
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/lib/component/core/base/transaction-payment-base.component.js +3 -3
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +4 -4
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/package.json +1 -1
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
function Version() {
|
|
34
34
|
this.name = "@colijnit/transaction";
|
|
35
35
|
this.description = "Colijn IT transaction package";
|
|
36
|
-
this.symVer = "253.1.
|
|
37
|
-
this.publishDate = "9-7-2024
|
|
36
|
+
this.symVer = "253.1.6";
|
|
37
|
+
this.publishDate = "9-7-2024 22:05:41";
|
|
38
38
|
}
|
|
39
39
|
return Version;
|
|
40
40
|
}());
|
|
@@ -32751,7 +32751,7 @@
|
|
|
32751
32751
|
{ type: TransactionPaymentConnectorService },
|
|
32752
32752
|
{ type: TransactionEventService },
|
|
32753
32753
|
{ type: i0.ChangeDetectorRef },
|
|
32754
|
-
{ type: TransactionPaymentService },
|
|
32754
|
+
{ type: TransactionPaymentService, decorators: [{ type: i0.SkipSelf }] },
|
|
32755
32755
|
{ type: IconCacheService }
|
|
32756
32756
|
]; };
|
|
32757
32757
|
TransactionPaymentBaseComponent.propDecorators = {
|