enterprise-ai-recursive-web-scraper 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "enterprise-ai-recursive-web-scraper",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "AI powered, recursive, web-scraper utilizing Gemini models, Puppeteer, and Playwright",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,7 +24,7 @@
24
24
  "README.md"
25
25
  ],
26
26
  "scripts": {
27
- "build": "bun run build:pre && tsup src/cli.ts src/index.ts --format esm,cjs --dts --outDir lib",
27
+ "build": "bun run build:pre && tsup",
28
28
  "build:pre": "bunx puppeteer browsers install chrome",
29
29
  "prepublishOnly": "bun run build",
30
30
  "prepack": "bun run build"