File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ _An abstract extension system for inspection of Github scopes and settings_
1111- Repository: [ @pkgdist/extensions ] ( https://github.com/pkgdist/extensions )
1212
1313## ^0.3.7
14+
1415- Added branch protection functions
1516
1617## ^0.3.6
Original file line number Diff line number Diff line change @@ -41,5 +41,7 @@ const branch_results2 = $branch.findParamPaths(
4141)
4242
4343console . log (
44- Array . isArray ( branch_results2 ) && branch_results2 . length > 0 ? 'true' : 'false' ,
44+ Array . isArray ( branch_results2 ) && branch_results2 . length > 0
45+ ? 'true'
46+ : 'false' ,
4547)
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import * as $ruleset from './func_rules.ts'
1515import * as $branch from './func_branch.ts'
1616
1717export {
18+ $branch ,
1819 $colors ,
1920 $const ,
2021 $deep ,
@@ -24,7 +25,6 @@ export {
2425 $report ,
2526 $reporting ,
2627 $ruleset ,
27- $branch ,
2828 $streams ,
2929 $token ,
3030 $webhook ,
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.7" ;
2+ export const generatedVersion = ' 0.3.7'
You can’t perform that action at this time.
0 commit comments