We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f39d6c + 493736d commit 8598966Copy full SHA for 8598966
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@serendipityai/markdown2pdf-typescript",
3
"displayName": "Typescript client for markdown2pdf.ai",
4
- "version": "0.2.0",
+ "version": "0.2.1",
5
"description": "⚡ TypeScript client for markdown2pdf.ai - Convert markdown to PDF with Lightning payments",
6
"main": "dist/index.js",
7
"types": "dist/index.d.ts",
src/constants.ts
@@ -1,4 +1,4 @@
-export const M2PDF_API_URL = "https://qa.api.markdown2pdf.ai";
+export const M2PDF_API_URL = "https://api.markdown2pdf.ai";
export const M2PDF_POLL_INTERVAL = 3000;
export const M2PDF_TIMEOUTS = {
REQUEST: 10000,
0 commit comments