@openinc/parse-server-opendash 4.0.0 → 4.0.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.
@@ -65,6 +65,7 @@ async function init() {
65
65
  await page.destroy({ useMasterKey: true });
66
66
  }
67
67
  const pdf2img = await Promise.resolve().then(() => __importStar(require("pdf-img-convert")));
68
+ // TODO: @fs-openinc or @lrilling: pdf2img is outdated and has some critical bugs. We should replace it with a more modern library like pdf-poppler or pdf-lib.
68
69
  const images = await pdf2img.convert(pdfUrl, {
69
70
  base64: true,
70
71
  width: 2000,
package/dist/index.js CHANGED
@@ -74,6 +74,7 @@ async function init() {
74
74
  }
75
75
  catch (error) { }
76
76
  await index_js_2.ConfigInstance.getInstance().init(true);
77
+ // Version test
77
78
  await (0, index_js_7.initTranslations)();
78
79
  await (0, index_js_3.initEmailTransport)();
79
80
  await (0, index_js_9.initWebPush)();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openinc/parse-server-opendash",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "description": "Parse Server Cloud Code for open.INC Stack.",
5
5
  "packageManager": "pnpm@10.32.1",
6
6
  "keywords": [