@ovotech/castle
Advanced tools
Comparing version 0.1.4 to 0.2.0
export { createCastle, produce, consumeEachMessage, consumeEachBatch } from './castle'; | ||
export { CastleEachMessagePayload, CastleEachBatchPayload, Resolver, Middleware, CastleConsumerConfig, CastleConsumer, CastleConfig, Castle, } from './types'; | ||
export { describeCastle } from './describe'; | ||
export { createLogging, toLogCreator, LoggingContext, LoggerOptions, Logger, } from './middlewares/logging'; |
@@ -10,1 +10,4 @@ "use strict"; | ||
exports.describeCastle = describe_1.describeCastle; | ||
var logging_1 = require("./middlewares/logging"); | ||
exports.createLogging = logging_1.createLogging; | ||
exports.toLogCreator = logging_1.toLogCreator; |
{ | ||
"name": "@ovotech/castle", | ||
"version": "0.1.4", | ||
"version": "0.2.0", | ||
"main": "dist/index.js", | ||
@@ -27,3 +27,4 @@ "types": "dist/index.d.ts", | ||
"typescript": "^3.7.3", | ||
"uuid": "^3.3.3" | ||
"uuid": "^3.3.3", | ||
"winston": "^3.2.1" | ||
}, | ||
@@ -45,3 +46,3 @@ "scripts": { | ||
}, | ||
"gitHead": "2ff18526dc934b83619b15868aabbf19f8299fe5" | ||
"gitHead": "1d43fe50bde26954e6ec94428422d183cd8ed173" | ||
} |
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
20578
13
240
18