@bookmypuja-tech/bmp-pdf 0.2.16 → 0.2.17

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -594,7 +594,7 @@ var Text7 = ({ children, style = {} }) => {
594
594
  return /* @__PURE__ */ React7.createElement(PDFText, { style }, children);
595
595
  }
596
596
  useEffect4(() => {
597
- axios.post("/text-to-image", {
597
+ axios.post("/api/text-to-image", {
598
598
  text: childrenStr
599
599
  }).then((response) => {
600
600
  let thisimagesLinks = response.data.images;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bookmypuja-tech/bmp-pdf",
3
3
  "description": "PDF Report Generation for Temple360 and T-360 by BookMyPuja",
4
- "version": "0.2.16",
4
+ "version": "0.2.17",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",