File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,15 @@ _An abstract extension system for inspection of Github scopes and settings_
1111- Repository: [ @pkgdist/extensions ] ( https://github.com/pkgdist/extensions )
1212
1313## ^0.3.5
14- - Implemented a bug where the repo aggregator was not seeing other extensiobs of the ` GenericReportEntry<T> ` interface
15- - Logic change now accepts any generic extension of this class as the report object that is processed.
14+
15+ - Implemented a bug where the repo aggregator was not seeing other extensiobs of
16+ the ` GenericReportEntry<T> ` interface
17+ - Logic change now accepts any generic extension of this class as the report
18+ object that is processed.
1619
1720``` ts
18- (this .aggregate as Type .ReportEntries <Type .GenericReportEntry <T >>)
19- .repos [entry .repo ].push (entry )
21+ ; (this .aggregate as Type .ReportEntries <Type .GenericReportEntry <T >>)
22+ .repos [entry .repo ].push (entry )
2023```
2124
2225## ^0.3.4
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ export class Reporting<T> {
9090 this . aggregate . repos [ entry . repo ] = [ ]
9191 }
9292
93- ( this . aggregate as Type . ReportEntries < Type . GenericReportEntry < T > > )
93+ ; ( this . aggregate as Type . ReportEntries < Type . GenericReportEntry < T > > )
9494 . repos [ entry . repo ] . push ( entry )
9595
9696 // Trigger all hooks asynchronously (do not block on errors)
Original file line number Diff line number Diff line change 1-
21// This file is auto-generated. Do not edit.
3- export const generatedVersion = " 0.3.5" ;
2+ export const generatedVersion = ' 0.3.5'
You can’t perform that action at this time.
0 commit comments