Comparing version 5.5.3 to 5.6.0
{ | ||
"name": "avsc", | ||
"version": "5.5.3", | ||
"version": "5.6.0", | ||
"description": "Avro for JavaScript", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/mtth/avsc", |
@@ -25,3 +25,3 @@ // Note: These typings are incomplete (https://github.com/mtth/avsc/pull/134). | ||
interface RecordType { | ||
type: "record"; | ||
type: "record" | "error"; | ||
name: string; | ||
@@ -28,0 +28,0 @@ namespace?: 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
261449