firecrawl-sdk 1.1.0 → 1.2.0

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: 714d7f95b4d8a0c8d0c414445011a4ab74667dcb8b8bb061c9256db09608d11b
4
- data.tar.gz: f154bcfb66abe769f267b5961ea79954d883895678870351bbd1c5db663595ef
3
+ metadata.gz: d3ba7b13956543224f92cc64a39113b60c4b1d97a13fe10e50716ce57e24c439
4
+ data.tar.gz: 4bb002101feeae8249ee7d441a3dc5306a4c07b39f44c83911cda233904439eb
5
5
  SHA512:
6
- metadata.gz: 91b0c2f2d3547be3c15a75d8da88a2f59c49fc5c1fa07e19570f183216ed822f878a167e336707fffb114c06870009433207cd043f2a75514257ed6d2ca07a01
7
- data.tar.gz: 83eff71651dfb1eb5db0d84a3258c5928633b18d2acb441c64440a19c9307b924a6458c568078a5bdf86d8d9d999cf1254424d3c28721ee8c4d4387d9c6772ac
6
+ metadata.gz: 43c4e2417a6180f128d76a1294a60ddc6cb2c19097776c7c26dc035e1c06fe910e0e43e151ed005f06a367c76ea2503cc9a824c555b0b5859661d35aeb0bdd2a
7
+ data.tar.gz: bb8f67d78fb04ff15a2c4e7c7daf3a3f6a5d57064b995ac045895b705d91b330cbbb92439ab0a741a8e48fc50c45c2a9f92c6b8705994b16915aca0d7940da73
@@ -8,7 +8,7 @@ module Firecrawl
8
8
  formats headers include_tags exclude_tags only_main_content
9
9
  timeout wait_for mobile parsers actions location
10
10
  skip_tls_verification remove_base64_images block_ads proxy
11
- max_age store_in_cache integration
11
+ max_age store_in_cache lockdown integration
12
12
  ].freeze
13
13
 
14
14
  attr_reader(*FIELDS)
@@ -37,6 +37,7 @@ module Firecrawl
37
37
  "proxy" => proxy,
38
38
  "maxAge" => max_age,
39
39
  "storeInCache" => store_in_cache,
40
+ "lockdown" => lockdown,
40
41
  "integration" => integration,
41
42
  }.compact
42
43
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Firecrawl
4
- VERSION = "1.1.0"
4
+ VERSION = "1.2.0"
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.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Firecrawl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-21 00:00:00.000000000 Z
11
+ date: 2026-04-22 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.