@joystick.js/node-canary 0.0.0-canary.314 → 0.0.0-canary.315

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.
@@ -109,6 +109,7 @@ class Queue {
109
109
  return this._handleDeleteJob(nextJob?._id);
110
110
  }
111
111
  }
112
+ console.log(nextJob);
112
113
  await this._logAttempt(nextJob?._id);
113
114
  await job_definition.run(nextJob?.payload, {
114
115
  ...nextJob,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joystick.js/node-canary",
3
- "version": "0.0.0-canary.314",
3
+ "version": "0.0.0-canary.315",
4
4
  "type": "module",
5
5
  "description": "A Node.js framework for building web apps.",
6
6
  "main": "./dist/index.js",