apify 2.5.1b5__tar.gz → 2.5.1b6__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.1b5 → apify-2.5.1b6}/PKG-INFO +1 -1
- {apify-2.5.1b5 → apify-2.5.1b6}/pyproject.toml +1 -1
- {apify-2.5.1b5 → apify-2.5.1b6}/website/package-lock.json +290 -23
- {apify-2.5.1b5 → apify-2.5.1b6}/website/package.json +1 -1
- {apify-2.5.1b5 → apify-2.5.1b6}/.editorconfig +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/.github/CODEOWNERS +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/.github/workflows/build_and_deploy_docs.yaml +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/.github/workflows/check_pr_title.yaml +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/.github/workflows/pre_release.yaml +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/.github/workflows/release.yaml +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/.github/workflows/run_code_checks.yaml +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/.github/workflows/update_new_issue.yaml +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/.gitignore +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/.markdownlint.yaml +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/.pre-commit-config.yaml +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/CHANGELOG.md +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/CONTRIBUTING.md +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/LICENSE +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/Makefile +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/README.md +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/01_overview/01_introduction.mdx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/01_overview/02_running_actors_locally.mdx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/01_overview/03_actor_structure.mdx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/01_overview/code/01_introduction.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/01_overview/code/actor_structure/__init__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/01_overview/code/actor_structure/__main__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/01_overview/code/actor_structure/main.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/01_overview/code/actor_structure/py.typed +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/02_guides/01_beautifulsoup_httpx.mdx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/02_guides/02_crawlee.mdx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/02_guides/03_playwright.mdx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/02_guides/04_selenium.mdx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/02_guides/05_scrapy.mdx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/02_guides/code/01_beautifulsoup_httpx.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/02_guides/code/02_crawlee_beautifulsoup.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/02_guides/code/02_crawlee_playwright.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/02_guides/code/03_playwright.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/02_guides/code/04_selenium.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/02_guides/code/scrapy_project/src/__init__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/02_guides/code/scrapy_project/src/__main__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/02_guides/code/scrapy_project/src/items.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/02_guides/code/scrapy_project/src/main.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/02_guides/code/scrapy_project/src/py.typed +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/02_guides/code/scrapy_project/src/settings.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/02_guides/code/scrapy_project/src/spiders/__init__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/02_guides/code/scrapy_project/src/spiders/py.typed +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/02_guides/code/scrapy_project/src/spiders/title.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/01_actor_lifecycle.mdx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/02_actor_input.mdx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/03_storages.mdx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/04_actor_events.mdx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/05_proxy_management.mdx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/06_interacting_with_other_actors.mdx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/07_webhooks.mdx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/08_access_apify_api.mdx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/09_running_webserver.mdx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/10_logging.mdx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/11_configuration.mdx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/12_pay_per_event.mdx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/01_context_manager.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/01_init_exit.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/01_reboot.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/01_status_message.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/02_input.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/03_dataset_exports.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/03_dataset_read_write.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/03_deleting_storages.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/03_kvs_iterating.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/03_kvs_public_url.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/03_kvs_read_write.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/03_opening_storages.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/03_rq.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/04_actor_events.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/05_apify_proxy.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/05_apify_proxy_config.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/05_custom_proxy.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/05_custom_proxy_function.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/05_proxy_actor_input.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/05_proxy_httpx.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/05_proxy_rotation.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/06_interacting_call.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/06_interacting_call_task.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/06_interacting_metamorph.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/06_interacting_start.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/07_webhook.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/07_webhook_preventing.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/08_actor_client.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/08_actor_new_client.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/09_webserver.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/10_log_config.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/10_logger_usage.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/11_config.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/actor_charge.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/03_concepts/code/conditional_actor_charge.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/04_upgrading/upgrading_to_v2.md +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/docs/pyproject.toml +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/renovate.json +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/__init__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/_actor.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/_charging.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/_configuration.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/_consts.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/_crypto.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/_models.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/_platform_event_manager.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/_proxy_configuration.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/_utils.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/apify_storage_client/__init__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/apify_storage_client/_apify_storage_client.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/apify_storage_client/_dataset_client.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/apify_storage_client/_dataset_collection_client.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/apify_storage_client/_key_value_store_client.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/apify_storage_client/_key_value_store_collection_client.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/apify_storage_client/_request_queue_client.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/apify_storage_client/_request_queue_collection_client.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/apify_storage_client/py.typed +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/log.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/py.typed +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/scrapy/__init__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/scrapy/_actor_runner.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/scrapy/_async_thread.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/scrapy/_logging_config.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/scrapy/extensions/__init__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/scrapy/extensions/_httpcache.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/scrapy/middlewares/__init__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/scrapy/middlewares/apify_proxy.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/scrapy/middlewares/py.typed +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/scrapy/pipelines/__init__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/scrapy/pipelines/actor_dataset_push.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/scrapy/pipelines/py.typed +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/scrapy/py.typed +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/scrapy/requests.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/scrapy/scheduler.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/scrapy/utils.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/storages/__init__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/storages/_request_list.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/src/apify/storages/py.typed +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/README.md +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/__init__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/_utils.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/actor_source_base/Dockerfile +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/actor_source_base/requirements.txt +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/actor_source_base/src/__init__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/actor_source_base/src/__main__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/actor_source_base/src/main.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/conftest.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/test_actor_api_helpers.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/test_actor_charge.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/test_actor_create_proxy_configuration.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/test_actor_dataset.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/test_actor_events.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/test_actor_key_value_store.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/test_actor_lifecycle.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/test_actor_log.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/test_actor_request_queue.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/test_actor_scrapy.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/test_fixtures.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/integration/test_request_queue.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/__init__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/actor/__init__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/actor/test_actor_create_proxy_configuration.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/actor/test_actor_dataset.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/actor/test_actor_env_helpers.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/actor/test_actor_helpers.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/actor/test_actor_key_value_store.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/actor/test_actor_lifecycle.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/actor/test_actor_log.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/actor/test_actor_non_default_instance.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/actor/test_actor_request_queue.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/actor/test_configuration.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/actor/test_request_list.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/conftest.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/scrapy/__init__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/scrapy/extensions/__init__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/scrapy/extensions/test_httpcache.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/scrapy/middlewares/__init__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/scrapy/middlewares/test_apify_proxy.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/scrapy/pipelines/__init__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/scrapy/pipelines/test_actor_dataset_push.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/scrapy/requests/__init__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/scrapy/requests/test_to_apify_request.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/scrapy/requests/test_to_scrapy_request.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/scrapy/utils/__init__.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/scrapy/utils/test_apply_apify_settings.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/scrapy/utils/test_get_basic_auth_header.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/test_crypto.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/test_platform_event_manager.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/tests/unit/test_proxy_configuration.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/uv.lock +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/website/.eslintrc.json +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/website/babel.config.js +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/website/build_api_reference.sh +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/website/docusaurus.config.js +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/website/generate_module_shortcuts.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/website/sidebars.js +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/website/src/components/ApiLink.jsx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/website/src/components/Gradients.jsx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/website/src/components/Highlights.jsx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/website/src/components/Highlights.module.css +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/website/src/components/RunnableCodeBlock.jsx +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/website/src/components/RunnableCodeBlock.module.css +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/website/src/css/custom.css +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/website/src/pages/home_page_example.py +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/website/src/pages/index.js +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/website/src/pages/index.module.css +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/website/static/.nojekyll +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/website/static/img/docs-og.png +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/website/tools/docs-prettier.config.js +0 -0
- {apify-2.5.1b5 → apify-2.5.1b6}/website/tools/utils/externalLink.js +0 -0
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"eslint": "^8.35.0",
|
|
30
30
|
"eslint-plugin-react": "^7.32.2",
|
|
31
31
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
32
|
-
"markdownlint": "^0.
|
|
32
|
+
"markdownlint": "^0.38.0",
|
|
33
33
|
"markdownlint-cli": "^0.44.0",
|
|
34
34
|
"path-browserify": "^1.0.1",
|
|
35
35
|
"prettier": "^3.0.0",
|
|
@@ -15712,24 +15712,23 @@
|
|
|
15712
15712
|
}
|
|
15713
15713
|
},
|
|
15714
15714
|
"node_modules/markdownlint": {
|
|
15715
|
-
"version": "0.
|
|
15716
|
-
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.
|
|
15717
|
-
"integrity": "sha512-
|
|
15715
|
+
"version": "0.38.0",
|
|
15716
|
+
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.38.0.tgz",
|
|
15717
|
+
"integrity": "sha512-xaSxkaU7wY/0852zGApM8LdlIfGCW8ETZ0Rr62IQtAnUMlMuifsg09vWJcNYeL4f0anvr8Vo4ZQar8jGpV0btQ==",
|
|
15718
15718
|
"dev": true,
|
|
15719
15719
|
"license": "MIT",
|
|
15720
15720
|
"dependencies": {
|
|
15721
|
-
"
|
|
15722
|
-
"micromark": "
|
|
15723
|
-
"micromark-
|
|
15724
|
-
"micromark-extension-directive": "3.0.2",
|
|
15721
|
+
"micromark": "4.0.2",
|
|
15722
|
+
"micromark-core-commonmark": "2.0.3",
|
|
15723
|
+
"micromark-extension-directive": "4.0.0",
|
|
15725
15724
|
"micromark-extension-gfm-autolink-literal": "2.1.0",
|
|
15726
15725
|
"micromark-extension-gfm-footnote": "2.1.0",
|
|
15727
|
-
"micromark-extension-gfm-table": "2.1.
|
|
15726
|
+
"micromark-extension-gfm-table": "2.1.1",
|
|
15728
15727
|
"micromark-extension-math": "3.1.0",
|
|
15729
|
-
"micromark-util-types": "2.0.
|
|
15728
|
+
"micromark-util-types": "2.0.2"
|
|
15730
15729
|
},
|
|
15731
15730
|
"engines": {
|
|
15732
|
-
"node": ">=
|
|
15731
|
+
"node": ">=20"
|
|
15733
15732
|
},
|
|
15734
15733
|
"funding": {
|
|
15735
15734
|
"url": "https://github.com/sponsors/DavidAnson"
|
|
@@ -15780,6 +15779,274 @@
|
|
|
15780
15779
|
"node": ">= 4"
|
|
15781
15780
|
}
|
|
15782
15781
|
},
|
|
15782
|
+
"node_modules/markdownlint-cli/node_modules/markdownlint": {
|
|
15783
|
+
"version": "0.37.4",
|
|
15784
|
+
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.37.4.tgz",
|
|
15785
|
+
"integrity": "sha512-u00joA/syf3VhWh6/ybVFkib5Zpj2e5KB/cfCei8fkSRuums6nyisTWGqjTWIOFoFwuXoTBQQiqlB4qFKp8ncQ==",
|
|
15786
|
+
"dev": true,
|
|
15787
|
+
"license": "MIT",
|
|
15788
|
+
"dependencies": {
|
|
15789
|
+
"markdown-it": "14.1.0",
|
|
15790
|
+
"micromark": "4.0.1",
|
|
15791
|
+
"micromark-core-commonmark": "2.0.2",
|
|
15792
|
+
"micromark-extension-directive": "3.0.2",
|
|
15793
|
+
"micromark-extension-gfm-autolink-literal": "2.1.0",
|
|
15794
|
+
"micromark-extension-gfm-footnote": "2.1.0",
|
|
15795
|
+
"micromark-extension-gfm-table": "2.1.0",
|
|
15796
|
+
"micromark-extension-math": "3.1.0",
|
|
15797
|
+
"micromark-util-types": "2.0.1"
|
|
15798
|
+
},
|
|
15799
|
+
"engines": {
|
|
15800
|
+
"node": ">=18"
|
|
15801
|
+
},
|
|
15802
|
+
"funding": {
|
|
15803
|
+
"url": "https://github.com/sponsors/DavidAnson"
|
|
15804
|
+
}
|
|
15805
|
+
},
|
|
15806
|
+
"node_modules/markdownlint-cli/node_modules/micromark": {
|
|
15807
|
+
"version": "4.0.1",
|
|
15808
|
+
"resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.1.tgz",
|
|
15809
|
+
"integrity": "sha512-eBPdkcoCNvYcxQOAKAlceo5SNdzZWfF+FcSupREAzdAh9rRmE239CEQAiTwIgblwnoM8zzj35sZ5ZwvSEOF6Kw==",
|
|
15810
|
+
"dev": true,
|
|
15811
|
+
"funding": [
|
|
15812
|
+
{
|
|
15813
|
+
"type": "GitHub Sponsors",
|
|
15814
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
15815
|
+
},
|
|
15816
|
+
{
|
|
15817
|
+
"type": "OpenCollective",
|
|
15818
|
+
"url": "https://opencollective.com/unified"
|
|
15819
|
+
}
|
|
15820
|
+
],
|
|
15821
|
+
"license": "MIT",
|
|
15822
|
+
"dependencies": {
|
|
15823
|
+
"@types/debug": "^4.0.0",
|
|
15824
|
+
"debug": "^4.0.0",
|
|
15825
|
+
"decode-named-character-reference": "^1.0.0",
|
|
15826
|
+
"devlop": "^1.0.0",
|
|
15827
|
+
"micromark-core-commonmark": "^2.0.0",
|
|
15828
|
+
"micromark-factory-space": "^2.0.0",
|
|
15829
|
+
"micromark-util-character": "^2.0.0",
|
|
15830
|
+
"micromark-util-chunked": "^2.0.0",
|
|
15831
|
+
"micromark-util-combine-extensions": "^2.0.0",
|
|
15832
|
+
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
15833
|
+
"micromark-util-encode": "^2.0.0",
|
|
15834
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
15835
|
+
"micromark-util-resolve-all": "^2.0.0",
|
|
15836
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
15837
|
+
"micromark-util-subtokenize": "^2.0.0",
|
|
15838
|
+
"micromark-util-symbol": "^2.0.0",
|
|
15839
|
+
"micromark-util-types": "^2.0.0"
|
|
15840
|
+
}
|
|
15841
|
+
},
|
|
15842
|
+
"node_modules/markdownlint-cli/node_modules/micromark-core-commonmark": {
|
|
15843
|
+
"version": "2.0.2",
|
|
15844
|
+
"resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.2.tgz",
|
|
15845
|
+
"integrity": "sha512-FKjQKbxd1cibWMM1P9N+H8TwlgGgSkWZMmfuVucLCHaYqeSvJ0hFeHsIa65pA2nYbes0f8LDHPMrd9X7Ujxg9w==",
|
|
15846
|
+
"dev": true,
|
|
15847
|
+
"funding": [
|
|
15848
|
+
{
|
|
15849
|
+
"type": "GitHub Sponsors",
|
|
15850
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
15851
|
+
},
|
|
15852
|
+
{
|
|
15853
|
+
"type": "OpenCollective",
|
|
15854
|
+
"url": "https://opencollective.com/unified"
|
|
15855
|
+
}
|
|
15856
|
+
],
|
|
15857
|
+
"license": "MIT",
|
|
15858
|
+
"dependencies": {
|
|
15859
|
+
"decode-named-character-reference": "^1.0.0",
|
|
15860
|
+
"devlop": "^1.0.0",
|
|
15861
|
+
"micromark-factory-destination": "^2.0.0",
|
|
15862
|
+
"micromark-factory-label": "^2.0.0",
|
|
15863
|
+
"micromark-factory-space": "^2.0.0",
|
|
15864
|
+
"micromark-factory-title": "^2.0.0",
|
|
15865
|
+
"micromark-factory-whitespace": "^2.0.0",
|
|
15866
|
+
"micromark-util-character": "^2.0.0",
|
|
15867
|
+
"micromark-util-chunked": "^2.0.0",
|
|
15868
|
+
"micromark-util-classify-character": "^2.0.0",
|
|
15869
|
+
"micromark-util-html-tag-name": "^2.0.0",
|
|
15870
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
15871
|
+
"micromark-util-resolve-all": "^2.0.0",
|
|
15872
|
+
"micromark-util-subtokenize": "^2.0.0",
|
|
15873
|
+
"micromark-util-symbol": "^2.0.0",
|
|
15874
|
+
"micromark-util-types": "^2.0.0"
|
|
15875
|
+
}
|
|
15876
|
+
},
|
|
15877
|
+
"node_modules/markdownlint-cli/node_modules/micromark-extension-gfm-table": {
|
|
15878
|
+
"version": "2.1.0",
|
|
15879
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.0.tgz",
|
|
15880
|
+
"integrity": "sha512-Ub2ncQv+fwD70/l4ou27b4YzfNaCJOvyX4HxXU15m7mpYY+rjuWzsLIPZHJL253Z643RpbcP1oeIJlQ/SKW67g==",
|
|
15881
|
+
"dev": true,
|
|
15882
|
+
"license": "MIT",
|
|
15883
|
+
"dependencies": {
|
|
15884
|
+
"devlop": "^1.0.0",
|
|
15885
|
+
"micromark-factory-space": "^2.0.0",
|
|
15886
|
+
"micromark-util-character": "^2.0.0",
|
|
15887
|
+
"micromark-util-symbol": "^2.0.0",
|
|
15888
|
+
"micromark-util-types": "^2.0.0"
|
|
15889
|
+
},
|
|
15890
|
+
"funding": {
|
|
15891
|
+
"type": "opencollective",
|
|
15892
|
+
"url": "https://opencollective.com/unified"
|
|
15893
|
+
}
|
|
15894
|
+
},
|
|
15895
|
+
"node_modules/markdownlint-cli/node_modules/micromark-factory-space": {
|
|
15896
|
+
"version": "2.0.1",
|
|
15897
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
|
|
15898
|
+
"integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
|
|
15899
|
+
"dev": true,
|
|
15900
|
+
"funding": [
|
|
15901
|
+
{
|
|
15902
|
+
"type": "GitHub Sponsors",
|
|
15903
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
15904
|
+
},
|
|
15905
|
+
{
|
|
15906
|
+
"type": "OpenCollective",
|
|
15907
|
+
"url": "https://opencollective.com/unified"
|
|
15908
|
+
}
|
|
15909
|
+
],
|
|
15910
|
+
"license": "MIT",
|
|
15911
|
+
"dependencies": {
|
|
15912
|
+
"micromark-util-character": "^2.0.0",
|
|
15913
|
+
"micromark-util-types": "^2.0.0"
|
|
15914
|
+
}
|
|
15915
|
+
},
|
|
15916
|
+
"node_modules/markdownlint-cli/node_modules/micromark-util-character": {
|
|
15917
|
+
"version": "2.1.1",
|
|
15918
|
+
"resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
|
|
15919
|
+
"integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
|
|
15920
|
+
"dev": true,
|
|
15921
|
+
"funding": [
|
|
15922
|
+
{
|
|
15923
|
+
"type": "GitHub Sponsors",
|
|
15924
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
15925
|
+
},
|
|
15926
|
+
{
|
|
15927
|
+
"type": "OpenCollective",
|
|
15928
|
+
"url": "https://opencollective.com/unified"
|
|
15929
|
+
}
|
|
15930
|
+
],
|
|
15931
|
+
"license": "MIT",
|
|
15932
|
+
"dependencies": {
|
|
15933
|
+
"micromark-util-symbol": "^2.0.0",
|
|
15934
|
+
"micromark-util-types": "^2.0.0"
|
|
15935
|
+
}
|
|
15936
|
+
},
|
|
15937
|
+
"node_modules/markdownlint-cli/node_modules/micromark-util-symbol": {
|
|
15938
|
+
"version": "2.0.1",
|
|
15939
|
+
"resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
|
|
15940
|
+
"integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
|
|
15941
|
+
"dev": true,
|
|
15942
|
+
"funding": [
|
|
15943
|
+
{
|
|
15944
|
+
"type": "GitHub Sponsors",
|
|
15945
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
15946
|
+
},
|
|
15947
|
+
{
|
|
15948
|
+
"type": "OpenCollective",
|
|
15949
|
+
"url": "https://opencollective.com/unified"
|
|
15950
|
+
}
|
|
15951
|
+
],
|
|
15952
|
+
"license": "MIT"
|
|
15953
|
+
},
|
|
15954
|
+
"node_modules/markdownlint-cli/node_modules/micromark-util-types": {
|
|
15955
|
+
"version": "2.0.1",
|
|
15956
|
+
"resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.1.tgz",
|
|
15957
|
+
"integrity": "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==",
|
|
15958
|
+
"dev": true,
|
|
15959
|
+
"funding": [
|
|
15960
|
+
{
|
|
15961
|
+
"type": "GitHub Sponsors",
|
|
15962
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
15963
|
+
},
|
|
15964
|
+
{
|
|
15965
|
+
"type": "OpenCollective",
|
|
15966
|
+
"url": "https://opencollective.com/unified"
|
|
15967
|
+
}
|
|
15968
|
+
],
|
|
15969
|
+
"license": "MIT"
|
|
15970
|
+
},
|
|
15971
|
+
"node_modules/markdownlint/node_modules/micromark-extension-directive": {
|
|
15972
|
+
"version": "4.0.0",
|
|
15973
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-directive/-/micromark-extension-directive-4.0.0.tgz",
|
|
15974
|
+
"integrity": "sha512-/C2nqVmXXmiseSSuCdItCMho7ybwwop6RrrRPk0KbOHW21JKoCldC+8rFOaundDoRBUWBnJJcxeA/Kvi34WQXg==",
|
|
15975
|
+
"dev": true,
|
|
15976
|
+
"license": "MIT",
|
|
15977
|
+
"dependencies": {
|
|
15978
|
+
"devlop": "^1.0.0",
|
|
15979
|
+
"micromark-factory-space": "^2.0.0",
|
|
15980
|
+
"micromark-factory-whitespace": "^2.0.0",
|
|
15981
|
+
"micromark-util-character": "^2.0.0",
|
|
15982
|
+
"micromark-util-symbol": "^2.0.0",
|
|
15983
|
+
"micromark-util-types": "^2.0.0",
|
|
15984
|
+
"parse-entities": "^4.0.0"
|
|
15985
|
+
},
|
|
15986
|
+
"funding": {
|
|
15987
|
+
"type": "opencollective",
|
|
15988
|
+
"url": "https://opencollective.com/unified"
|
|
15989
|
+
}
|
|
15990
|
+
},
|
|
15991
|
+
"node_modules/markdownlint/node_modules/micromark-factory-space": {
|
|
15992
|
+
"version": "2.0.1",
|
|
15993
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
|
|
15994
|
+
"integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
|
|
15995
|
+
"dev": true,
|
|
15996
|
+
"funding": [
|
|
15997
|
+
{
|
|
15998
|
+
"type": "GitHub Sponsors",
|
|
15999
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
16000
|
+
},
|
|
16001
|
+
{
|
|
16002
|
+
"type": "OpenCollective",
|
|
16003
|
+
"url": "https://opencollective.com/unified"
|
|
16004
|
+
}
|
|
16005
|
+
],
|
|
16006
|
+
"license": "MIT",
|
|
16007
|
+
"dependencies": {
|
|
16008
|
+
"micromark-util-character": "^2.0.0",
|
|
16009
|
+
"micromark-util-types": "^2.0.0"
|
|
16010
|
+
}
|
|
16011
|
+
},
|
|
16012
|
+
"node_modules/markdownlint/node_modules/micromark-util-character": {
|
|
16013
|
+
"version": "2.1.1",
|
|
16014
|
+
"resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
|
|
16015
|
+
"integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
|
|
16016
|
+
"dev": true,
|
|
16017
|
+
"funding": [
|
|
16018
|
+
{
|
|
16019
|
+
"type": "GitHub Sponsors",
|
|
16020
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
16021
|
+
},
|
|
16022
|
+
{
|
|
16023
|
+
"type": "OpenCollective",
|
|
16024
|
+
"url": "https://opencollective.com/unified"
|
|
16025
|
+
}
|
|
16026
|
+
],
|
|
16027
|
+
"license": "MIT",
|
|
16028
|
+
"dependencies": {
|
|
16029
|
+
"micromark-util-symbol": "^2.0.0",
|
|
16030
|
+
"micromark-util-types": "^2.0.0"
|
|
16031
|
+
}
|
|
16032
|
+
},
|
|
16033
|
+
"node_modules/markdownlint/node_modules/micromark-util-symbol": {
|
|
16034
|
+
"version": "2.0.1",
|
|
16035
|
+
"resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
|
|
16036
|
+
"integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
|
|
16037
|
+
"dev": true,
|
|
16038
|
+
"funding": [
|
|
16039
|
+
{
|
|
16040
|
+
"type": "GitHub Sponsors",
|
|
16041
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
16042
|
+
},
|
|
16043
|
+
{
|
|
16044
|
+
"type": "OpenCollective",
|
|
16045
|
+
"url": "https://opencollective.com/unified"
|
|
16046
|
+
}
|
|
16047
|
+
],
|
|
16048
|
+
"license": "MIT"
|
|
16049
|
+
},
|
|
15783
16050
|
"node_modules/marked": {
|
|
15784
16051
|
"version": "9.1.6",
|
|
15785
16052
|
"resolved": "https://registry.npmjs.org/marked/-/marked-9.1.6.tgz",
|
|
@@ -16449,9 +16716,9 @@
|
|
|
16449
16716
|
}
|
|
16450
16717
|
},
|
|
16451
16718
|
"node_modules/micromark": {
|
|
16452
|
-
"version": "4.0.
|
|
16453
|
-
"resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.
|
|
16454
|
-
"integrity": "sha512-
|
|
16719
|
+
"version": "4.0.2",
|
|
16720
|
+
"resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
|
|
16721
|
+
"integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
|
|
16455
16722
|
"funding": [
|
|
16456
16723
|
{
|
|
16457
16724
|
"type": "GitHub Sponsors",
|
|
@@ -16484,9 +16751,9 @@
|
|
|
16484
16751
|
}
|
|
16485
16752
|
},
|
|
16486
16753
|
"node_modules/micromark-core-commonmark": {
|
|
16487
|
-
"version": "2.0.
|
|
16488
|
-
"resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.
|
|
16489
|
-
"integrity": "sha512-
|
|
16754
|
+
"version": "2.0.3",
|
|
16755
|
+
"resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
|
|
16756
|
+
"integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
|
|
16490
16757
|
"funding": [
|
|
16491
16758
|
{
|
|
16492
16759
|
"type": "GitHub Sponsors",
|
|
@@ -16883,9 +17150,9 @@
|
|
|
16883
17150
|
"license": "MIT"
|
|
16884
17151
|
},
|
|
16885
17152
|
"node_modules/micromark-extension-gfm-table": {
|
|
16886
|
-
"version": "2.1.
|
|
16887
|
-
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.
|
|
16888
|
-
"integrity": "sha512-
|
|
17153
|
+
"version": "2.1.1",
|
|
17154
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
|
|
17155
|
+
"integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
|
|
16889
17156
|
"license": "MIT",
|
|
16890
17157
|
"dependencies": {
|
|
16891
17158
|
"devlop": "^1.0.0",
|
|
@@ -18240,9 +18507,9 @@
|
|
|
18240
18507
|
"license": "MIT"
|
|
18241
18508
|
},
|
|
18242
18509
|
"node_modules/micromark-util-types": {
|
|
18243
|
-
"version": "2.0.
|
|
18244
|
-
"resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.
|
|
18245
|
-
"integrity": "sha512-
|
|
18510
|
+
"version": "2.0.2",
|
|
18511
|
+
"resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
|
|
18512
|
+
"integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
|
|
18246
18513
|
"funding": [
|
|
18247
18514
|
{
|
|
18248
18515
|
"type": "GitHub Sponsors",
|
|
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
|
|
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
|