convex-firecrawl-scrape 0.1.0 → 0.1.2

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/README.md +3 -2
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Convex Firecrawl Scrape Component
2
2
 
3
- [![npm version](https://badge.fury.io/js/convex-firecrawl-scrape.svg)](https://badge.fury.io/js/convex-firecrawl-scrape)
3
+ [![npm version](https://img.shields.io/npm/v/convex-firecrawl-scrape.svg)](https://www.npmjs.com/package/convex-firecrawl-scrape)
4
4
 
5
5
  <p align="center">
6
6
  <img src="./convex-firecrawl-component.webp" alt="Convex Firecrawl Scrape Component" width="100%" />
@@ -25,7 +25,8 @@ const status = useQuery(api.firecrawl.getStatus, { id: jobId });
25
25
  - **Built-in SSRF protection** blocks private IPs and localhost
26
26
  - **Secure by default** with required auth wrapper
27
27
 
28
- **[Live Demo](https://firecrawl-demo.convex.site)** | [Example Code](./example)
28
+ **[Live Demo](https://convex-firecrawl-scrape.vercel.app/)** |
29
+ [Example Code](./example)
29
30
 
30
31
  Play with the example:
31
32
 
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "bugs": {
7
7
  "url": "https://github.com/Gitmaxd/convex-firecrawl-scrape/issues"
8
8
  },
9
- "version": "0.1.0",
9
+ "version": "0.1.2",
10
10
  "license": "Apache-2.0",
11
11
  "keywords": [
12
12
  "convex",
@@ -89,6 +89,7 @@
89
89
  "@types/node": "^24.10.4",
90
90
  "@types/react": "^19.2.7",
91
91
  "@types/react-dom": "^19.2.3",
92
+ "@vercel/analytics": "^1.6.1",
92
93
  "@vitejs/plugin-react": "^5.1.1",
93
94
  "chokidar-cli": "3.0.0",
94
95
  "convex": "1.31.0",