@soga/task 0.2.24 → 0.2.31

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.
@@ -156,6 +156,7 @@ const createUploadTask = async (params) => {
156
156
  }
157
157
  catch (err) {
158
158
  await queryRunner.rollbackTransaction();
159
+ throw err;
159
160
  }
160
161
  finally {
161
162
  await queryRunner.release();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soga/task",
3
- "version": "0.2.24",
3
+ "version": "0.2.31",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -51,12 +51,12 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@soga/bridge": "^0.2.22",
54
- "@soga/entities": "^0.2.24",
54
+ "@soga/entities": "^0.2.31",
55
55
  "@soga/sdk": "^0.2.22",
56
56
  "@soga/types": "^0.2.22",
57
57
  "@soga/utils": "^0.2.22",
58
58
  "axios": "^1.8.4",
59
59
  "mime": "^3.0.0"
60
60
  },
61
- "gitHead": "a996cac62fa189a6a7e64f16ec247f4c04e07a4b"
61
+ "gitHead": "52c8accbbc7637438cd3be69028653902c61f66e"
62
62
  }