octoflare
Advanced tools
Comparing version 0.24.25 to 0.24.26
@@ -7,3 +7,3 @@ import { ActionOctokit } from '../action/index.js'; | ||
error: Error; | ||
info?: string | undefined; | ||
info?: string; | ||
}) => Promise<void>; |
@@ -10,6 +10,6 @@ import { ActionOctokit } from '../action/index.js'; | ||
repo: string; | ||
conclusion?: Conclusion | undefined; | ||
conclusion?: Conclusion; | ||
status: CheckRunStatus; | ||
output?: ChecksOutput | undefined; | ||
details_url?: string | undefined; | ||
output?: ChecksOutput; | ||
details_url?: string; | ||
}) => Promise<unknown>; |
{ | ||
"name": "octoflare", | ||
"version": "0.24.25", | ||
"version": "0.24.26", | ||
"description": "🌤️ A framework for building GitHub Apps with Cloudflare Worker", | ||
@@ -73,3 +73,3 @@ "type": "module", | ||
"@actions/github": "6.0.0", | ||
"@cloudflare/workers-types": "4.20240403.0", | ||
"@cloudflare/workers-types": "4.20240404.0", | ||
"@octokit/webhooks-types": "7.4.0", | ||
@@ -76,0 +76,0 @@ "octokit": "3.1.2" |
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
27175
+ Added@cloudflare/workers-types@4.20240404.0(transitive)
- Removed@cloudflare/workers-types@4.20240403.0(transitive)