@message-queue-toolkit/core 21.1.0 → 21.2.0-pre

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@message-queue-toolkit/core",
3
- "version": "21.1.0",
3
+ "version": "21.2.0-pre",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "description": "Useful utilities, interfaces and base classes for message queue handling. Supports AMQP and SQS with a common abstraction on top currently",
@@ -26,8 +26,8 @@
26
26
  "prepublishOnly": "npm run lint && npm run build"
27
27
  },
28
28
  "dependencies": {
29
- "@lokalise/node-core": "^13.6.0",
30
- "@message-queue-toolkit/schemas": "^6.0.0",
29
+ "@lokalise/node-core": "^14.0.0",
30
+ "@message-queue-toolkit/schemas": "^6.2.0-pre2",
31
31
  "fast-equals": "^5.0.1",
32
32
  "json-stream-stringify": "^3.1.6",
33
33
  "tmp": "^0.2.3",