@autofleet/rabbit 5.7.9 → 5.7.11

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 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autofleet/rabbit",
3
- "version": "5.7.9",
3
+ "version": "5.7.11",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -68,13 +68,12 @@
68
68
  "@types/node": "^20.14.11",
69
69
  "node-tcp-proxy": "^0.0.28",
70
70
  "ts-node": "^10.9.2",
71
- "@autofleet/logger": "^4.6.2",
72
- "@autofleet/zehut": "^4.13.1"
71
+ "@autofleet/zehut": "^4.13.2",
72
+ "@autofleet/logger": "^4.7.0"
73
73
  },
74
74
  "author": "",
75
75
  "license": "Proprietary",
76
76
  "scripts": {
77
- "postinstall": "echo '\\033[0;31m\nWARNING: in case of migrating to new version of @autofleet/rabbit \nyou might have to delete existing queues or the deployment will fail.\\033[0m\n'",
78
77
  "start": "ts-node src/index.ts",
79
78
  "example": "ts-node src/example.ts",
80
79
  "build": "pnpm -w tsdown -W ./packages/rabbit",