apify 2.5.1b9__tar.gz → 2.5.1b10__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-2.5.1b9 → apify-2.5.1b10}/PKG-INFO +1 -1
- {apify-2.5.1b9 → apify-2.5.1b10}/pyproject.toml +1 -1
- {apify-2.5.1b9 → apify-2.5.1b10}/website/package-lock.json +63 -327
- {apify-2.5.1b9 → apify-2.5.1b10}/website/package.json +1 -1
- {apify-2.5.1b9 → apify-2.5.1b10}/.editorconfig +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/.github/CODEOWNERS +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/.github/workflows/build_and_deploy_docs.yaml +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/.github/workflows/check_pr_title.yaml +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/.github/workflows/pre_release.yaml +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/.github/workflows/release.yaml +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/.github/workflows/run_code_checks.yaml +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/.github/workflows/update_new_issue.yaml +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/.gitignore +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/.markdownlint.yaml +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/.pre-commit-config.yaml +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/CHANGELOG.md +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/CONTRIBUTING.md +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/LICENSE +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/Makefile +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/README.md +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/01_overview/01_introduction.mdx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/01_overview/02_running_actors_locally.mdx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/01_overview/03_actor_structure.mdx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/01_overview/code/01_introduction.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/01_overview/code/actor_structure/__init__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/01_overview/code/actor_structure/__main__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/01_overview/code/actor_structure/main.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/01_overview/code/actor_structure/py.typed +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/02_guides/01_beautifulsoup_httpx.mdx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/02_guides/02_crawlee.mdx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/02_guides/03_playwright.mdx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/02_guides/04_selenium.mdx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/02_guides/05_scrapy.mdx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/02_guides/code/01_beautifulsoup_httpx.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/02_guides/code/02_crawlee_beautifulsoup.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/02_guides/code/02_crawlee_playwright.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/02_guides/code/03_playwright.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/02_guides/code/04_selenium.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/02_guides/code/scrapy_project/src/__init__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/02_guides/code/scrapy_project/src/__main__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/02_guides/code/scrapy_project/src/items.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/02_guides/code/scrapy_project/src/main.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/02_guides/code/scrapy_project/src/py.typed +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/02_guides/code/scrapy_project/src/settings.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/02_guides/code/scrapy_project/src/spiders/__init__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/02_guides/code/scrapy_project/src/spiders/py.typed +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/02_guides/code/scrapy_project/src/spiders/title.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/01_actor_lifecycle.mdx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/02_actor_input.mdx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/03_storages.mdx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/04_actor_events.mdx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/05_proxy_management.mdx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/06_interacting_with_other_actors.mdx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/07_webhooks.mdx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/08_access_apify_api.mdx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/09_running_webserver.mdx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/10_logging.mdx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/11_configuration.mdx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/12_pay_per_event.mdx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/01_context_manager.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/01_init_exit.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/01_reboot.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/01_status_message.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/02_input.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/03_dataset_exports.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/03_dataset_read_write.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/03_deleting_storages.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/03_kvs_iterating.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/03_kvs_public_url.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/03_kvs_read_write.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/03_opening_storages.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/03_rq.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/04_actor_events.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/05_apify_proxy.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/05_apify_proxy_config.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/05_custom_proxy.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/05_custom_proxy_function.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/05_proxy_actor_input.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/05_proxy_httpx.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/05_proxy_rotation.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/06_interacting_call.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/06_interacting_call_task.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/06_interacting_metamorph.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/06_interacting_start.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/07_webhook.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/07_webhook_preventing.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/08_actor_client.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/08_actor_new_client.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/09_webserver.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/10_log_config.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/10_logger_usage.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/11_config.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/actor_charge.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/03_concepts/code/conditional_actor_charge.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/04_upgrading/upgrading_to_v2.md +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/docs/pyproject.toml +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/renovate.json +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/__init__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/_actor.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/_charging.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/_configuration.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/_consts.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/_crypto.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/_models.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/_platform_event_manager.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/_proxy_configuration.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/_utils.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/apify_storage_client/__init__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/apify_storage_client/_apify_storage_client.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/apify_storage_client/_dataset_client.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/apify_storage_client/_dataset_collection_client.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/apify_storage_client/_key_value_store_client.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/apify_storage_client/_key_value_store_collection_client.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/apify_storage_client/_request_queue_client.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/apify_storage_client/_request_queue_collection_client.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/apify_storage_client/py.typed +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/log.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/py.typed +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/scrapy/__init__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/scrapy/_actor_runner.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/scrapy/_async_thread.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/scrapy/_logging_config.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/scrapy/extensions/__init__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/scrapy/extensions/_httpcache.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/scrapy/middlewares/__init__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/scrapy/middlewares/apify_proxy.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/scrapy/middlewares/py.typed +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/scrapy/pipelines/__init__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/scrapy/pipelines/actor_dataset_push.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/scrapy/pipelines/py.typed +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/scrapy/py.typed +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/scrapy/requests.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/scrapy/scheduler.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/scrapy/utils.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/storages/__init__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/storages/_request_list.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/src/apify/storages/py.typed +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/README.md +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/__init__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/_utils.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/actor_source_base/Dockerfile +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/actor_source_base/requirements.txt +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/actor_source_base/src/__init__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/actor_source_base/src/__main__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/actor_source_base/src/main.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/conftest.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/test_actor_api_helpers.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/test_actor_charge.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/test_actor_create_proxy_configuration.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/test_actor_dataset.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/test_actor_events.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/test_actor_key_value_store.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/test_actor_lifecycle.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/test_actor_log.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/test_actor_request_queue.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/test_actor_scrapy.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/test_fixtures.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/integration/test_request_queue.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/__init__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/actor/__init__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/actor/test_actor_create_proxy_configuration.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/actor/test_actor_dataset.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/actor/test_actor_env_helpers.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/actor/test_actor_helpers.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/actor/test_actor_key_value_store.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/actor/test_actor_lifecycle.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/actor/test_actor_log.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/actor/test_actor_non_default_instance.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/actor/test_actor_request_queue.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/actor/test_configuration.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/actor/test_request_list.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/conftest.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/scrapy/__init__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/scrapy/extensions/__init__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/scrapy/extensions/test_httpcache.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/scrapy/middlewares/__init__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/scrapy/middlewares/test_apify_proxy.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/scrapy/pipelines/__init__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/scrapy/pipelines/test_actor_dataset_push.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/scrapy/requests/__init__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/scrapy/requests/test_to_apify_request.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/scrapy/requests/test_to_scrapy_request.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/scrapy/utils/__init__.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/scrapy/utils/test_apply_apify_settings.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/scrapy/utils/test_get_basic_auth_header.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/test_crypto.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/test_platform_event_manager.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/tests/unit/test_proxy_configuration.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/uv.lock +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/website/.eslintrc.json +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/website/babel.config.js +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/website/build_api_reference.sh +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/website/docusaurus.config.js +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/website/generate_module_shortcuts.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/website/sidebars.js +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/website/src/components/ApiLink.jsx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/website/src/components/Gradients.jsx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/website/src/components/Highlights.jsx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/website/src/components/Highlights.module.css +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/website/src/components/RunnableCodeBlock.jsx +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/website/src/components/RunnableCodeBlock.module.css +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/website/src/css/custom.css +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/website/src/pages/home_page_example.py +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/website/src/pages/index.js +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/website/src/pages/index.module.css +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/website/static/.nojekyll +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/website/static/img/docs-og.png +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/website/tools/docs-prettier.config.js +0 -0
- {apify-2.5.1b9 → apify-2.5.1b10}/website/tools/utils/externalLink.js +0 -0
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"eslint-plugin-react": "^7.32.2",
|
|
31
31
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
32
32
|
"markdownlint": "^0.38.0",
|
|
33
|
-
"markdownlint-cli": "^0.
|
|
33
|
+
"markdownlint-cli": "^0.45.0",
|
|
34
34
|
"path-browserify": "^1.0.1",
|
|
35
35
|
"prettier": "^3.0.0",
|
|
36
36
|
"rimraf": "^6.0.0"
|
|
@@ -6223,17 +6223,6 @@
|
|
|
6223
6223
|
"node": ">=12.4.0"
|
|
6224
6224
|
}
|
|
6225
6225
|
},
|
|
6226
|
-
"node_modules/@pkgjs/parseargs": {
|
|
6227
|
-
"version": "0.11.0",
|
|
6228
|
-
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
6229
|
-
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
6230
|
-
"dev": true,
|
|
6231
|
-
"license": "MIT",
|
|
6232
|
-
"optional": true,
|
|
6233
|
-
"engines": {
|
|
6234
|
-
"node": ">=14"
|
|
6235
|
-
}
|
|
6236
|
-
},
|
|
6237
6226
|
"node_modules/@pnpm/config.env-replace": {
|
|
6238
6227
|
"version": "1.1.0",
|
|
6239
6228
|
"resolved": "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz",
|
|
@@ -13103,22 +13092,25 @@
|
|
|
13103
13092
|
"license": "ISC"
|
|
13104
13093
|
},
|
|
13105
13094
|
"node_modules/glob": {
|
|
13106
|
-
"version": "
|
|
13107
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
13108
|
-
"integrity": "sha512-
|
|
13095
|
+
"version": "11.0.2",
|
|
13096
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-11.0.2.tgz",
|
|
13097
|
+
"integrity": "sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==",
|
|
13109
13098
|
"dev": true,
|
|
13110
13099
|
"license": "ISC",
|
|
13111
13100
|
"dependencies": {
|
|
13112
13101
|
"foreground-child": "^3.1.0",
|
|
13113
|
-
"jackspeak": "^
|
|
13114
|
-
"minimatch": "^
|
|
13102
|
+
"jackspeak": "^4.0.1",
|
|
13103
|
+
"minimatch": "^10.0.0",
|
|
13115
13104
|
"minipass": "^7.1.2",
|
|
13116
13105
|
"package-json-from-dist": "^1.0.0",
|
|
13117
|
-
"path-scurry": "^
|
|
13106
|
+
"path-scurry": "^2.0.0"
|
|
13118
13107
|
},
|
|
13119
13108
|
"bin": {
|
|
13120
13109
|
"glob": "dist/esm/bin.mjs"
|
|
13121
13110
|
},
|
|
13111
|
+
"engines": {
|
|
13112
|
+
"node": "20 || >=22"
|
|
13113
|
+
},
|
|
13122
13114
|
"funding": {
|
|
13123
13115
|
"url": "https://github.com/sponsors/isaacs"
|
|
13124
13116
|
}
|
|
@@ -13141,6 +13133,22 @@
|
|
|
13141
13133
|
"integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
|
|
13142
13134
|
"license": "BSD-2-Clause"
|
|
13143
13135
|
},
|
|
13136
|
+
"node_modules/glob/node_modules/minimatch": {
|
|
13137
|
+
"version": "10.0.1",
|
|
13138
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz",
|
|
13139
|
+
"integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==",
|
|
13140
|
+
"dev": true,
|
|
13141
|
+
"license": "ISC",
|
|
13142
|
+
"dependencies": {
|
|
13143
|
+
"brace-expansion": "^2.0.1"
|
|
13144
|
+
},
|
|
13145
|
+
"engines": {
|
|
13146
|
+
"node": "20 || >=22"
|
|
13147
|
+
},
|
|
13148
|
+
"funding": {
|
|
13149
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
13150
|
+
}
|
|
13151
|
+
},
|
|
13144
13152
|
"node_modules/global-dirs": {
|
|
13145
13153
|
"version": "3.0.1",
|
|
13146
13154
|
"resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz",
|
|
@@ -14941,19 +14949,19 @@
|
|
|
14941
14949
|
}
|
|
14942
14950
|
},
|
|
14943
14951
|
"node_modules/jackspeak": {
|
|
14944
|
-
"version": "
|
|
14945
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-
|
|
14946
|
-
"integrity": "sha512-
|
|
14952
|
+
"version": "4.1.0",
|
|
14953
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.0.tgz",
|
|
14954
|
+
"integrity": "sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==",
|
|
14947
14955
|
"dev": true,
|
|
14948
14956
|
"license": "BlueOak-1.0.0",
|
|
14949
14957
|
"dependencies": {
|
|
14950
14958
|
"@isaacs/cliui": "^8.0.2"
|
|
14951
14959
|
},
|
|
14960
|
+
"engines": {
|
|
14961
|
+
"node": "20 || >=22"
|
|
14962
|
+
},
|
|
14952
14963
|
"funding": {
|
|
14953
14964
|
"url": "https://github.com/sponsors/isaacs"
|
|
14954
|
-
},
|
|
14955
|
-
"optionalDependencies": {
|
|
14956
|
-
"@pkgjs/parseargs": "^0.11.0"
|
|
14957
14965
|
}
|
|
14958
14966
|
},
|
|
14959
14967
|
"node_modules/jest-util": {
|
|
@@ -15731,28 +15739,29 @@
|
|
|
15731
15739
|
}
|
|
15732
15740
|
},
|
|
15733
15741
|
"node_modules/markdownlint-cli": {
|
|
15734
|
-
"version": "0.
|
|
15735
|
-
"resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.
|
|
15736
|
-
"integrity": "sha512-
|
|
15742
|
+
"version": "0.45.0",
|
|
15743
|
+
"resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.45.0.tgz",
|
|
15744
|
+
"integrity": "sha512-GiWr7GfJLVfcopL3t3pLumXCYs8sgWppjIA1F/Cc3zIMgD3tmkpyZ1xkm1Tej8mw53B93JsDjgA3KOftuYcfOw==",
|
|
15737
15745
|
"dev": true,
|
|
15738
15746
|
"license": "MIT",
|
|
15739
15747
|
"dependencies": {
|
|
15740
15748
|
"commander": "~13.1.0",
|
|
15741
|
-
"glob": "~
|
|
15742
|
-
"ignore": "~7.0.
|
|
15749
|
+
"glob": "~11.0.2",
|
|
15750
|
+
"ignore": "~7.0.4",
|
|
15743
15751
|
"js-yaml": "~4.1.0",
|
|
15744
15752
|
"jsonc-parser": "~3.3.1",
|
|
15745
15753
|
"jsonpointer": "~5.0.1",
|
|
15746
|
-
"
|
|
15747
|
-
"
|
|
15754
|
+
"markdown-it": "~14.1.0",
|
|
15755
|
+
"markdownlint": "~0.38.0",
|
|
15756
|
+
"minimatch": "~10.0.1",
|
|
15748
15757
|
"run-con": "~1.3.2",
|
|
15749
|
-
"smol-toml": "~1.3.
|
|
15758
|
+
"smol-toml": "~1.3.4"
|
|
15750
15759
|
},
|
|
15751
15760
|
"bin": {
|
|
15752
15761
|
"markdownlint": "markdownlint.js"
|
|
15753
15762
|
},
|
|
15754
15763
|
"engines": {
|
|
15755
|
-
"node": ">=
|
|
15764
|
+
"node": ">=20"
|
|
15756
15765
|
}
|
|
15757
15766
|
},
|
|
15758
15767
|
"node_modules/markdownlint-cli/node_modules/commander": {
|
|
@@ -15775,215 +15784,22 @@
|
|
|
15775
15784
|
"node": ">= 4"
|
|
15776
15785
|
}
|
|
15777
15786
|
},
|
|
15778
|
-
"node_modules/markdownlint-cli/node_modules/
|
|
15779
|
-
"version": "0.
|
|
15780
|
-
"resolved": "https://registry.npmjs.org/
|
|
15781
|
-
"integrity": "sha512-
|
|
15787
|
+
"node_modules/markdownlint-cli/node_modules/minimatch": {
|
|
15788
|
+
"version": "10.0.1",
|
|
15789
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz",
|
|
15790
|
+
"integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==",
|
|
15782
15791
|
"dev": true,
|
|
15783
|
-
"license": "
|
|
15792
|
+
"license": "ISC",
|
|
15784
15793
|
"dependencies": {
|
|
15785
|
-
"
|
|
15786
|
-
"micromark": "4.0.1",
|
|
15787
|
-
"micromark-core-commonmark": "2.0.2",
|
|
15788
|
-
"micromark-extension-directive": "3.0.2",
|
|
15789
|
-
"micromark-extension-gfm-autolink-literal": "2.1.0",
|
|
15790
|
-
"micromark-extension-gfm-footnote": "2.1.0",
|
|
15791
|
-
"micromark-extension-gfm-table": "2.1.0",
|
|
15792
|
-
"micromark-extension-math": "3.1.0",
|
|
15793
|
-
"micromark-util-types": "2.0.1"
|
|
15794
|
+
"brace-expansion": "^2.0.1"
|
|
15794
15795
|
},
|
|
15795
15796
|
"engines": {
|
|
15796
|
-
"node": ">=
|
|
15797
|
-
},
|
|
15798
|
-
"funding": {
|
|
15799
|
-
"url": "https://github.com/sponsors/DavidAnson"
|
|
15800
|
-
}
|
|
15801
|
-
},
|
|
15802
|
-
"node_modules/markdownlint-cli/node_modules/micromark": {
|
|
15803
|
-
"version": "4.0.1",
|
|
15804
|
-
"resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.1.tgz",
|
|
15805
|
-
"integrity": "sha512-eBPdkcoCNvYcxQOAKAlceo5SNdzZWfF+FcSupREAzdAh9rRmE239CEQAiTwIgblwnoM8zzj35sZ5ZwvSEOF6Kw==",
|
|
15806
|
-
"dev": true,
|
|
15807
|
-
"funding": [
|
|
15808
|
-
{
|
|
15809
|
-
"type": "GitHub Sponsors",
|
|
15810
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
15811
|
-
},
|
|
15812
|
-
{
|
|
15813
|
-
"type": "OpenCollective",
|
|
15814
|
-
"url": "https://opencollective.com/unified"
|
|
15815
|
-
}
|
|
15816
|
-
],
|
|
15817
|
-
"license": "MIT",
|
|
15818
|
-
"dependencies": {
|
|
15819
|
-
"@types/debug": "^4.0.0",
|
|
15820
|
-
"debug": "^4.0.0",
|
|
15821
|
-
"decode-named-character-reference": "^1.0.0",
|
|
15822
|
-
"devlop": "^1.0.0",
|
|
15823
|
-
"micromark-core-commonmark": "^2.0.0",
|
|
15824
|
-
"micromark-factory-space": "^2.0.0",
|
|
15825
|
-
"micromark-util-character": "^2.0.0",
|
|
15826
|
-
"micromark-util-chunked": "^2.0.0",
|
|
15827
|
-
"micromark-util-combine-extensions": "^2.0.0",
|
|
15828
|
-
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
15829
|
-
"micromark-util-encode": "^2.0.0",
|
|
15830
|
-
"micromark-util-normalize-identifier": "^2.0.0",
|
|
15831
|
-
"micromark-util-resolve-all": "^2.0.0",
|
|
15832
|
-
"micromark-util-sanitize-uri": "^2.0.0",
|
|
15833
|
-
"micromark-util-subtokenize": "^2.0.0",
|
|
15834
|
-
"micromark-util-symbol": "^2.0.0",
|
|
15835
|
-
"micromark-util-types": "^2.0.0"
|
|
15836
|
-
}
|
|
15837
|
-
},
|
|
15838
|
-
"node_modules/markdownlint-cli/node_modules/micromark-core-commonmark": {
|
|
15839
|
-
"version": "2.0.2",
|
|
15840
|
-
"resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.2.tgz",
|
|
15841
|
-
"integrity": "sha512-FKjQKbxd1cibWMM1P9N+H8TwlgGgSkWZMmfuVucLCHaYqeSvJ0hFeHsIa65pA2nYbes0f8LDHPMrd9X7Ujxg9w==",
|
|
15842
|
-
"dev": true,
|
|
15843
|
-
"funding": [
|
|
15844
|
-
{
|
|
15845
|
-
"type": "GitHub Sponsors",
|
|
15846
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
15847
|
-
},
|
|
15848
|
-
{
|
|
15849
|
-
"type": "OpenCollective",
|
|
15850
|
-
"url": "https://opencollective.com/unified"
|
|
15851
|
-
}
|
|
15852
|
-
],
|
|
15853
|
-
"license": "MIT",
|
|
15854
|
-
"dependencies": {
|
|
15855
|
-
"decode-named-character-reference": "^1.0.0",
|
|
15856
|
-
"devlop": "^1.0.0",
|
|
15857
|
-
"micromark-factory-destination": "^2.0.0",
|
|
15858
|
-
"micromark-factory-label": "^2.0.0",
|
|
15859
|
-
"micromark-factory-space": "^2.0.0",
|
|
15860
|
-
"micromark-factory-title": "^2.0.0",
|
|
15861
|
-
"micromark-factory-whitespace": "^2.0.0",
|
|
15862
|
-
"micromark-util-character": "^2.0.0",
|
|
15863
|
-
"micromark-util-chunked": "^2.0.0",
|
|
15864
|
-
"micromark-util-classify-character": "^2.0.0",
|
|
15865
|
-
"micromark-util-html-tag-name": "^2.0.0",
|
|
15866
|
-
"micromark-util-normalize-identifier": "^2.0.0",
|
|
15867
|
-
"micromark-util-resolve-all": "^2.0.0",
|
|
15868
|
-
"micromark-util-subtokenize": "^2.0.0",
|
|
15869
|
-
"micromark-util-symbol": "^2.0.0",
|
|
15870
|
-
"micromark-util-types": "^2.0.0"
|
|
15871
|
-
}
|
|
15872
|
-
},
|
|
15873
|
-
"node_modules/markdownlint-cli/node_modules/micromark-extension-directive": {
|
|
15874
|
-
"version": "3.0.2",
|
|
15875
|
-
"resolved": "https://registry.npmjs.org/micromark-extension-directive/-/micromark-extension-directive-3.0.2.tgz",
|
|
15876
|
-
"integrity": "sha512-wjcXHgk+PPdmvR58Le9d7zQYWy+vKEU9Se44p2CrCDPiLr2FMyiT4Fyb5UFKFC66wGB3kPlgD7q3TnoqPS7SZA==",
|
|
15877
|
-
"dev": true,
|
|
15878
|
-
"license": "MIT",
|
|
15879
|
-
"dependencies": {
|
|
15880
|
-
"devlop": "^1.0.0",
|
|
15881
|
-
"micromark-factory-space": "^2.0.0",
|
|
15882
|
-
"micromark-factory-whitespace": "^2.0.0",
|
|
15883
|
-
"micromark-util-character": "^2.0.0",
|
|
15884
|
-
"micromark-util-symbol": "^2.0.0",
|
|
15885
|
-
"micromark-util-types": "^2.0.0",
|
|
15886
|
-
"parse-entities": "^4.0.0"
|
|
15887
|
-
},
|
|
15888
|
-
"funding": {
|
|
15889
|
-
"type": "opencollective",
|
|
15890
|
-
"url": "https://opencollective.com/unified"
|
|
15891
|
-
}
|
|
15892
|
-
},
|
|
15893
|
-
"node_modules/markdownlint-cli/node_modules/micromark-extension-gfm-table": {
|
|
15894
|
-
"version": "2.1.0",
|
|
15895
|
-
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.0.tgz",
|
|
15896
|
-
"integrity": "sha512-Ub2ncQv+fwD70/l4ou27b4YzfNaCJOvyX4HxXU15m7mpYY+rjuWzsLIPZHJL253Z643RpbcP1oeIJlQ/SKW67g==",
|
|
15897
|
-
"dev": true,
|
|
15898
|
-
"license": "MIT",
|
|
15899
|
-
"dependencies": {
|
|
15900
|
-
"devlop": "^1.0.0",
|
|
15901
|
-
"micromark-factory-space": "^2.0.0",
|
|
15902
|
-
"micromark-util-character": "^2.0.0",
|
|
15903
|
-
"micromark-util-symbol": "^2.0.0",
|
|
15904
|
-
"micromark-util-types": "^2.0.0"
|
|
15797
|
+
"node": "20 || >=22"
|
|
15905
15798
|
},
|
|
15906
15799
|
"funding": {
|
|
15907
|
-
"
|
|
15908
|
-
"url": "https://opencollective.com/unified"
|
|
15909
|
-
}
|
|
15910
|
-
},
|
|
15911
|
-
"node_modules/markdownlint-cli/node_modules/micromark-factory-space": {
|
|
15912
|
-
"version": "2.0.1",
|
|
15913
|
-
"resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
|
|
15914
|
-
"integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
|
|
15915
|
-
"dev": true,
|
|
15916
|
-
"funding": [
|
|
15917
|
-
{
|
|
15918
|
-
"type": "GitHub Sponsors",
|
|
15919
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
15920
|
-
},
|
|
15921
|
-
{
|
|
15922
|
-
"type": "OpenCollective",
|
|
15923
|
-
"url": "https://opencollective.com/unified"
|
|
15924
|
-
}
|
|
15925
|
-
],
|
|
15926
|
-
"license": "MIT",
|
|
15927
|
-
"dependencies": {
|
|
15928
|
-
"micromark-util-character": "^2.0.0",
|
|
15929
|
-
"micromark-util-types": "^2.0.0"
|
|
15930
|
-
}
|
|
15931
|
-
},
|
|
15932
|
-
"node_modules/markdownlint-cli/node_modules/micromark-util-character": {
|
|
15933
|
-
"version": "2.1.1",
|
|
15934
|
-
"resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
|
|
15935
|
-
"integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
|
|
15936
|
-
"dev": true,
|
|
15937
|
-
"funding": [
|
|
15938
|
-
{
|
|
15939
|
-
"type": "GitHub Sponsors",
|
|
15940
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
15941
|
-
},
|
|
15942
|
-
{
|
|
15943
|
-
"type": "OpenCollective",
|
|
15944
|
-
"url": "https://opencollective.com/unified"
|
|
15945
|
-
}
|
|
15946
|
-
],
|
|
15947
|
-
"license": "MIT",
|
|
15948
|
-
"dependencies": {
|
|
15949
|
-
"micromark-util-symbol": "^2.0.0",
|
|
15950
|
-
"micromark-util-types": "^2.0.0"
|
|
15800
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
15951
15801
|
}
|
|
15952
15802
|
},
|
|
15953
|
-
"node_modules/markdownlint-cli/node_modules/micromark-util-symbol": {
|
|
15954
|
-
"version": "2.0.1",
|
|
15955
|
-
"resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
|
|
15956
|
-
"integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
|
|
15957
|
-
"dev": true,
|
|
15958
|
-
"funding": [
|
|
15959
|
-
{
|
|
15960
|
-
"type": "GitHub Sponsors",
|
|
15961
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
15962
|
-
},
|
|
15963
|
-
{
|
|
15964
|
-
"type": "OpenCollective",
|
|
15965
|
-
"url": "https://opencollective.com/unified"
|
|
15966
|
-
}
|
|
15967
|
-
],
|
|
15968
|
-
"license": "MIT"
|
|
15969
|
-
},
|
|
15970
|
-
"node_modules/markdownlint-cli/node_modules/micromark-util-types": {
|
|
15971
|
-
"version": "2.0.1",
|
|
15972
|
-
"resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.1.tgz",
|
|
15973
|
-
"integrity": "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==",
|
|
15974
|
-
"dev": true,
|
|
15975
|
-
"funding": [
|
|
15976
|
-
{
|
|
15977
|
-
"type": "GitHub Sponsors",
|
|
15978
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
15979
|
-
},
|
|
15980
|
-
{
|
|
15981
|
-
"type": "OpenCollective",
|
|
15982
|
-
"url": "https://opencollective.com/unified"
|
|
15983
|
-
}
|
|
15984
|
-
],
|
|
15985
|
-
"license": "MIT"
|
|
15986
|
-
},
|
|
15987
15803
|
"node_modules/marked": {
|
|
15988
15804
|
"version": "9.1.6",
|
|
15989
15805
|
"resolved": "https://registry.npmjs.org/marked/-/marked-9.1.6.tgz",
|
|
@@ -19407,28 +19223,31 @@
|
|
|
19407
19223
|
"license": "MIT"
|
|
19408
19224
|
},
|
|
19409
19225
|
"node_modules/path-scurry": {
|
|
19410
|
-
"version": "
|
|
19411
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-
|
|
19412
|
-
"integrity": "sha512-
|
|
19226
|
+
"version": "2.0.0",
|
|
19227
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
|
|
19228
|
+
"integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
|
|
19413
19229
|
"dev": true,
|
|
19414
19230
|
"license": "BlueOak-1.0.0",
|
|
19415
19231
|
"dependencies": {
|
|
19416
|
-
"lru-cache": "^
|
|
19417
|
-
"minipass": "^
|
|
19232
|
+
"lru-cache": "^11.0.0",
|
|
19233
|
+
"minipass": "^7.1.2"
|
|
19418
19234
|
},
|
|
19419
19235
|
"engines": {
|
|
19420
|
-
"node": "
|
|
19236
|
+
"node": "20 || >=22"
|
|
19421
19237
|
},
|
|
19422
19238
|
"funding": {
|
|
19423
19239
|
"url": "https://github.com/sponsors/isaacs"
|
|
19424
19240
|
}
|
|
19425
19241
|
},
|
|
19426
19242
|
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
19427
|
-
"version": "
|
|
19428
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-
|
|
19429
|
-
"integrity": "sha512-
|
|
19243
|
+
"version": "11.1.0",
|
|
19244
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz",
|
|
19245
|
+
"integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==",
|
|
19430
19246
|
"dev": true,
|
|
19431
|
-
"license": "ISC"
|
|
19247
|
+
"license": "ISC",
|
|
19248
|
+
"engines": {
|
|
19249
|
+
"node": "20 || >=22"
|
|
19250
|
+
}
|
|
19432
19251
|
},
|
|
19433
19252
|
"node_modules/path-to-regexp": {
|
|
19434
19253
|
"version": "1.9.0",
|
|
@@ -23469,89 +23288,6 @@
|
|
|
23469
23288
|
"url": "https://github.com/sponsors/isaacs"
|
|
23470
23289
|
}
|
|
23471
23290
|
},
|
|
23472
|
-
"node_modules/rimraf/node_modules/glob": {
|
|
23473
|
-
"version": "11.0.2",
|
|
23474
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-11.0.2.tgz",
|
|
23475
|
-
"integrity": "sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==",
|
|
23476
|
-
"dev": true,
|
|
23477
|
-
"license": "ISC",
|
|
23478
|
-
"dependencies": {
|
|
23479
|
-
"foreground-child": "^3.1.0",
|
|
23480
|
-
"jackspeak": "^4.0.1",
|
|
23481
|
-
"minimatch": "^10.0.0",
|
|
23482
|
-
"minipass": "^7.1.2",
|
|
23483
|
-
"package-json-from-dist": "^1.0.0",
|
|
23484
|
-
"path-scurry": "^2.0.0"
|
|
23485
|
-
},
|
|
23486
|
-
"bin": {
|
|
23487
|
-
"glob": "dist/esm/bin.mjs"
|
|
23488
|
-
},
|
|
23489
|
-
"engines": {
|
|
23490
|
-
"node": "20 || >=22"
|
|
23491
|
-
},
|
|
23492
|
-
"funding": {
|
|
23493
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
23494
|
-
}
|
|
23495
|
-
},
|
|
23496
|
-
"node_modules/rimraf/node_modules/jackspeak": {
|
|
23497
|
-
"version": "4.1.0",
|
|
23498
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.0.tgz",
|
|
23499
|
-
"integrity": "sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==",
|
|
23500
|
-
"dev": true,
|
|
23501
|
-
"license": "BlueOak-1.0.0",
|
|
23502
|
-
"dependencies": {
|
|
23503
|
-
"@isaacs/cliui": "^8.0.2"
|
|
23504
|
-
},
|
|
23505
|
-
"engines": {
|
|
23506
|
-
"node": "20 || >=22"
|
|
23507
|
-
},
|
|
23508
|
-
"funding": {
|
|
23509
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
23510
|
-
}
|
|
23511
|
-
},
|
|
23512
|
-
"node_modules/rimraf/node_modules/lru-cache": {
|
|
23513
|
-
"version": "11.1.0",
|
|
23514
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz",
|
|
23515
|
-
"integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==",
|
|
23516
|
-
"dev": true,
|
|
23517
|
-
"license": "ISC",
|
|
23518
|
-
"engines": {
|
|
23519
|
-
"node": "20 || >=22"
|
|
23520
|
-
}
|
|
23521
|
-
},
|
|
23522
|
-
"node_modules/rimraf/node_modules/minimatch": {
|
|
23523
|
-
"version": "10.0.1",
|
|
23524
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz",
|
|
23525
|
-
"integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==",
|
|
23526
|
-
"dev": true,
|
|
23527
|
-
"license": "ISC",
|
|
23528
|
-
"dependencies": {
|
|
23529
|
-
"brace-expansion": "^2.0.1"
|
|
23530
|
-
},
|
|
23531
|
-
"engines": {
|
|
23532
|
-
"node": "20 || >=22"
|
|
23533
|
-
},
|
|
23534
|
-
"funding": {
|
|
23535
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
23536
|
-
}
|
|
23537
|
-
},
|
|
23538
|
-
"node_modules/rimraf/node_modules/path-scurry": {
|
|
23539
|
-
"version": "2.0.0",
|
|
23540
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
|
|
23541
|
-
"integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
|
|
23542
|
-
"dev": true,
|
|
23543
|
-
"license": "BlueOak-1.0.0",
|
|
23544
|
-
"dependencies": {
|
|
23545
|
-
"lru-cache": "^11.0.0",
|
|
23546
|
-
"minipass": "^7.1.2"
|
|
23547
|
-
},
|
|
23548
|
-
"engines": {
|
|
23549
|
-
"node": "20 || >=22"
|
|
23550
|
-
},
|
|
23551
|
-
"funding": {
|
|
23552
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
23553
|
-
}
|
|
23554
|
-
},
|
|
23555
23291
|
"node_modules/rtlcss": {
|
|
23556
23292
|
"version": "4.3.0",
|
|
23557
23293
|
"resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.3.0.tgz",
|
|
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
|