apify 3.0.1b2__tar.gz → 3.0.2b2__tar.gz
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.
Potentially problematic release.
This version of apify might be problematic. Click here for more details.
- {apify-3.0.1b2 → apify-3.0.2b2}/CHANGELOG.md +9 -2
- {apify-3.0.1b2 → apify-3.0.2b2}/PKG-INFO +1 -1
- {apify-3.0.1b2 → apify-3.0.2b2}/pyproject.toml +1 -1
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/storage_clients/_apify/_request_queue_single_client.py +10 -4
- {apify-3.0.1b2 → apify-3.0.2b2}/uv.lock +1 -1
- {apify-3.0.1b2 → apify-3.0.2b2}/website/package-lock.json +104 -21
- {apify-3.0.1b2 → apify-3.0.2b2}/website/package.json +2 -2
- {apify-3.0.1b2 → apify-3.0.2b2}/.editorconfig +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/.github/CODEOWNERS +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/.github/workflows/build_and_deploy_docs.yaml +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/.github/workflows/check_pr_title.yaml +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/.github/workflows/pre_release.yaml +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/.github/workflows/release.yaml +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/.github/workflows/run_code_checks.yaml +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/.github/workflows/update_new_issue.yaml +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/.gitignore +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/.markdownlint.yaml +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/.pre-commit-config.yaml +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/CONTRIBUTING.md +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/LICENSE +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/Makefile +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/README.md +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/01_overview/01_introduction.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/01_overview/02_running_actors_locally.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/01_overview/03_actor_structure.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/01_overview/code/01_introduction.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/01_overview/code/actor_structure/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/01_overview/code/actor_structure/__main__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/01_overview/code/actor_structure/main.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/01_overview/code/actor_structure/py.typed +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/01_actor_lifecycle.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/02_actor_input.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/03_storages.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/04_actor_events.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/05_proxy_management.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/06_interacting_with_other_actors.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/07_webhooks.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/08_access_apify_api.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/09_running_webserver.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/10_logging.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/11_configuration.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/12_pay_per_event.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/01_context_manager.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/01_init_exit.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/01_reboot.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/01_status_message.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/02_input.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/03_dataset_exports.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/03_dataset_read_write.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/03_deleting_storages.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/03_kvs_iterating.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/03_kvs_public_url.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/03_kvs_read_write.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/03_opening_storages.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/03_rq.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/04_actor_events.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/05_apify_proxy.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/05_apify_proxy_config.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/05_custom_proxy.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/05_custom_proxy_function.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/05_proxy_actor_input.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/05_proxy_httpx.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/05_proxy_rotation.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/06_interacting_call.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/06_interacting_call_task.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/06_interacting_metamorph.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/06_interacting_start.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/07_webhook.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/07_webhook_preventing.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/08_actor_client.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/08_actor_new_client.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/09_webserver.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/10_log_config.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/10_logger_usage.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/10_redirect_log.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/10_redirect_log_existing_run.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/11_config.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/actor_charge.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/02_concepts/code/conditional_actor_charge.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/01_beautifulsoup_httpx.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/02_parsel_impit.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/03_playwright.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/04_selenium.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/05_crawlee.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/06_scrapy.mdx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/code/01_beautifulsoup_httpx.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/code/02_parsel_impit.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/code/03_playwright.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/code/04_selenium.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/code/05_crawlee_beautifulsoup.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/code/05_crawlee_parsel.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/code/05_crawlee_playwright.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/code/scrapy_project/src/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/code/scrapy_project/src/__main__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/code/scrapy_project/src/items.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/code/scrapy_project/src/main.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/code/scrapy_project/src/py.typed +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/code/scrapy_project/src/settings.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/code/scrapy_project/src/spiders/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/code/scrapy_project/src/spiders/py.typed +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/03_guides/code/scrapy_project/src/spiders/title.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/04_upgrading/upgrading_to_v2.md +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/04_upgrading/upgrading_to_v3.md +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/docs/pyproject.toml +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/renovate.json +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/_actor.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/_charging.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/_configuration.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/_consts.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/_crypto.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/_models.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/_proxy_configuration.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/_utils.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/events/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/events/_apify_event_manager.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/events/_types.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/events/py.typed +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/log.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/py.typed +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/request_loaders/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/request_loaders/_apify_request_list.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/request_loaders/py.typed +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/scrapy/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/scrapy/_actor_runner.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/scrapy/_async_thread.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/scrapy/_logging_config.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/scrapy/extensions/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/scrapy/extensions/_httpcache.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/scrapy/middlewares/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/scrapy/middlewares/apify_proxy.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/scrapy/middlewares/py.typed +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/scrapy/pipelines/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/scrapy/pipelines/actor_dataset_push.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/scrapy/pipelines/py.typed +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/scrapy/py.typed +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/scrapy/requests.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/scrapy/scheduler.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/scrapy/utils.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/storage_clients/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/storage_clients/_apify/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/storage_clients/_apify/_dataset_client.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/storage_clients/_apify/_key_value_store_client.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/storage_clients/_apify/_models.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/storage_clients/_apify/_request_queue_client.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/storage_clients/_apify/_request_queue_shared_client.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/storage_clients/_apify/_storage_client.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/storage_clients/_apify/_utils.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/storage_clients/_apify/py.typed +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/storage_clients/_file_system/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/storage_clients/_file_system/_key_value_store_client.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/storage_clients/_file_system/_storage_client.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/storage_clients/_smart_apify/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/storage_clients/_smart_apify/_storage_client.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/storage_clients/py.typed +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/storages/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/src/apify/storages/py.typed +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/README.md +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/_utils.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/actor_source_base/Dockerfile +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/actor_source_base/requirements.txt +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/actor_source_base/server.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/actor_source_base/src/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/actor_source_base/src/__main__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/actor_source_base/src/main.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/conftest.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/test_actor_api_helpers.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/test_actor_call_timeouts.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/test_actor_charge.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/test_actor_create_proxy_configuration.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/test_actor_dataset.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/test_actor_events.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/test_actor_key_value_store.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/test_actor_lifecycle.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/test_actor_log.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/test_actor_request_queue.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/test_actor_scrapy.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/test_apify_storages.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/test_crawlers_with_storages.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/test_fixtures.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/integration/test_request_queue.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/actor/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/actor/test_actor_create_proxy_configuration.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/actor/test_actor_dataset.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/actor/test_actor_env_helpers.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/actor/test_actor_helpers.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/actor/test_actor_key_value_store.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/actor/test_actor_lifecycle.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/actor/test_actor_log.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/actor/test_actor_non_default_instance.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/actor/test_actor_request_queue.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/actor/test_configuration.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/actor/test_request_list.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/conftest.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/events/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/events/test_apify_event_manager.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/scrapy/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/scrapy/extensions/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/scrapy/extensions/test_httpcache.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/scrapy/middlewares/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/scrapy/middlewares/test_apify_proxy.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/scrapy/pipelines/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/scrapy/pipelines/test_actor_dataset_push.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/scrapy/requests/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/scrapy/requests/test_to_apify_request.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/scrapy/requests/test_to_scrapy_request.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/scrapy/utils/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/scrapy/utils/test_apply_apify_settings.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/scrapy/utils/test_get_basic_auth_header.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/storage_clients/__init__.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/storage_clients/test_apify_request_queue_client.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/storage_clients/test_file_system.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/test_apify_storages.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/test_crypto.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/tests/unit/test_proxy_configuration.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/.eslintrc.json +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/babel.config.js +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/build_api_reference.sh +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/docusaurus.config.js +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/generate_module_shortcuts.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/sidebars.js +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/src/components/ApiLink.jsx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/src/components/Gradients.jsx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/src/components/Highlights.jsx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/src/components/Highlights.module.css +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/src/components/RunnableCodeBlock.jsx +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/src/components/RunnableCodeBlock.module.css +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/src/css/custom.css +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/src/pages/home_page_example.py +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/src/pages/index.js +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/src/pages/index.module.css +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/src/theme/DocItem/Content/index.js +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/static/.nojekyll +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/static/img/docs-og.png +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/static/img/guides/redirected_logs_example.webp +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/tools/docs-prettier.config.js +0 -0
- {apify-3.0.1b2 → apify-3.0.2b2}/website/tools/utils/externalLink.js +0 -0
|
@@ -3,14 +3,21 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
5
|
<!-- git-cliff-unreleased-start -->
|
|
6
|
-
## 3.0.
|
|
6
|
+
## 3.0.2 - **not yet released**
|
|
7
7
|
|
|
8
8
|
### 🐛 Bug Fixes
|
|
9
9
|
|
|
10
|
-
-
|
|
10
|
+
- Handle None result in single consumer request queue client ([#623](https://github.com/apify/apify-sdk-python/pull/623)) ([451284a](https://github.com/apify/apify-sdk-python/commit/451284a5c633bc5613bd1e9060df286a1c20b259)) by [@janbuchar](https://github.com/janbuchar), closes [#1472](https://github.com/apify/apify-sdk-python/issues/1472)
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
<!-- git-cliff-unreleased-end -->
|
|
14
|
+
## [3.0.1](https://github.com/apify/apify-sdk-python/releases/tag/v3.0.1) (2025-10-08)
|
|
15
|
+
|
|
16
|
+
### 🐛 Bug Fixes
|
|
17
|
+
|
|
18
|
+
- Also load input from a file with a .json extension in file system storage ([#617](https://github.com/apify/apify-sdk-python/pull/617)) ([b62804c](https://github.com/apify/apify-sdk-python/commit/b62804c170069cd7aa77572bb9682a156581cbac)) by [@janbuchar](https://github.com/janbuchar)
|
|
19
|
+
|
|
20
|
+
|
|
14
21
|
## [3.0.0](https://github.com/apify/apify-sdk-python/releases/tag/v3.0.0) (2025-09-29)
|
|
15
22
|
|
|
16
23
|
- Check out the [Upgrading guide](https://docs.apify.com/sdk/python/docs/upgrading/upgrading-to-v3) to ensure a smooth update.
|
{apify-3.0.1b2 → apify-3.0.2b2}/src/apify/storage_clients/_apify/_request_queue_single_client.py
RENAMED
|
@@ -247,10 +247,16 @@ class _ApifyRequestQueueSingleClient:
|
|
|
247
247
|
else:
|
|
248
248
|
# Only fetch the request if we do not know it yet.
|
|
249
249
|
if request.unique_key not in self._requests_cache:
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
250
|
+
request_id = unique_key_to_request_id(request.unique_key)
|
|
251
|
+
complete_request_data = await self._api_client.get_request(request_id)
|
|
252
|
+
|
|
253
|
+
if complete_request_data is not None:
|
|
254
|
+
request = Request.model_validate(complete_request_data)
|
|
255
|
+
self._requests_cache[request.unique_key] = request
|
|
256
|
+
else:
|
|
257
|
+
logger.warning(
|
|
258
|
+
f'Could not fetch request data for unique_key=`{request.unique_key}` (id=`{request_id}`)'
|
|
259
|
+
)
|
|
254
260
|
|
|
255
261
|
# Add new requests to the end of the head, unless already present in head
|
|
256
262
|
if request.unique_key not in self._head_requests:
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"@typescript-eslint/parser": "^8.0.0",
|
|
30
30
|
"eslint": "^8.35.0",
|
|
31
31
|
"eslint-plugin-react": "^7.32.2",
|
|
32
|
-
"eslint-plugin-react-hooks": "^
|
|
33
|
-
"markdownlint": "^0.
|
|
32
|
+
"eslint-plugin-react-hooks": "^7.0.0",
|
|
33
|
+
"markdownlint": "^0.39.0",
|
|
34
34
|
"markdownlint-cli": "^0.45.0",
|
|
35
35
|
"path-browserify": "^1.0.1",
|
|
36
36
|
"prettier": "^3.0.0",
|
|
@@ -335,6 +335,7 @@
|
|
|
335
335
|
"resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.39.0.tgz",
|
|
336
336
|
"integrity": "sha512-/IYpF10BpthGZEJQZMhMqV4AqWr5avcWfZm/SIKK1RvUDmzGqLoW/+xeJVX9C8ZnNkIC8hivbIQFaNaRw0BFZQ==",
|
|
337
337
|
"license": "MIT",
|
|
338
|
+
"peer": true,
|
|
338
339
|
"dependencies": {
|
|
339
340
|
"@algolia/client-common": "5.39.0",
|
|
340
341
|
"@algolia/requester-browser-xhr": "5.39.0",
|
|
@@ -465,9 +466,9 @@
|
|
|
465
466
|
}
|
|
466
467
|
},
|
|
467
468
|
"node_modules/@apify/docs-search-modal": {
|
|
468
|
-
"version": "1.3.
|
|
469
|
-
"resolved": "https://registry.npmjs.org/@apify/docs-search-modal/-/docs-search-modal-1.3.
|
|
470
|
-
"integrity": "sha512-
|
|
469
|
+
"version": "1.3.3",
|
|
470
|
+
"resolved": "https://registry.npmjs.org/@apify/docs-search-modal/-/docs-search-modal-1.3.3.tgz",
|
|
471
|
+
"integrity": "sha512-QbcjdXCm/2PF3yoCLTC1hGY6YLH61DIt4+PRECauTbQs8iD8OKZpSvpgqdQ5z5f4Ix/7NEm3a/+ipEhgpQAv1Q==",
|
|
471
472
|
"license": "ISC",
|
|
472
473
|
"dependencies": {
|
|
473
474
|
"@algolia/autocomplete-js": "^1.10.0",
|
|
@@ -566,9 +567,9 @@
|
|
|
566
567
|
}
|
|
567
568
|
},
|
|
568
569
|
"node_modules/@apify/docs-search-modal/node_modules/@apify/ui-library": {
|
|
569
|
-
"version": "1.98.
|
|
570
|
-
"resolved": "https://registry.npmjs.org/@apify/ui-library/-/ui-library-1.98.
|
|
571
|
-
"integrity": "sha512-
|
|
570
|
+
"version": "1.98.3",
|
|
571
|
+
"resolved": "https://registry.npmjs.org/@apify/ui-library/-/ui-library-1.98.3.tgz",
|
|
572
|
+
"integrity": "sha512-CL5flSXQd38BahGNd5OnpShjGr89UxEB+B5Lc4x4tdrSJPT4RASHC9vdAVPycXrFUR4RX0D4Y2/9gxyiXukgxQ==",
|
|
572
573
|
"license": "Apache-2.0",
|
|
573
574
|
"dependencies": {
|
|
574
575
|
"@apify/ui-icons": "^1.19.0",
|
|
@@ -1671,12 +1672,12 @@
|
|
|
1671
1672
|
}
|
|
1672
1673
|
},
|
|
1673
1674
|
"node_modules/@apify/docs-theme": {
|
|
1674
|
-
"version": "1.0.
|
|
1675
|
-
"resolved": "https://registry.npmjs.org/@apify/docs-theme/-/docs-theme-1.0.
|
|
1676
|
-
"integrity": "sha512-
|
|
1675
|
+
"version": "1.0.216",
|
|
1676
|
+
"resolved": "https://registry.npmjs.org/@apify/docs-theme/-/docs-theme-1.0.216.tgz",
|
|
1677
|
+
"integrity": "sha512-dWGkZjHm5o75azlUg6sBbvCLamjWUW3nmgOIzTrqlPrKtacXLNIigLvb0vguKvol+tUZGL0f7cxUhuoBn02cmA==",
|
|
1677
1678
|
"license": "ISC",
|
|
1678
1679
|
"dependencies": {
|
|
1679
|
-
"@apify/docs-search-modal": "^1.
|
|
1680
|
+
"@apify/docs-search-modal": "^1.3.3",
|
|
1680
1681
|
"@apify/ui-icons": "^1.19.0",
|
|
1681
1682
|
"@apify/ui-library": "^1.97.2",
|
|
1682
1683
|
"@docusaurus/theme-common": "^3.7.0",
|
|
@@ -2986,6 +2987,7 @@
|
|
|
2986
2987
|
"integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==",
|
|
2987
2988
|
"dev": true,
|
|
2988
2989
|
"license": "MIT",
|
|
2990
|
+
"peer": true,
|
|
2989
2991
|
"engines": {
|
|
2990
2992
|
"node": ">=10"
|
|
2991
2993
|
},
|
|
@@ -3063,6 +3065,7 @@
|
|
|
3063
3065
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz",
|
|
3064
3066
|
"integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
|
|
3065
3067
|
"license": "MIT",
|
|
3068
|
+
"peer": true,
|
|
3066
3069
|
"dependencies": {
|
|
3067
3070
|
"@babel/code-frame": "^7.27.1",
|
|
3068
3071
|
"@babel/generator": "^7.28.3",
|
|
@@ -4798,6 +4801,7 @@
|
|
|
4798
4801
|
}
|
|
4799
4802
|
],
|
|
4800
4803
|
"license": "MIT",
|
|
4804
|
+
"peer": true,
|
|
4801
4805
|
"engines": {
|
|
4802
4806
|
"node": ">=18"
|
|
4803
4807
|
},
|
|
@@ -4820,6 +4824,7 @@
|
|
|
4820
4824
|
}
|
|
4821
4825
|
],
|
|
4822
4826
|
"license": "MIT",
|
|
4827
|
+
"peer": true,
|
|
4823
4828
|
"engines": {
|
|
4824
4829
|
"node": ">=18"
|
|
4825
4830
|
}
|
|
@@ -4929,6 +4934,7 @@
|
|
|
4929
4934
|
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
|
|
4930
4935
|
"integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
|
|
4931
4936
|
"license": "MIT",
|
|
4937
|
+
"peer": true,
|
|
4932
4938
|
"dependencies": {
|
|
4933
4939
|
"cssesc": "^3.0.0",
|
|
4934
4940
|
"util-deprecate": "^1.0.2"
|
|
@@ -5350,6 +5356,7 @@
|
|
|
5350
5356
|
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
|
|
5351
5357
|
"integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
|
|
5352
5358
|
"license": "MIT",
|
|
5359
|
+
"peer": true,
|
|
5353
5360
|
"dependencies": {
|
|
5354
5361
|
"cssesc": "^3.0.0",
|
|
5355
5362
|
"util-deprecate": "^1.0.2"
|
|
@@ -6093,6 +6100,7 @@
|
|
|
6093
6100
|
"resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-3.9.1.tgz",
|
|
6094
6101
|
"integrity": "sha512-FWDk1LIGD5UR5Zmm9rCrXRoxZUgbwuP6FBA7rc50DVfzqDOMkeMe3NyJhOsA2dF0zBE3VbHEIMmTjKwTZJwbaA==",
|
|
6095
6102
|
"license": "MIT",
|
|
6103
|
+
"peer": true,
|
|
6096
6104
|
"dependencies": {
|
|
6097
6105
|
"@docusaurus/babel": "3.9.1",
|
|
6098
6106
|
"@docusaurus/bundler": "3.9.1",
|
|
@@ -6181,6 +6189,7 @@
|
|
|
6181
6189
|
"resolved": "https://registry.npmjs.org/@docusaurus/faster/-/faster-3.9.1.tgz",
|
|
6182
6190
|
"integrity": "sha512-zJIrIv+R/IN5TTLV9L+SvO3hwz62L6pO/L16k+b2nC3to3Gn01cnEGHL6doTGAezuPwTSmteJl+kzaoOf+znzg==",
|
|
6183
6191
|
"license": "MIT",
|
|
6192
|
+
"peer": true,
|
|
6184
6193
|
"dependencies": {
|
|
6185
6194
|
"@docusaurus/types": "3.9.1",
|
|
6186
6195
|
"@rspack/core": "^1.5.0",
|
|
@@ -6217,6 +6226,7 @@
|
|
|
6217
6226
|
"resolved": "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-3.9.1.tgz",
|
|
6218
6227
|
"integrity": "sha512-/1PY8lqry8jCt0qZddJSpc0U2sH6XC27kVJZfpA7o2TiQ3mdBQyH5AVbj/B2m682B1ounE+XjI0LdpOkAQLPoA==",
|
|
6219
6228
|
"license": "MIT",
|
|
6229
|
+
"peer": true,
|
|
6220
6230
|
"dependencies": {
|
|
6221
6231
|
"@docusaurus/logger": "3.9.1",
|
|
6222
6232
|
"@docusaurus/utils": "3.9.1",
|
|
@@ -6333,6 +6343,7 @@
|
|
|
6333
6343
|
"resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.9.1.tgz",
|
|
6334
6344
|
"integrity": "sha512-DyLk9BIA6I9gPIuia8XIL+XIEbNnExam6AHzRsfrEq4zJr7k/DsWW7oi4aJMepDnL7jMRhpVcdsCxdjb0/A9xg==",
|
|
6335
6345
|
"license": "MIT",
|
|
6346
|
+
"peer": true,
|
|
6336
6347
|
"dependencies": {
|
|
6337
6348
|
"@docusaurus/core": "3.9.1",
|
|
6338
6349
|
"@docusaurus/logger": "3.9.1",
|
|
@@ -6531,6 +6542,7 @@
|
|
|
6531
6542
|
"resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-3.9.1.tgz",
|
|
6532
6543
|
"integrity": "sha512-ZHga2xsxxsyd0dN1BpLj8S889Eu9eMBuj2suqxdw/vaaXu/FjJ8KEGbcaeo6nHPo8VQcBBnPEdkBtSDm2TfMNw==",
|
|
6533
6544
|
"license": "MIT",
|
|
6545
|
+
"peer": true,
|
|
6534
6546
|
"dependencies": {
|
|
6535
6547
|
"@docusaurus/core": "3.9.1",
|
|
6536
6548
|
"@docusaurus/plugin-content-blog": "3.9.1",
|
|
@@ -6673,6 +6685,7 @@
|
|
|
6673
6685
|
"resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-3.9.1.tgz",
|
|
6674
6686
|
"integrity": "sha512-ElekJ29sk39s5LTEZMByY1c2oH9FMtw7KbWFU3BtuQ1TytfIK39HhUivDEJvm5KCLyEnnfUZlvSNDXeyk0vzAA==",
|
|
6675
6687
|
"license": "MIT",
|
|
6688
|
+
"peer": true,
|
|
6676
6689
|
"dependencies": {
|
|
6677
6690
|
"@mdx-js/mdx": "^3.0.0",
|
|
6678
6691
|
"@types/history": "^4.7.11",
|
|
@@ -6709,6 +6722,7 @@
|
|
|
6709
6722
|
"resolved": "https://registry.npmjs.org/@docusaurus/utils/-/utils-3.9.1.tgz",
|
|
6710
6723
|
"integrity": "sha512-YAL4yhhWLl9DXuf5MVig260a6INz4MehrBGFU/CZu8yXmRiYEuQvRFWh9ZsjfAOyaG7za1MNmBVZ4VVAi/CiJA==",
|
|
6711
6724
|
"license": "MIT",
|
|
6725
|
+
"peer": true,
|
|
6712
6726
|
"dependencies": {
|
|
6713
6727
|
"@docusaurus/logger": "3.9.1",
|
|
6714
6728
|
"@docusaurus/types": "3.9.1",
|
|
@@ -7368,6 +7382,7 @@
|
|
|
7368
7382
|
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.1.1.tgz",
|
|
7369
7383
|
"integrity": "sha512-f++rKLQgUVYDAtECQ6fn/is15GkEH9+nZPM3MS0RcxVqoTfawHvDlSCH7JbMhAM6uJ32v3eXLvLmLvjGu7PTQw==",
|
|
7370
7384
|
"license": "MIT",
|
|
7385
|
+
"peer": true,
|
|
7371
7386
|
"dependencies": {
|
|
7372
7387
|
"@types/mdx": "^2.0.0"
|
|
7373
7388
|
},
|
|
@@ -8091,6 +8106,7 @@
|
|
|
8091
8106
|
"resolved": "https://registry.npmjs.org/@svgr/core/-/core-8.1.0.tgz",
|
|
8092
8107
|
"integrity": "sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==",
|
|
8093
8108
|
"license": "MIT",
|
|
8109
|
+
"peer": true,
|
|
8094
8110
|
"dependencies": {
|
|
8095
8111
|
"@babel/core": "^7.21.3",
|
|
8096
8112
|
"@svgr/babel-preset": "8.1.0",
|
|
@@ -8195,6 +8211,7 @@
|
|
|
8195
8211
|
"integrity": "sha512-WezcBo8a0Dg2rnR82zhwoR6aRNxeTGfK5QCD6TQ+kg3xx/zNT02s/0o+81h/3zhvFSB24NtqEr8FTw88O5W/JQ==",
|
|
8196
8212
|
"hasInstallScript": true,
|
|
8197
8213
|
"license": "Apache-2.0",
|
|
8214
|
+
"peer": true,
|
|
8198
8215
|
"dependencies": {
|
|
8199
8216
|
"@swc/counter": "^0.1.3",
|
|
8200
8217
|
"@swc/types": "^0.1.24"
|
|
@@ -8901,6 +8918,7 @@
|
|
|
8901
8918
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.0.tgz",
|
|
8902
8919
|
"integrity": "sha512-1LOH8xovvsKsCBq1wnT4ntDUdCJKmnEakhsuoUSy6ExlHCkGP2hqnatagYTgFk6oeL0VU31u7SNjunPN+GchtA==",
|
|
8903
8920
|
"license": "MIT",
|
|
8921
|
+
"peer": true,
|
|
8904
8922
|
"dependencies": {
|
|
8905
8923
|
"csstype": "^3.0.2"
|
|
8906
8924
|
}
|
|
@@ -9036,6 +9054,7 @@
|
|
|
9036
9054
|
"integrity": "sha512-HC3y9CVuevvWCl/oyZuI47dOeDF9ztdMEfMH8/DW/Mhwa9cCLnK1oD7JoTVGW/u7kFzNZUKUoyJEqkaJh5y3Wg==",
|
|
9037
9055
|
"dev": true,
|
|
9038
9056
|
"license": "MIT",
|
|
9057
|
+
"peer": true,
|
|
9039
9058
|
"dependencies": {
|
|
9040
9059
|
"@eslint-community/regexpp": "^4.10.0",
|
|
9041
9060
|
"@typescript-eslint/scope-manager": "8.45.0",
|
|
@@ -9066,6 +9085,7 @@
|
|
|
9066
9085
|
"integrity": "sha512-TGf22kon8KW+DeKaUmOibKWktRY8b2NSAZNdtWh798COm1NWx8+xJ6iFBtk3IvLdv6+LGLJLRlyhrhEDZWargQ==",
|
|
9067
9086
|
"dev": true,
|
|
9068
9087
|
"license": "MIT",
|
|
9088
|
+
"peer": true,
|
|
9069
9089
|
"dependencies": {
|
|
9070
9090
|
"@typescript-eslint/scope-manager": "8.45.0",
|
|
9071
9091
|
"@typescript-eslint/types": "8.45.0",
|
|
@@ -9766,6 +9786,7 @@
|
|
|
9766
9786
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
|
|
9767
9787
|
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
9768
9788
|
"license": "MIT",
|
|
9789
|
+
"peer": true,
|
|
9769
9790
|
"bin": {
|
|
9770
9791
|
"acorn": "bin/acorn"
|
|
9771
9792
|
},
|
|
@@ -9851,6 +9872,7 @@
|
|
|
9851
9872
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
9852
9873
|
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
9853
9874
|
"license": "MIT",
|
|
9875
|
+
"peer": true,
|
|
9854
9876
|
"dependencies": {
|
|
9855
9877
|
"fast-deep-equal": "^3.1.1",
|
|
9856
9878
|
"fast-json-stable-stringify": "^2.0.0",
|
|
@@ -9915,6 +9937,7 @@
|
|
|
9915
9937
|
"resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-5.39.0.tgz",
|
|
9916
9938
|
"integrity": "sha512-DzTfhUxzg9QBNGzU/0kZkxEV72TeA4MmPJ7RVfLnQwHNhhliPo7ynglEWJS791rNlLFoTyrKvkapwr/P3EXV9A==",
|
|
9917
9939
|
"license": "MIT",
|
|
9940
|
+
"peer": true,
|
|
9918
9941
|
"dependencies": {
|
|
9919
9942
|
"@algolia/abtesting": "1.5.0",
|
|
9920
9943
|
"@algolia/client-abtesting": "5.39.0",
|
|
@@ -10633,6 +10656,7 @@
|
|
|
10633
10656
|
}
|
|
10634
10657
|
],
|
|
10635
10658
|
"license": "MIT",
|
|
10659
|
+
"peer": true,
|
|
10636
10660
|
"dependencies": {
|
|
10637
10661
|
"baseline-browser-mapping": "^2.8.9",
|
|
10638
10662
|
"caniuse-lite": "^1.0.30001746",
|
|
@@ -11080,6 +11104,7 @@
|
|
|
11080
11104
|
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
|
11081
11105
|
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
|
|
11082
11106
|
"license": "MIT",
|
|
11107
|
+
"peer": true,
|
|
11083
11108
|
"engines": {
|
|
11084
11109
|
"node": ">=6"
|
|
11085
11110
|
}
|
|
@@ -11626,6 +11651,7 @@
|
|
|
11626
11651
|
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
|
|
11627
11652
|
"integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
|
|
11628
11653
|
"license": "MIT",
|
|
11654
|
+
"peer": true,
|
|
11629
11655
|
"dependencies": {
|
|
11630
11656
|
"cssesc": "^3.0.0",
|
|
11631
11657
|
"util-deprecate": "^1.0.2"
|
|
@@ -12843,6 +12869,7 @@
|
|
|
12843
12869
|
"deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
|
|
12844
12870
|
"dev": true,
|
|
12845
12871
|
"license": "MIT",
|
|
12872
|
+
"peer": true,
|
|
12846
12873
|
"dependencies": {
|
|
12847
12874
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
12848
12875
|
"@eslint-community/regexpp": "^4.6.1",
|
|
@@ -13004,6 +13031,7 @@
|
|
|
13004
13031
|
"integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
|
|
13005
13032
|
"dev": true,
|
|
13006
13033
|
"license": "MIT",
|
|
13034
|
+
"peer": true,
|
|
13007
13035
|
"dependencies": {
|
|
13008
13036
|
"@rtsao/scc": "^1.1.0",
|
|
13009
13037
|
"array-includes": "^3.1.9",
|
|
@@ -13085,6 +13113,7 @@
|
|
|
13085
13113
|
"integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==",
|
|
13086
13114
|
"dev": true,
|
|
13087
13115
|
"license": "MIT",
|
|
13116
|
+
"peer": true,
|
|
13088
13117
|
"dependencies": {
|
|
13089
13118
|
"aria-query": "^5.3.2",
|
|
13090
13119
|
"array-includes": "^3.1.8",
|
|
@@ -13139,6 +13168,7 @@
|
|
|
13139
13168
|
"integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
|
|
13140
13169
|
"dev": true,
|
|
13141
13170
|
"license": "MIT",
|
|
13171
|
+
"peer": true,
|
|
13142
13172
|
"dependencies": {
|
|
13143
13173
|
"array-includes": "^3.1.8",
|
|
13144
13174
|
"array.prototype.findlast": "^1.2.5",
|
|
@@ -13167,14 +13197,15 @@
|
|
|
13167
13197
|
}
|
|
13168
13198
|
},
|
|
13169
13199
|
"node_modules/eslint-plugin-react-hooks": {
|
|
13170
|
-
"version": "
|
|
13171
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-
|
|
13172
|
-
"integrity": "sha512-
|
|
13200
|
+
"version": "7.0.0",
|
|
13201
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.0.tgz",
|
|
13202
|
+
"integrity": "sha512-fNXaOwvKwq2+pXiRpXc825Vd63+KM4DLL40Rtlycb8m7fYpp6efrTp1sa6ZbP/Ap58K2bEKFXRmhURE+CJAQWw==",
|
|
13173
13203
|
"dev": true,
|
|
13174
13204
|
"license": "MIT",
|
|
13175
13205
|
"dependencies": {
|
|
13176
13206
|
"@babel/core": "^7.24.4",
|
|
13177
13207
|
"@babel/parser": "^7.24.4",
|
|
13208
|
+
"hermes-parser": "^0.25.1",
|
|
13178
13209
|
"zod": "^3.22.4 || ^4.0.0",
|
|
13179
13210
|
"zod-validation-error": "^3.0.3 || ^4.0.0"
|
|
13180
13211
|
},
|
|
@@ -15160,6 +15191,23 @@
|
|
|
15160
15191
|
"he": "bin/he"
|
|
15161
15192
|
}
|
|
15162
15193
|
},
|
|
15194
|
+
"node_modules/hermes-estree": {
|
|
15195
|
+
"version": "0.25.1",
|
|
15196
|
+
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
|
|
15197
|
+
"integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
|
|
15198
|
+
"dev": true,
|
|
15199
|
+
"license": "MIT"
|
|
15200
|
+
},
|
|
15201
|
+
"node_modules/hermes-parser": {
|
|
15202
|
+
"version": "0.25.1",
|
|
15203
|
+
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz",
|
|
15204
|
+
"integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
|
|
15205
|
+
"dev": true,
|
|
15206
|
+
"license": "MIT",
|
|
15207
|
+
"dependencies": {
|
|
15208
|
+
"hermes-estree": "0.25.1"
|
|
15209
|
+
}
|
|
15210
|
+
},
|
|
15163
15211
|
"node_modules/history": {
|
|
15164
15212
|
"version": "4.10.1",
|
|
15165
15213
|
"resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz",
|
|
@@ -17189,9 +17237,9 @@
|
|
|
17189
17237
|
}
|
|
17190
17238
|
},
|
|
17191
17239
|
"node_modules/markdownlint": {
|
|
17192
|
-
"version": "0.
|
|
17193
|
-
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.
|
|
17194
|
-
"integrity": "sha512-
|
|
17240
|
+
"version": "0.39.0",
|
|
17241
|
+
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.39.0.tgz",
|
|
17242
|
+
"integrity": "sha512-Xt/oY7bAiHwukL1iru2np5LIkhwD19Y7frlsiDILK62v3jucXCD6JXlZlwMG12HZOR+roHIVuJZrfCkOhp6k3g==",
|
|
17195
17243
|
"dev": true,
|
|
17196
17244
|
"license": "MIT",
|
|
17197
17245
|
"dependencies": {
|
|
@@ -17247,6 +17295,29 @@
|
|
|
17247
17295
|
"node": ">=18"
|
|
17248
17296
|
}
|
|
17249
17297
|
},
|
|
17298
|
+
"node_modules/markdownlint-cli/node_modules/markdownlint": {
|
|
17299
|
+
"version": "0.38.0",
|
|
17300
|
+
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.38.0.tgz",
|
|
17301
|
+
"integrity": "sha512-xaSxkaU7wY/0852zGApM8LdlIfGCW8ETZ0Rr62IQtAnUMlMuifsg09vWJcNYeL4f0anvr8Vo4ZQar8jGpV0btQ==",
|
|
17302
|
+
"dev": true,
|
|
17303
|
+
"license": "MIT",
|
|
17304
|
+
"dependencies": {
|
|
17305
|
+
"micromark": "4.0.2",
|
|
17306
|
+
"micromark-core-commonmark": "2.0.3",
|
|
17307
|
+
"micromark-extension-directive": "4.0.0",
|
|
17308
|
+
"micromark-extension-gfm-autolink-literal": "2.1.0",
|
|
17309
|
+
"micromark-extension-gfm-footnote": "2.1.0",
|
|
17310
|
+
"micromark-extension-gfm-table": "2.1.1",
|
|
17311
|
+
"micromark-extension-math": "3.1.0",
|
|
17312
|
+
"micromark-util-types": "2.0.2"
|
|
17313
|
+
},
|
|
17314
|
+
"engines": {
|
|
17315
|
+
"node": ">=20"
|
|
17316
|
+
},
|
|
17317
|
+
"funding": {
|
|
17318
|
+
"url": "https://github.com/sponsors/DavidAnson"
|
|
17319
|
+
}
|
|
17320
|
+
},
|
|
17250
17321
|
"node_modules/markdownlint-cli/node_modules/minimatch": {
|
|
17251
17322
|
"version": "10.0.3",
|
|
17252
17323
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz",
|
|
@@ -17268,6 +17339,7 @@
|
|
|
17268
17339
|
"resolved": "https://registry.npmjs.org/marked/-/marked-9.1.6.tgz",
|
|
17269
17340
|
"integrity": "sha512-jcByLnIFkd5gSXZmjNvS1TlmRhCXZjIzHYlaGkPlLIekG55JDR2Z4va9tZwCiP+/RDERiNhMOFu01xd6O5ct1Q==",
|
|
17270
17341
|
"license": "MIT",
|
|
17342
|
+
"peer": true,
|
|
17271
17343
|
"bin": {
|
|
17272
17344
|
"marked": "bin/marked.js"
|
|
17273
17345
|
},
|
|
@@ -20914,6 +20986,7 @@
|
|
|
20914
20986
|
}
|
|
20915
20987
|
],
|
|
20916
20988
|
"license": "MIT",
|
|
20989
|
+
"peer": true,
|
|
20917
20990
|
"dependencies": {
|
|
20918
20991
|
"nanoid": "^3.3.11",
|
|
20919
20992
|
"picocolors": "^1.1.1",
|
|
@@ -21829,6 +21902,7 @@
|
|
|
21829
21902
|
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
|
|
21830
21903
|
"integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
|
|
21831
21904
|
"license": "MIT",
|
|
21905
|
+
"peer": true,
|
|
21832
21906
|
"dependencies": {
|
|
21833
21907
|
"cssesc": "^3.0.0",
|
|
21834
21908
|
"util-deprecate": "^1.0.2"
|
|
@@ -22735,6 +22809,7 @@
|
|
|
22735
22809
|
"resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz",
|
|
22736
22810
|
"integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==",
|
|
22737
22811
|
"license": "MIT",
|
|
22812
|
+
"peer": true,
|
|
22738
22813
|
"engines": {
|
|
22739
22814
|
"node": ">=0.10.0"
|
|
22740
22815
|
}
|
|
@@ -22744,6 +22819,7 @@
|
|
|
22744
22819
|
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.0.tgz",
|
|
22745
22820
|
"integrity": "sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==",
|
|
22746
22821
|
"license": "MIT",
|
|
22822
|
+
"peer": true,
|
|
22747
22823
|
"dependencies": {
|
|
22748
22824
|
"scheduler": "^0.27.0"
|
|
22749
22825
|
},
|
|
@@ -22801,8 +22877,7 @@
|
|
|
22801
22877
|
"version": "19.2.0",
|
|
22802
22878
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.0.tgz",
|
|
22803
22879
|
"integrity": "sha512-x3Ax3kNSMIIkyVYhWPyO09bu0uttcAIoecO/um/rKGQ4EltYWVYtyiGkS/3xMynrbVQdS69Jhlv8FXUEZehlzA==",
|
|
22804
|
-
"license": "MIT"
|
|
22805
|
-
"peer": true
|
|
22880
|
+
"license": "MIT"
|
|
22806
22881
|
},
|
|
22807
22882
|
"node_modules/react-json-view-lite": {
|
|
22808
22883
|
"version": "2.5.0",
|
|
@@ -22822,6 +22897,7 @@
|
|
|
22822
22897
|
"resolved": "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-6.0.0.tgz",
|
|
22823
22898
|
"integrity": "sha512-YMMxTUQV/QFSnbgrP3tjDzLHRg7vsbMn8e9HAa8o/1iXoiomo48b7sk/kkmWEuWNDPJVlKSJRB6Y2fHqdJk+SQ==",
|
|
22824
22899
|
"license": "MIT",
|
|
22900
|
+
"peer": true,
|
|
22825
22901
|
"dependencies": {
|
|
22826
22902
|
"@types/react": "*"
|
|
22827
22903
|
},
|
|
@@ -23537,6 +23613,7 @@
|
|
|
23537
23613
|
"resolved": "https://registry.npmjs.org/react-router/-/react-router-5.3.4.tgz",
|
|
23538
23614
|
"integrity": "sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==",
|
|
23539
23615
|
"license": "MIT",
|
|
23616
|
+
"peer": true,
|
|
23540
23617
|
"dependencies": {
|
|
23541
23618
|
"@babel/runtime": "^7.12.13",
|
|
23542
23619
|
"history": "^4.9.0",
|
|
@@ -24680,6 +24757,7 @@
|
|
|
24680
24757
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
|
|
24681
24758
|
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
|
|
24682
24759
|
"license": "MIT",
|
|
24760
|
+
"peer": true,
|
|
24683
24761
|
"dependencies": {
|
|
24684
24762
|
"fast-deep-equal": "^3.1.3",
|
|
24685
24763
|
"fast-uri": "^3.0.1",
|
|
@@ -25783,6 +25861,7 @@
|
|
|
25783
25861
|
"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.11.tgz",
|
|
25784
25862
|
"integrity": "sha512-uuzIIfnVkagcVHv9nE0VPlHPSCmXIUGKfJ42LNjxCCTDTL5sgnJ8Z7GZBq0EnLYGln77tPpEpExt2+qa+cZqSw==",
|
|
25785
25863
|
"license": "MIT",
|
|
25864
|
+
"peer": true,
|
|
25786
25865
|
"dependencies": {
|
|
25787
25866
|
"@babel/helper-module-imports": "^7.0.0",
|
|
25788
25867
|
"@babel/traverse": "^7.4.5",
|
|
@@ -26135,6 +26214,7 @@
|
|
|
26135
26214
|
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
26136
26215
|
"dev": true,
|
|
26137
26216
|
"license": "MIT",
|
|
26217
|
+
"peer": true,
|
|
26138
26218
|
"engines": {
|
|
26139
26219
|
"node": ">=12"
|
|
26140
26220
|
},
|
|
@@ -26270,7 +26350,8 @@
|
|
|
26270
26350
|
"version": "2.8.1",
|
|
26271
26351
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
26272
26352
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
26273
|
-
"license": "0BSD"
|
|
26353
|
+
"license": "0BSD",
|
|
26354
|
+
"peer": true
|
|
26274
26355
|
},
|
|
26275
26356
|
"node_modules/type-check": {
|
|
26276
26357
|
"version": "0.4.0",
|
|
@@ -27044,6 +27125,7 @@
|
|
|
27044
27125
|
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.102.0.tgz",
|
|
27045
27126
|
"integrity": "sha512-hUtqAR3ZLVEYDEABdBioQCIqSoguHbFn1K7WlPPWSuXmx0031BD73PSE35jKyftdSh4YLDoQNgK4pqBt5Q82MA==",
|
|
27046
27127
|
"license": "MIT",
|
|
27128
|
+
"peer": true,
|
|
27047
27129
|
"dependencies": {
|
|
27048
27130
|
"@types/eslint-scope": "^3.7.7",
|
|
27049
27131
|
"@types/estree": "^1.0.8",
|
|
@@ -27797,6 +27879,7 @@
|
|
|
27797
27879
|
"resolved": "https://registry.npmjs.org/zod/-/zod-4.1.11.tgz",
|
|
27798
27880
|
"integrity": "sha512-WPsqwxITS2tzx1bzhIKsEs19ABD5vmCVa4xBo2tq/SrV4RNZtfws1EnCWQXM6yh8bD08a1idvkB5MZSBiZsjwg==",
|
|
27799
27881
|
"license": "MIT",
|
|
27882
|
+
"peer": true,
|
|
27800
27883
|
"funding": {
|
|
27801
27884
|
"url": "https://github.com/sponsors/colinhacks"
|
|
27802
27885
|
}
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"@typescript-eslint/parser": "^8.0.0",
|
|
45
45
|
"eslint": "^8.35.0",
|
|
46
46
|
"eslint-plugin-react": "^7.32.2",
|
|
47
|
-
"eslint-plugin-react-hooks": "^
|
|
48
|
-
"markdownlint": "^0.
|
|
47
|
+
"eslint-plugin-react-hooks": "^7.0.0",
|
|
48
|
+
"markdownlint": "^0.39.0",
|
|
49
49
|
"markdownlint-cli": "^0.45.0",
|
|
50
50
|
"path-browserify": "^1.0.1",
|
|
51
51
|
"prettier": "^3.0.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|