@message-queue-toolkit/core
Advanced tools
Comparing version 6.0.0 to 6.1.0
@@ -23,4 +23,4 @@ import type { MessageProcessingResult } from '../types/MessageQueueTypes'; | ||
private messageMatchesFilter; | ||
waitForMessageWithId(id: string, processingResult?: MessageProcessingResult): Promise<SpyResult<MessagePayloadSchemas>>; | ||
waitForMessage(fields: DeepPartial<MessagePayloadSchemas>, processingResult?: MessageProcessingResult): Promise<SpyResult<MessagePayloadSchemas>>; | ||
waitForMessageWithId<T extends MessagePayloadSchemas>(id: string, processingResult?: MessageProcessingResult): Promise<SpyResult<T>>; | ||
waitForMessage<T extends MessagePayloadSchemas>(fields: DeepPartial<T>, processingResult?: MessageProcessingResult): Promise<SpyResult<T>>; | ||
clear(): void; | ||
@@ -27,0 +27,0 @@ addProcessedMessage(processingResult: SpyResult<MessagePayloadSchemas>, messageId?: string): void; |
{ | ||
"name": "@message-queue-toolkit/core", | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"private": false, | ||
@@ -29,11 +29,11 @@ "license": "MIT", | ||
"dependencies": { | ||
"@lokalise/node-core": "^9.0.0", | ||
"@lokalise/node-core": "^9.9.0", | ||
"fast-equals": "^5.0.1", | ||
"toad-cache": "^3.4.1" | ||
"toad-cache": "^3.7.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.10.3", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"@vitest/coverage-v8": "^0.34.6", | ||
"@types/node": "^20.11.16", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
"@typescript-eslint/parser": "^6.21.0", | ||
"@vitest/coverage-v8": "^1.2.2", | ||
"del-cli": "^5.1.0", | ||
@@ -45,5 +45,4 @@ "eslint": "^8.55.0", | ||
"prettier": "^3.1.0", | ||
"typescript": "^5.3.2", | ||
"vitest": "0.34.6", | ||
"vite": "4.5.0" | ||
"typescript": "^5.3.3", | ||
"vitest": "^1.2.2" | ||
}, | ||
@@ -50,0 +49,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
12
45239
Updated@lokalise/node-core@^9.9.0
Updatedtoad-cache@^3.7.0