From c13546deeb34231a8ed347deb1ecbca9c9dad68f Mon Sep 17 00:00:00 2001 From: Lucas Vieira Date: Tue, 9 Jan 2024 09:27:59 -0300 Subject: [PATCH 1/2] fix: request build error due to tsconfigs --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 0dcb8f4..d2fcdf1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,8 +5,7 @@ "outDir": "./dist", "strict": true, "skipLibCheck": true, - "declaration": true, - "esModuleInterop": true + "declaration": true }, "include": ["src"] } From cdc832c4e79e68d7d75dd2a4283ec9507d614745 Mon Sep 17 00:00:00 2001 From: Lucas Vieira Date: Tue, 9 Jan 2024 09:28:14 -0300 Subject: [PATCH 2/2] docs: add warning on readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ebd40e..c40c444 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ This is a [ticktick](ticktick.com) api wrapper developed to be used on [Node.js](https://nodejs.org/en) based projects. +> :warning: **warning**: As of Jan 2024 Ticktick requires a captcha token in order to authenticate user on login. I'm working in order to implement it on this package, but have not yet succeeded. More details on [this issue](https://github.com/lucasvtiradentes/ticktick-api-lvt/issues/13). + ## :dart: Features    ✔️ type safe api methods by using [zod](https://github.com/colinhacks/zod) validation;
@@ -148,7 +150,6 @@ This project uses the following thechnologies: -