@ovotech/avro-stream
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@ovotech/avro-stream", | ||
"description": "Serialize/deserialize kafka-node streams with avro data, using confluent schema-registry to hold the schemas", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"main": "dist/index.js", | ||
@@ -26,14 +26,15 @@ "source": "src/index.ts", | ||
"@ovotech/avro-logical-types": "^1.0.0", | ||
"@types/jest": "^23.3.10", | ||
"@types/node": "^10.12.12", | ||
"@types/node-fetch": "^2.1.4", | ||
"@types/jest": "^24.0.11", | ||
"@types/node": "^11.11.4", | ||
"@types/node-fetch": "^2.1.7", | ||
"@types/stream-mock": "^1.2.0", | ||
"@types/uuid": "^3.4.4", | ||
"jest": "^23.6.0", | ||
"kafka-node": "^3.0.1", | ||
"prettier": "^1.15.3", | ||
"jest": "^24.5.0", | ||
"kafka-node": "^4.0.2", | ||
"prettier": "^1.16.4", | ||
"stream-mock": "^1.2.0", | ||
"ts-jest": "^23.10.5", | ||
"tslint": "^5.11.0", | ||
"tslint-config-prettier": "^1.17.0", | ||
"typescript": "^3.2.2", | ||
"ts-jest": "^24.0.0", | ||
"tslint": "^5.14.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^3.3.4000", | ||
"uuid": "^3.3.2" | ||
@@ -44,3 +45,3 @@ }, | ||
}, | ||
"gitHead": "60fe46c0faaf7b3de972b659521dbe30883047a9" | ||
"gitHead": "f68210eef2100a3c8e844c843e8745aa450cb62d" | ||
} |
@@ -30,3 +30,3 @@ # Avro Stream | ||
}, | ||
messages: [{ accountId: '6709629' }, { accountId: '5709629' }], | ||
messages: [{ accountId: '6666666' }, { accountId: '5555555' }], | ||
}, | ||
@@ -161,4 +161,3 @@ ]; | ||
To deploy a new version, push to master and then create a new release. CircleCI will automatically build and deploy a the version to the npm registry. | ||
All package versions are synchronized, but it will only publish the versions of the packages that have changed. | ||
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. | ||
@@ -169,10 +168,6 @@ ## Contributing | ||
Want to make a change? Submit a PR, explain why it's useful, and make sure you've updated the docs (this file) and the tests (see `test/integration.spec.ts`). | ||
Want to make a change? Submit a PR, explain why it's useful, and make sure you've updated the docs (this file) and the tests (see [test folder](test)). | ||
## Responsible Team | ||
- OVO Energy's Boost Internal Tools (BIT) | ||
## License | ||
This project is licensed under Apache 2 - see the [LICENSE](LICENSE) file for details |
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
27410
15
39
328
171