firecrawl-sdk 1.10.0 → 1.10.1
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.
- checksums.yaml +4 -4
- data/lib/firecrawl/models/search_options.rb +2 -1
- data/lib/firecrawl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e0288d4900a5d0aeb3b9297736dd51bb6680fbf75b0d1b8c9db1363b3305e447
|
|
4
|
+
data.tar.gz: b95ec088c925c079ef13c22a7bd1ce102eff4832d1a9f256a07f103af1368e1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d832b4c6ca41f38980106df572ae76ed8467ff487c56c67ba2573af198a59fac5ef7c6b3e5344b7a3d5fd5a2c83f81de8d2248e368d66cd3906f0b972cb5f2e
|
|
7
|
+
data.tar.gz: 2eb53a25b4727c901caa5df7be4b63e6815593fedf20fd8bc66da850cca9109fc23b766dfeb68eb7f2065ea2085075313f3316f3e73aad14354df29552490f1e
|
|
@@ -6,7 +6,7 @@ module Firecrawl
|
|
|
6
6
|
class SearchOptions
|
|
7
7
|
FIELDS = %i[
|
|
8
8
|
sources categories include_domains exclude_domains limit tbs location
|
|
9
|
-
ignore_invalid_urls timeout scrape_options integration enterprise
|
|
9
|
+
ignore_invalid_urls timeout highlights scrape_options integration enterprise
|
|
10
10
|
].freeze
|
|
11
11
|
|
|
12
12
|
attr_reader(*FIELDS)
|
|
@@ -26,6 +26,7 @@ module Firecrawl
|
|
|
26
26
|
"location" => location,
|
|
27
27
|
"ignoreInvalidURLs" => ignore_invalid_urls,
|
|
28
28
|
"timeout" => timeout,
|
|
29
|
+
"highlights" => highlights,
|
|
29
30
|
"scrapeOptions" => scrape_options&.to_h,
|
|
30
31
|
"integration" => integration,
|
|
31
32
|
# Enterprise search options. Use ["zdr"] for end-to-end Zero Data
|
data/lib/firecrawl/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: firecrawl-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.10.
|
|
4
|
+
version: 1.10.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Firecrawl
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-07-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A type-safe Ruby client for the Firecrawl v2 API. Supports scraping,
|
|
14
14
|
crawling, batch scraping, URL mapping, web search, and AI agent operations.
|