apify 3.0.2b1__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.2b1 → apify-3.0.2b2}/PKG-INFO +1 -1
- {apify-3.0.2b1 → apify-3.0.2b2}/pyproject.toml +1 -1
- {apify-3.0.2b1 → apify-3.0.2b2}/uv.lock +1 -1
- {apify-3.0.2b1 → apify-3.0.2b2}/website/package-lock.json +72 -7
- {apify-3.0.2b1 → apify-3.0.2b2}/website/package.json +1 -1
- {apify-3.0.2b1 → apify-3.0.2b2}/.editorconfig +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/.github/CODEOWNERS +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/.github/workflows/build_and_deploy_docs.yaml +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/.github/workflows/check_pr_title.yaml +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/.github/workflows/pre_release.yaml +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/.github/workflows/release.yaml +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/.github/workflows/run_code_checks.yaml +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/.github/workflows/update_new_issue.yaml +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/.gitignore +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/.markdownlint.yaml +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/.pre-commit-config.yaml +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/CHANGELOG.md +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/CONTRIBUTING.md +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/LICENSE +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/Makefile +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/README.md +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/01_overview/01_introduction.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/01_overview/02_running_actors_locally.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/01_overview/03_actor_structure.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/01_overview/code/01_introduction.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/01_overview/code/actor_structure/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/01_overview/code/actor_structure/__main__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/01_overview/code/actor_structure/main.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/01_overview/code/actor_structure/py.typed +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/01_actor_lifecycle.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/02_actor_input.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/03_storages.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/04_actor_events.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/05_proxy_management.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/06_interacting_with_other_actors.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/07_webhooks.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/08_access_apify_api.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/09_running_webserver.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/10_logging.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/11_configuration.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/12_pay_per_event.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/01_context_manager.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/01_init_exit.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/01_reboot.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/01_status_message.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/02_input.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/03_dataset_exports.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/03_dataset_read_write.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/03_deleting_storages.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/03_kvs_iterating.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/03_kvs_public_url.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/03_kvs_read_write.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/03_opening_storages.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/03_rq.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/04_actor_events.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/05_apify_proxy.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/05_apify_proxy_config.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/05_custom_proxy.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/05_custom_proxy_function.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/05_proxy_actor_input.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/05_proxy_httpx.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/05_proxy_rotation.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/06_interacting_call.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/06_interacting_call_task.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/06_interacting_metamorph.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/06_interacting_start.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/07_webhook.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/07_webhook_preventing.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/08_actor_client.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/08_actor_new_client.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/09_webserver.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/10_log_config.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/10_logger_usage.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/10_redirect_log.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/10_redirect_log_existing_run.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/11_config.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/actor_charge.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/02_concepts/code/conditional_actor_charge.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/01_beautifulsoup_httpx.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/02_parsel_impit.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/03_playwright.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/04_selenium.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/05_crawlee.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/06_scrapy.mdx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/code/01_beautifulsoup_httpx.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/code/02_parsel_impit.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/code/03_playwright.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/code/04_selenium.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/code/05_crawlee_beautifulsoup.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/code/05_crawlee_parsel.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/code/05_crawlee_playwright.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/code/scrapy_project/src/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/code/scrapy_project/src/__main__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/code/scrapy_project/src/items.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/code/scrapy_project/src/main.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/code/scrapy_project/src/py.typed +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/code/scrapy_project/src/settings.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/code/scrapy_project/src/spiders/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/code/scrapy_project/src/spiders/py.typed +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/03_guides/code/scrapy_project/src/spiders/title.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/04_upgrading/upgrading_to_v2.md +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/04_upgrading/upgrading_to_v3.md +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/docs/pyproject.toml +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/renovate.json +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/_actor.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/_charging.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/_configuration.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/_consts.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/_crypto.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/_models.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/_proxy_configuration.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/_utils.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/events/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/events/_apify_event_manager.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/events/_types.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/events/py.typed +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/log.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/py.typed +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/request_loaders/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/request_loaders/_apify_request_list.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/request_loaders/py.typed +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/scrapy/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/scrapy/_actor_runner.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/scrapy/_async_thread.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/scrapy/_logging_config.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/scrapy/extensions/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/scrapy/extensions/_httpcache.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/scrapy/middlewares/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/scrapy/middlewares/apify_proxy.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/scrapy/middlewares/py.typed +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/scrapy/pipelines/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/scrapy/pipelines/actor_dataset_push.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/scrapy/pipelines/py.typed +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/scrapy/py.typed +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/scrapy/requests.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/scrapy/scheduler.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/scrapy/utils.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/storage_clients/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/storage_clients/_apify/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/storage_clients/_apify/_dataset_client.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/storage_clients/_apify/_key_value_store_client.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/storage_clients/_apify/_models.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/storage_clients/_apify/_request_queue_client.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/storage_clients/_apify/_request_queue_shared_client.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/storage_clients/_apify/_request_queue_single_client.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/storage_clients/_apify/_storage_client.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/storage_clients/_apify/_utils.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/storage_clients/_apify/py.typed +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/storage_clients/_file_system/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/storage_clients/_file_system/_key_value_store_client.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/storage_clients/_file_system/_storage_client.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/storage_clients/_smart_apify/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/storage_clients/_smart_apify/_storage_client.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/storage_clients/py.typed +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/storages/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/src/apify/storages/py.typed +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/README.md +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/_utils.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/actor_source_base/Dockerfile +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/actor_source_base/requirements.txt +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/actor_source_base/server.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/actor_source_base/src/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/actor_source_base/src/__main__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/actor_source_base/src/main.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/conftest.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/test_actor_api_helpers.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/test_actor_call_timeouts.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/test_actor_charge.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/test_actor_create_proxy_configuration.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/test_actor_dataset.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/test_actor_events.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/test_actor_key_value_store.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/test_actor_lifecycle.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/test_actor_log.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/test_actor_request_queue.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/test_actor_scrapy.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/test_apify_storages.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/test_crawlers_with_storages.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/test_fixtures.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/integration/test_request_queue.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/actor/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/actor/test_actor_create_proxy_configuration.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/actor/test_actor_dataset.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/actor/test_actor_env_helpers.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/actor/test_actor_helpers.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/actor/test_actor_key_value_store.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/actor/test_actor_lifecycle.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/actor/test_actor_log.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/actor/test_actor_non_default_instance.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/actor/test_actor_request_queue.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/actor/test_configuration.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/actor/test_request_list.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/conftest.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/events/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/events/test_apify_event_manager.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/scrapy/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/scrapy/extensions/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/scrapy/extensions/test_httpcache.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/scrapy/middlewares/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/scrapy/middlewares/test_apify_proxy.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/scrapy/pipelines/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/scrapy/pipelines/test_actor_dataset_push.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/scrapy/requests/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/scrapy/requests/test_to_apify_request.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/scrapy/requests/test_to_scrapy_request.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/scrapy/utils/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/scrapy/utils/test_apply_apify_settings.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/scrapy/utils/test_get_basic_auth_header.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/storage_clients/__init__.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/storage_clients/test_apify_request_queue_client.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/storage_clients/test_file_system.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/test_apify_storages.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/test_crypto.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/tests/unit/test_proxy_configuration.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/.eslintrc.json +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/babel.config.js +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/build_api_reference.sh +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/docusaurus.config.js +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/generate_module_shortcuts.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/sidebars.js +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/src/components/ApiLink.jsx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/src/components/Gradients.jsx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/src/components/Highlights.jsx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/src/components/Highlights.module.css +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/src/components/RunnableCodeBlock.jsx +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/src/components/RunnableCodeBlock.module.css +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/src/css/custom.css +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/src/pages/home_page_example.py +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/src/pages/index.js +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/src/pages/index.module.css +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/src/theme/DocItem/Content/index.js +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/static/.nojekyll +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/static/img/docs-og.png +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/static/img/guides/redirected_logs_example.webp +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/tools/docs-prettier.config.js +0 -0
- {apify-3.0.2b1 → apify-3.0.2b2}/website/tools/utils/externalLink.js +0 -0
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"eslint": "^8.35.0",
|
|
31
31
|
"eslint-plugin-react": "^7.32.2",
|
|
32
32
|
"eslint-plugin-react-hooks": "^7.0.0",
|
|
33
|
-
"markdownlint": "^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",
|
|
@@ -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",
|
|
@@ -17207,9 +17237,9 @@
|
|
|
17207
17237
|
}
|
|
17208
17238
|
},
|
|
17209
17239
|
"node_modules/markdownlint": {
|
|
17210
|
-
"version": "0.
|
|
17211
|
-
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.
|
|
17212
|
-
"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==",
|
|
17213
17243
|
"dev": true,
|
|
17214
17244
|
"license": "MIT",
|
|
17215
17245
|
"dependencies": {
|
|
@@ -17265,6 +17295,29 @@
|
|
|
17265
17295
|
"node": ">=18"
|
|
17266
17296
|
}
|
|
17267
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
|
+
},
|
|
17268
17321
|
"node_modules/markdownlint-cli/node_modules/minimatch": {
|
|
17269
17322
|
"version": "10.0.3",
|
|
17270
17323
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz",
|
|
@@ -17286,6 +17339,7 @@
|
|
|
17286
17339
|
"resolved": "https://registry.npmjs.org/marked/-/marked-9.1.6.tgz",
|
|
17287
17340
|
"integrity": "sha512-jcByLnIFkd5gSXZmjNvS1TlmRhCXZjIzHYlaGkPlLIekG55JDR2Z4va9tZwCiP+/RDERiNhMOFu01xd6O5ct1Q==",
|
|
17288
17341
|
"license": "MIT",
|
|
17342
|
+
"peer": true,
|
|
17289
17343
|
"bin": {
|
|
17290
17344
|
"marked": "bin/marked.js"
|
|
17291
17345
|
},
|
|
@@ -20932,6 +20986,7 @@
|
|
|
20932
20986
|
}
|
|
20933
20987
|
],
|
|
20934
20988
|
"license": "MIT",
|
|
20989
|
+
"peer": true,
|
|
20935
20990
|
"dependencies": {
|
|
20936
20991
|
"nanoid": "^3.3.11",
|
|
20937
20992
|
"picocolors": "^1.1.1",
|
|
@@ -21847,6 +21902,7 @@
|
|
|
21847
21902
|
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
|
|
21848
21903
|
"integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
|
|
21849
21904
|
"license": "MIT",
|
|
21905
|
+
"peer": true,
|
|
21850
21906
|
"dependencies": {
|
|
21851
21907
|
"cssesc": "^3.0.0",
|
|
21852
21908
|
"util-deprecate": "^1.0.2"
|
|
@@ -22753,6 +22809,7 @@
|
|
|
22753
22809
|
"resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz",
|
|
22754
22810
|
"integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==",
|
|
22755
22811
|
"license": "MIT",
|
|
22812
|
+
"peer": true,
|
|
22756
22813
|
"engines": {
|
|
22757
22814
|
"node": ">=0.10.0"
|
|
22758
22815
|
}
|
|
@@ -22762,6 +22819,7 @@
|
|
|
22762
22819
|
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.0.tgz",
|
|
22763
22820
|
"integrity": "sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==",
|
|
22764
22821
|
"license": "MIT",
|
|
22822
|
+
"peer": true,
|
|
22765
22823
|
"dependencies": {
|
|
22766
22824
|
"scheduler": "^0.27.0"
|
|
22767
22825
|
},
|
|
@@ -22819,8 +22877,7 @@
|
|
|
22819
22877
|
"version": "19.2.0",
|
|
22820
22878
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.0.tgz",
|
|
22821
22879
|
"integrity": "sha512-x3Ax3kNSMIIkyVYhWPyO09bu0uttcAIoecO/um/rKGQ4EltYWVYtyiGkS/3xMynrbVQdS69Jhlv8FXUEZehlzA==",
|
|
22822
|
-
"license": "MIT"
|
|
22823
|
-
"peer": true
|
|
22880
|
+
"license": "MIT"
|
|
22824
22881
|
},
|
|
22825
22882
|
"node_modules/react-json-view-lite": {
|
|
22826
22883
|
"version": "2.5.0",
|
|
@@ -22840,6 +22897,7 @@
|
|
|
22840
22897
|
"resolved": "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-6.0.0.tgz",
|
|
22841
22898
|
"integrity": "sha512-YMMxTUQV/QFSnbgrP3tjDzLHRg7vsbMn8e9HAa8o/1iXoiomo48b7sk/kkmWEuWNDPJVlKSJRB6Y2fHqdJk+SQ==",
|
|
22842
22899
|
"license": "MIT",
|
|
22900
|
+
"peer": true,
|
|
22843
22901
|
"dependencies": {
|
|
22844
22902
|
"@types/react": "*"
|
|
22845
22903
|
},
|
|
@@ -23555,6 +23613,7 @@
|
|
|
23555
23613
|
"resolved": "https://registry.npmjs.org/react-router/-/react-router-5.3.4.tgz",
|
|
23556
23614
|
"integrity": "sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==",
|
|
23557
23615
|
"license": "MIT",
|
|
23616
|
+
"peer": true,
|
|
23558
23617
|
"dependencies": {
|
|
23559
23618
|
"@babel/runtime": "^7.12.13",
|
|
23560
23619
|
"history": "^4.9.0",
|
|
@@ -24698,6 +24757,7 @@
|
|
|
24698
24757
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
|
|
24699
24758
|
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
|
|
24700
24759
|
"license": "MIT",
|
|
24760
|
+
"peer": true,
|
|
24701
24761
|
"dependencies": {
|
|
24702
24762
|
"fast-deep-equal": "^3.1.3",
|
|
24703
24763
|
"fast-uri": "^3.0.1",
|
|
@@ -25801,6 +25861,7 @@
|
|
|
25801
25861
|
"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.11.tgz",
|
|
25802
25862
|
"integrity": "sha512-uuzIIfnVkagcVHv9nE0VPlHPSCmXIUGKfJ42LNjxCCTDTL5sgnJ8Z7GZBq0EnLYGln77tPpEpExt2+qa+cZqSw==",
|
|
25803
25863
|
"license": "MIT",
|
|
25864
|
+
"peer": true,
|
|
25804
25865
|
"dependencies": {
|
|
25805
25866
|
"@babel/helper-module-imports": "^7.0.0",
|
|
25806
25867
|
"@babel/traverse": "^7.4.5",
|
|
@@ -26153,6 +26214,7 @@
|
|
|
26153
26214
|
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
26154
26215
|
"dev": true,
|
|
26155
26216
|
"license": "MIT",
|
|
26217
|
+
"peer": true,
|
|
26156
26218
|
"engines": {
|
|
26157
26219
|
"node": ">=12"
|
|
26158
26220
|
},
|
|
@@ -26288,7 +26350,8 @@
|
|
|
26288
26350
|
"version": "2.8.1",
|
|
26289
26351
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
26290
26352
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
26291
|
-
"license": "0BSD"
|
|
26353
|
+
"license": "0BSD",
|
|
26354
|
+
"peer": true
|
|
26292
26355
|
},
|
|
26293
26356
|
"node_modules/type-check": {
|
|
26294
26357
|
"version": "0.4.0",
|
|
@@ -27062,6 +27125,7 @@
|
|
|
27062
27125
|
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.102.0.tgz",
|
|
27063
27126
|
"integrity": "sha512-hUtqAR3ZLVEYDEABdBioQCIqSoguHbFn1K7WlPPWSuXmx0031BD73PSE35jKyftdSh4YLDoQNgK4pqBt5Q82MA==",
|
|
27064
27127
|
"license": "MIT",
|
|
27128
|
+
"peer": true,
|
|
27065
27129
|
"dependencies": {
|
|
27066
27130
|
"@types/eslint-scope": "^3.7.7",
|
|
27067
27131
|
"@types/estree": "^1.0.8",
|
|
@@ -27815,6 +27879,7 @@
|
|
|
27815
27879
|
"resolved": "https://registry.npmjs.org/zod/-/zod-4.1.11.tgz",
|
|
27816
27880
|
"integrity": "sha512-WPsqwxITS2tzx1bzhIKsEs19ABD5vmCVa4xBo2tq/SrV4RNZtfws1EnCWQXM6yh8bD08a1idvkB5MZSBiZsjwg==",
|
|
27817
27881
|
"license": "MIT",
|
|
27882
|
+
"peer": true,
|
|
27818
27883
|
"funding": {
|
|
27819
27884
|
"url": "https://github.com/sponsors/colinhacks"
|
|
27820
27885
|
}
|
|
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
|
|
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
|
|
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
|