@ovotech/avro-kafkajs
Advanced tools
Comparing version 0.6.1 to 0.6.2
{ | ||
"name": "@ovotech/avro-kafkajs", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"main": "dist/index.js", | ||
@@ -9,15 +9,15 @@ "types": "dist/index.d.ts", | ||
"repository": "git@github.com:ovotech/castle.git", | ||
"homepage": "https://github.com/ovotech/castle/tree/master/packages/avro-kafkajs#readme", | ||
"homepage": "https://github.com/ovotech/castle/tree/main/packages/avro-kafkajs#readme", | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@ovotech/build-docs": "^0.1.0", | ||
"@types/jest": "^26.0.16", | ||
"@types/jest": "^26.0.20", | ||
"@types/long": "^4.0.1", | ||
"@types/node": "^14.14.10", | ||
"@types/node": "^14.14.28", | ||
"@types/uuid": "^8.3.0", | ||
"@typescript-eslint/eslint-plugin": "^4.9.0", | ||
"@typescript-eslint/parser": "^4.9.0", | ||
"@typescript-eslint/eslint-plugin": "^4.15.1", | ||
"@typescript-eslint/parser": "^4.15.1", | ||
"axios": "^0.21.0", | ||
"eslint": "^7.14.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint": "^7.20.0", | ||
"eslint-config-prettier": "^7.2.0", | ||
"jest": "^26.6.3", | ||
@@ -27,4 +27,4 @@ "kafkajs": "^1.15.0", | ||
"stream-mock": "^2.0.5", | ||
"ts-jest": "^26.4.4", | ||
"ts-node": "^9.0.0", | ||
"ts-jest": "^26.5.1", | ||
"ts-node": "^9.1.1", | ||
"ts-retry-promise": "^0.6.0", | ||
@@ -46,10 +46,10 @@ "typescript": "^4.1.2", | ||
"peerDependencies": { | ||
"kafkajs": "^1.12.0" | ||
"kafkajs": "^1.15.0" | ||
}, | ||
"dependencies": { | ||
"@ovotech/schema-registry-api": "^1.0.7", | ||
"avsc": "^5.5.3", | ||
"avsc": "^5.5.6", | ||
"long": "^4.0.0" | ||
}, | ||
"gitHead": "6034a6bcd68d44cf9f3c6b0724ee759cc5a4aca9" | ||
"gitHead": "e601f487340655a1d7f8770c060b19f620fb44b9" | ||
} |
@@ -445,3 +445,3 @@ # Avro Kafkajs | ||
Deployment is preferment by lerna automatically on merge / push to master, but you'll need to bump the package version numbers yourself. Only updated packages with newer versions will be pushed to the npm registry. | ||
Deployment is preferment by lerna automatically on merge / push to main, but you'll need to bump the package version numbers yourself. Only updated packages with newer versions will be pushed to the npm registry. | ||
@@ -448,0 +448,0 @@ ## Contributing |
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
47671
Updatedavsc@^5.5.6