kafkajs-stream
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.0.6](https://github.com/kambing86/kafkajs-stream/compare/v0.0.5...v0.0.6) (2019-12-16) | ||
### Bug Fixes | ||
* add module support ([a524874](https://github.com/kambing86/kafkajs-stream/commit/a524874e8fefdb401fc6702e06614b062fc19043)) | ||
### [0.0.5](https://github.com/kambing86/kafkajs-stream/compare/v0.0.4...v0.0.5) (2019-12-16) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "kafkajs-stream", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Stream for kafkajs", | ||
"main": "dist/index.js", | ||
"module": "module/index.js", | ||
"scripts": { | ||
"prebuild": "rm -rf dist", | ||
"build": "tsc --declaration", | ||
"build:strict": "yarn build --noImplicitAny", | ||
"prebuild": "rm -rf dist && rm -rf module", | ||
"build": "tsc --declaration && tsc --declaration -p tsconfig-module.json", | ||
"build:strict": "tsc --declaration --noImplicitAny && tsc --declaration -p tsconfig-module.json --noImplicitAny", | ||
"release": "standard-version" | ||
@@ -37,4 +38,5 @@ }, | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"module" | ||
] | ||
} |
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
23718
21
324