@ovotech/avro-ts
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@ovotech/avro-ts", | ||
"description": "Convert avro schemas into typescript interfaces", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"main": "dist/index.js", | ||
@@ -21,9 +21,9 @@ "source": "src/index.ts", | ||
"@ovotech/avro-logical-types": "^1.0.0", | ||
"@types/jest": "^24.0.11", | ||
"@types/jest": "^24.0.13", | ||
"@types/node": "^11.11.4", | ||
"avsc": "^5.4.7", | ||
"jest": "^24.5.0", | ||
"prettier": "^1.16.4", | ||
"ts-jest": "^24.0.0", | ||
"tslint": "^5.14.0", | ||
"avsc": "^5.4.10", | ||
"jest": "^24.8.0", | ||
"prettier": "^1.17.1", | ||
"ts-jest": "^24.0.2", | ||
"tslint": "^5.17.0", | ||
"tslint-config-prettier": "^1.18.0" | ||
@@ -35,5 +35,5 @@ }, | ||
"dependencies": { | ||
"typescript": "^3.4.3" | ||
"typescript": "^3.5.1" | ||
}, | ||
"gitHead": "b932b8948421d3f28fa6b2ffd49ea9163447d18d" | ||
"gitHead": "08920fa2c6cc9a25f01f9de4c1b2283291d93b1b" | ||
} |
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
29857
Updatedtypescript@^3.5.1