@vasrefil/api-toolkit 1.10.1 → 1.10.2

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.
@@ -7,7 +7,7 @@ exports.InAppNotificationQueue = exports.EmailQueue = void 0;
7
7
  const bullmq_1 = require("bullmq");
8
8
  const common_1 = require("./common");
9
9
  const env_1 = __importDefault(require("../env"));
10
- const job_interface_1 = require("src/interfaces/job.interface");
10
+ const job_interface_1 = require("../interfaces/job.interface");
11
11
  const attempts = env_1.default.NODE_ENV === env_1.default.NODE_ENVS.PROD ? 10 : 1;
12
12
  const removeOnComplete = {
13
13
  age: (3600 * 24) * 3, // 3 days
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vasrefil/api-toolkit",
3
3
  "description": "This is Vasrefil API toolkit",
4
- "version": "1.10.1",
4
+ "version": "1.10.2",
5
5
  "author": "Sodiq Alabi",
6
6
  "main": "dist/public-api.js",
7
7
  "types": "dist/public-api.d.ts",