@nger/fk-upload 1.0.210 → 1.0.211

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.
@@ -104,7 +104,7 @@ class CheckTask extends rabbitmq_1.Task {
104
104
  await finish(`人为关闭`);
105
105
  return;
106
106
  }
107
- console.log({ time, from, to, id, status: runtimeCheck.status });
107
+ console.log(`${time}-${runtimeCheck.status}-${runtimeCheck.type}`);
108
108
  if (type === 'create_download') {
109
109
  const now = new Date().getTime() - 1000 * 60 * 60 * 24 * 8;
110
110
  (0, date_fns_1.format)(now, 'yyyy');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.210",
3
+ "version": "1.0.211",
4
4
  "description": "nger fk upload",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",