reg-gh-app-interface
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -11,2 +11,3 @@ export interface BaseEventBody { | ||
passedItemsCount: number; | ||
shortDescription?: boolean; | ||
} | ||
@@ -20,2 +21,3 @@ export declare type PrCommentBehavior = "default" | "once" | "new"; | ||
passedItemsCount: number; | ||
shortDescription?: boolean; | ||
behavior?: PrCommentBehavior; | ||
@@ -22,0 +24,0 @@ reportUrl?: string; |
{ | ||
"name": "reg-gh-app-interface", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "1c45b45dfb3b5e5a2d9e6aacb814f80ce57892be" | ||
"gitHead": "f8a31ae3b5c7954246b8687606e62919ad82abd4" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3563
47