@ovotech/avro-ts
Advanced tools
Comparing version 6.0.3 to 6.0.4
@@ -7,4 +7,3 @@ "use strict"; | ||
const helpers_1 = require("../helpers"); | ||
const isRecordType = (type) => (typeof type === 'object' && 'type' in type && type.type === 'record') || | ||
type.type === 'error'; | ||
const isRecordType = (type) => typeof type === 'object' && 'type' in type && (type.type === 'record' || type.type === 'error'); | ||
exports.isRecordType = isRecordType; | ||
@@ -11,0 +10,0 @@ const withDefault = (def, doc) => { |
{ | ||
"name": "@ovotech/avro-ts", | ||
"description": "Convert avro schemas into typescript interfaces", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"main": "dist/index.js", | ||
@@ -25,3 +25,3 @@ "source": "src/index.ts", | ||
"@types/node": "^14.14.28", | ||
"avsc": "^5.5.3", | ||
"avsc": "^5.5.6", | ||
"eslint-config-prettier": "^7.2.0", | ||
@@ -41,3 +41,3 @@ "jest": "^26.6.3", | ||
}, | ||
"gitHead": "28d0f178b70b3df4f0a16dec01b9b16b2558a79b" | ||
"gitHead": "e601f487340655a1d7f8770c060b19f620fb44b9" | ||
} |
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
30856
443