@message-queue-toolkit/core
Advanced tools
Comparing version 3.6.0 to 3.7.0
@@ -1,2 +0,2 @@ | ||
export type { QueueConsumer, AsyncPublisher, SyncPublisher, TransactionObservabilityManager, Logger, SchemaMap, } from './lib/types/MessageQueueTypes'; | ||
export type { QueueConsumer, AsyncPublisher, SyncPublisher, TransactionObservabilityManager, Logger, SchemaMap, ExtraParams, } from './lib/types/MessageQueueTypes'; | ||
export { AbstractQueueService } from './lib/queues/AbstractQueueService'; | ||
@@ -3,0 +3,0 @@ export type { NewQueueOptions, ExistingQueueOptions, NewQueueOptionsMultiSchema, ExistingQueueOptionsMultiSchema, MonoSchemaQueueOptions, MultiSchemaConsumerOptions, QueueDependencies, QueueConsumerDependencies, Deserializer, CommonQueueLocator, DeletionConfig, MultiSchemaPublisherOptions, } from './lib/queues/AbstractQueueService'; |
@@ -21,2 +21,5 @@ import type { ZodSchema } from 'zod'; | ||
}; | ||
export type ExtraParams = { | ||
logger?: Logger; | ||
}; | ||
export type Logger = { | ||
@@ -23,0 +26,0 @@ error: LogFn; |
{ | ||
"name": "@message-queue-toolkit/core", | ||
"version": "3.6.0", | ||
"version": "3.7.0", | ||
"private": false, | ||
@@ -29,5 +29,5 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "^20.4.1", | ||
"@typescript-eslint/eslint-plugin": "^6.2.1", | ||
"@typescript-eslint/parser": "^6.2.1", | ||
"@types/node": "^20.7.0", | ||
"@typescript-eslint/eslint-plugin": "^6.7.3", | ||
"@typescript-eslint/parser": "^6.7.3", | ||
"del-cli": "^5.0.0", | ||
@@ -39,3 +39,3 @@ "eslint": "^8.44.0", | ||
"prettier": "^3.0.0", | ||
"typescript": "^5.1.6" | ||
"typescript": "^5.2.2" | ||
}, | ||
@@ -42,0 +42,0 @@ "homepage": "https://github.com/kibertoad/message-queue-toolkit", |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
30322
441
0