@midwayjs/bull 3.15.2 → 3.15.6

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.
package/dist/framework.js CHANGED
@@ -138,7 +138,7 @@ let BullFramework = class BullFramework extends core_1.BaseFramework {
138
138
  }
139
139
  };
140
140
  __decorate([
141
- (0, core_1.Logger)('bull'),
141
+ (0, core_1.Logger)('bullLogger'),
142
142
  __metadata("design:type", Object)
143
143
  ], BullFramework.prototype, "bullLogger", void 0);
144
144
  BullFramework = __decorate([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midwayjs/bull",
3
- "version": "3.15.2",
3
+ "version": "3.15.6",
4
4
  "description": "midway component for bull",
5
5
  "main": "dist/index.js",
6
6
  "typings": "index.d.ts",
@@ -24,8 +24,8 @@
24
24
  ],
25
25
  "license": "MIT",
26
26
  "devDependencies": {
27
- "@midwayjs/core": "^3.15.0",
28
- "@midwayjs/mock": "^3.15.2"
27
+ "@midwayjs/core": "^3.15.6",
28
+ "@midwayjs/mock": "^3.15.6"
29
29
  },
30
30
  "dependencies": {
31
31
  "bull": "4.12.2"
@@ -33,5 +33,5 @@
33
33
  "engines": {
34
34
  "node": ">=12"
35
35
  },
36
- "gitHead": "e8b53689c50aa8c9a691de7d985cafd62f5f70e7"
36
+ "gitHead": "b04e58d015b8f4ffb48c98ad72180d88c70011e5"
37
37
  }