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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc48fdfecc01e4811b2634c740ffab0787e03f99001a401014a3e98b0e63f627
4
- data.tar.gz: ad7b3330c7e5f0934c58747ad2748b737783b90d4ccbf732d6f60924543bf45d
3
+ metadata.gz: e0288d4900a5d0aeb3b9297736dd51bb6680fbf75b0d1b8c9db1363b3305e447
4
+ data.tar.gz: b95ec088c925c079ef13c22a7bd1ce102eff4832d1a9f256a07f103af1368e1a
5
5
  SHA512:
6
- metadata.gz: 75d9dde872641f95f313555ee32c842295c1a4afd150e1158b256821cf5a61f21078c80003b96ef86bce189c8909de1053bbad00a53907b5c191368b1af94444
7
- data.tar.gz: 87b0802113b459ead84ea99a1b3a3aa989c26bf1c55b98dd567e7a2e669a38f52a9205a0924b5c1824e8078f61ab472d2f12a471dabfd7a86b445892914c061e
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Firecrawl
4
- VERSION = "1.10.0"
4
+ VERSION = "1.10.1"
5
5
  end
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.0
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-06-30 00:00:00.000000000 Z
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.