@cowprotocol/events
Advanced tools
Comparing version 0.2.0 to 1.1.0
{ | ||
"name": "@cowprotocol/events", | ||
"version": "0.2.0", | ||
"version": "1.1.0", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "description": "CoW Swap events", |
@@ -9,5 +9,5 @@ export type OnTransactionPayload = { | ||
status?: number; | ||
replacementType?: 'speedup' | 'cancel'; | ||
replacementType?: 'speedup' | 'cancel' | 'replaced'; | ||
}; | ||
summary: string; | ||
}; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9250
1