@orion-js/file-manager 3.9.6 → 3.9.7

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.
@@ -19,7 +19,7 @@ exports.default = (0, resolvers_1.resolver)({
19
19
  const file = await Files_1.Files.findOne({ createdBy: viewer.userId, _id: fileId });
20
20
  await Files_1.Files.updateOne(file, { $set: { status: 'uploaded' } });
21
21
  // mientras el usuario sigue editando el formulario, se generan los resizes y colores
22
- (0, generateImageInfo_1.generateImageInfo)(file);
22
+ await (0, generateImageInfo_1.generateImageInfo)(file);
23
23
  return file;
24
24
  },
25
25
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orion-js/file-manager",
3
- "version": "3.9.6",
3
+ "version": "3.9.7",
4
4
  "main": "lib/index.js",
5
5
  "author": "nicolaslopezj",
6
6
  "license": "MIT",
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "d92c9f484457d6262054100aff016b87c5e5e330"
39
+ "gitHead": "1b9369e66556d3c855a14bfccba09f079f00ba9b"
40
40
  }