diff --git a/packages/ai-sdk/package.json b/packages/ai-sdk/package.json index af80843..d8ffa8a 100644 --- a/packages/ai-sdk/package.json +++ b/packages/ai-sdk/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/apollo/package.json b/packages/apollo/package.json index 31ad023..09d40c9 100644 --- a/packages/apollo/package.json +++ b/packages/apollo/package.json @@ -24,8 +24,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/bing/package.json b/packages/bing/package.json index 86022b9..3758e33 100644 --- a/packages/bing/package.json +++ b/packages/bing/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/calculator/package.json b/packages/calculator/package.json index 260f6b6..887e1a6 100644 --- a/packages/calculator/package.json +++ b/packages/calculator/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/clearbit/package.json b/packages/clearbit/package.json index 9344689..6b8d860 100644 --- a/packages/clearbit/package.json +++ b/packages/clearbit/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/core/package.json b/packages/core/package.json index 3ea92ea..862d620 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/dexa/package.json b/packages/dexa/package.json index 0cf1002..f8e8e51 100644 --- a/packages/dexa/package.json +++ b/packages/dexa/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/dexter/package.json b/packages/dexter/package.json index 0736ce1..8eba8d7 100644 --- a/packages/dexter/package.json +++ b/packages/dexter/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/diffbot/package.json b/packages/diffbot/package.json index 9fec77c..35f0632 100644 --- a/packages/diffbot/package.json +++ b/packages/diffbot/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/e2b/package.json b/packages/e2b/package.json index e79e62b..bad626d 100644 --- a/packages/e2b/package.json +++ b/packages/e2b/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/exa/package.json b/packages/exa/package.json index 85ed4d8..af1fef1 100644 --- a/packages/exa/package.json +++ b/packages/exa/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/firecrawl/package.json b/packages/firecrawl/package.json index 3f3c019..caa4ab9 100644 --- a/packages/firecrawl/package.json +++ b/packages/firecrawl/package.json @@ -26,8 +26,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/genkit/package.json b/packages/genkit/package.json index 7494792..1e05d27 100644 --- a/packages/genkit/package.json +++ b/packages/genkit/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/github/package.json b/packages/github/package.json index 3a3012f..658e78c 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/gravatar/package.json b/packages/gravatar/package.json index 936df1f..9e6527b 100644 --- a/packages/gravatar/package.json +++ b/packages/gravatar/package.json @@ -24,8 +24,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/hacker-news/package.json b/packages/hacker-news/package.json index 910e18d..61ad55e 100644 --- a/packages/hacker-news/package.json +++ b/packages/hacker-news/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/hunter/package.json b/packages/hunter/package.json index 03c4998..1630565 100644 --- a/packages/hunter/package.json +++ b/packages/hunter/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/jigsawstack/package.json b/packages/jigsawstack/package.json index ef51bd6..76d53a9 100644 --- a/packages/jigsawstack/package.json +++ b/packages/jigsawstack/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/jina/package.json b/packages/jina/package.json index bb7bf3a..c0d86c9 100644 --- a/packages/jina/package.json +++ b/packages/jina/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/langchain/package.json b/packages/langchain/package.json index 230b1c6..7eca1b4 100644 --- a/packages/langchain/package.json +++ b/packages/langchain/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/leadmagic/package.json b/packages/leadmagic/package.json index 73f5552..fa89d6e 100644 --- a/packages/leadmagic/package.json +++ b/packages/leadmagic/package.json @@ -24,8 +24,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/llamaindex/package.json b/packages/llamaindex/package.json index a0e30cd..f3716c1 100644 --- a/packages/llamaindex/package.json +++ b/packages/llamaindex/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/mastra/package.json b/packages/mastra/package.json index 9812e85..d687383 100644 --- a/packages/mastra/package.json +++ b/packages/mastra/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/midjourney/package.json b/packages/midjourney/package.json index c607a8d..d589682 100644 --- a/packages/midjourney/package.json +++ b/packages/midjourney/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/novu/package.json b/packages/novu/package.json index 08763ff..fecf3df 100644 --- a/packages/novu/package.json +++ b/packages/novu/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/people-data-labs/package.json b/packages/people-data-labs/package.json index 4c9dda5..c7e464d 100644 --- a/packages/people-data-labs/package.json +++ b/packages/people-data-labs/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/perigon/package.json b/packages/perigon/package.json index fe3f701..2ef9de1 100644 --- a/packages/perigon/package.json +++ b/packages/perigon/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/polygon/package.json b/packages/polygon/package.json index 6b28af0..b06405d 100644 --- a/packages/polygon/package.json +++ b/packages/polygon/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/predict-leads/package.json b/packages/predict-leads/package.json index 23e34bb..b6c95c2 100644 --- a/packages/predict-leads/package.json +++ b/packages/predict-leads/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/proxycurl/package.json b/packages/proxycurl/package.json index 66fc1db..d95e079 100644 --- a/packages/proxycurl/package.json +++ b/packages/proxycurl/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/rocketreach/package.json b/packages/rocketreach/package.json index 5f97f59..b8e3b20 100644 --- a/packages/rocketreach/package.json +++ b/packages/rocketreach/package.json @@ -24,8 +24,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/searxng/package.json b/packages/searxng/package.json index d83f132..15f2f86 100644 --- a/packages/searxng/package.json +++ b/packages/searxng/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/serpapi/package.json b/packages/serpapi/package.json index 003d005..be1f4c9 100644 --- a/packages/serpapi/package.json +++ b/packages/serpapi/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/serper/package.json b/packages/serper/package.json index 5cf18d8..80205ca 100644 --- a/packages/serper/package.json +++ b/packages/serper/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/slack/package.json b/packages/slack/package.json index 330e633..912be88 100644 --- a/packages/slack/package.json +++ b/packages/slack/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/social-data/package.json b/packages/social-data/package.json index 11d164f..bb2ac06 100644 --- a/packages/social-data/package.json +++ b/packages/social-data/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/stdlib/package.json b/packages/stdlib/package.json index a837734..5f9c2cc 100644 --- a/packages/stdlib/package.json +++ b/packages/stdlib/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/tavily/package.json b/packages/tavily/package.json index 829c971..4cf04e8 100644 --- a/packages/tavily/package.json +++ b/packages/tavily/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/twilio/package.json b/packages/twilio/package.json index edb5363..3c96105 100644 --- a/packages/twilio/package.json +++ b/packages/twilio/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/twitter/package.json b/packages/twitter/package.json index d1a39c7..a3b5fc7 100644 --- a/packages/twitter/package.json +++ b/packages/twitter/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/weather/package.json b/packages/weather/package.json index fb9dabe..8ccec4c 100644 --- a/packages/weather/package.json +++ b/packages/weather/package.json @@ -24,8 +24,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/wikidata/package.json b/packages/wikidata/package.json index 7cec655..eef1a46 100644 --- a/packages/wikidata/package.json +++ b/packages/wikidata/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/wikipedia/package.json b/packages/wikipedia/package.json index 7d8c066..dea5d78 100644 --- a/packages/wikipedia/package.json +++ b/packages/wikipedia/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/wolfram-alpha/package.json b/packages/wolfram-alpha/package.json index 30122ae..8c418a6 100644 --- a/packages/wolfram-alpha/package.json +++ b/packages/wolfram-alpha/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/zoominfo/package.json b/packages/zoominfo/package.json index 04423d7..0475aee 100644 --- a/packages/zoominfo/package.json +++ b/packages/zoominfo/package.json @@ -24,8 +24,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .",