apify 2.5.1b14__tar.gz → 2.5.1b16__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.1b14 → apify-2.5.1b16}/PKG-INFO +1 -1
- {apify-2.5.1b14 → apify-2.5.1b16}/pyproject.toml +3 -3
- {apify-2.5.1b14 → apify-2.5.1b16}/uv.lock +40 -39
- {apify-2.5.1b14 → apify-2.5.1b16}/website/package-lock.json +52 -278
- {apify-2.5.1b14 → apify-2.5.1b16}/.editorconfig +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/.github/CODEOWNERS +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/.github/workflows/build_and_deploy_docs.yaml +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/.github/workflows/check_pr_title.yaml +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/.github/workflows/pre_release.yaml +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/.github/workflows/release.yaml +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/.github/workflows/run_code_checks.yaml +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/.github/workflows/update_new_issue.yaml +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/.gitignore +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/.markdownlint.yaml +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/.pre-commit-config.yaml +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/CHANGELOG.md +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/CONTRIBUTING.md +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/LICENSE +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/Makefile +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/README.md +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/01_overview/01_introduction.mdx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/01_overview/02_running_actors_locally.mdx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/01_overview/03_actor_structure.mdx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/01_overview/code/01_introduction.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/01_overview/code/actor_structure/__init__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/01_overview/code/actor_structure/__main__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/01_overview/code/actor_structure/main.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/01_overview/code/actor_structure/py.typed +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/02_guides/01_beautifulsoup_httpx.mdx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/02_guides/02_crawlee.mdx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/02_guides/03_playwright.mdx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/02_guides/04_selenium.mdx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/02_guides/05_scrapy.mdx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/02_guides/code/01_beautifulsoup_httpx.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/02_guides/code/02_crawlee_beautifulsoup.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/02_guides/code/02_crawlee_playwright.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/02_guides/code/03_playwright.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/02_guides/code/04_selenium.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/02_guides/code/scrapy_project/src/__init__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/02_guides/code/scrapy_project/src/__main__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/02_guides/code/scrapy_project/src/items.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/02_guides/code/scrapy_project/src/main.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/02_guides/code/scrapy_project/src/py.typed +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/02_guides/code/scrapy_project/src/settings.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/02_guides/code/scrapy_project/src/spiders/__init__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/02_guides/code/scrapy_project/src/spiders/py.typed +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/02_guides/code/scrapy_project/src/spiders/title.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/01_actor_lifecycle.mdx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/02_actor_input.mdx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/03_storages.mdx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/04_actor_events.mdx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/05_proxy_management.mdx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/06_interacting_with_other_actors.mdx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/07_webhooks.mdx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/08_access_apify_api.mdx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/09_running_webserver.mdx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/10_logging.mdx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/11_configuration.mdx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/12_pay_per_event.mdx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/01_context_manager.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/01_init_exit.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/01_reboot.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/01_status_message.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/02_input.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/03_dataset_exports.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/03_dataset_read_write.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/03_deleting_storages.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/03_kvs_iterating.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/03_kvs_public_url.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/03_kvs_read_write.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/03_opening_storages.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/03_rq.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/04_actor_events.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/05_apify_proxy.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/05_apify_proxy_config.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/05_custom_proxy.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/05_custom_proxy_function.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/05_proxy_actor_input.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/05_proxy_httpx.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/05_proxy_rotation.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/06_interacting_call.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/06_interacting_call_task.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/06_interacting_metamorph.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/06_interacting_start.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/07_webhook.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/07_webhook_preventing.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/08_actor_client.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/08_actor_new_client.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/09_webserver.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/10_log_config.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/10_logger_usage.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/11_config.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/actor_charge.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/03_concepts/code/conditional_actor_charge.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/04_upgrading/upgrading_to_v2.md +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/docs/pyproject.toml +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/renovate.json +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/__init__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/_actor.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/_charging.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/_configuration.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/_consts.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/_crypto.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/_models.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/_platform_event_manager.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/_proxy_configuration.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/_utils.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/apify_storage_client/__init__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/apify_storage_client/_apify_storage_client.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/apify_storage_client/_dataset_client.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/apify_storage_client/_dataset_collection_client.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/apify_storage_client/_key_value_store_client.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/apify_storage_client/_key_value_store_collection_client.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/apify_storage_client/_request_queue_client.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/apify_storage_client/_request_queue_collection_client.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/apify_storage_client/py.typed +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/log.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/py.typed +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/scrapy/__init__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/scrapy/_actor_runner.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/scrapy/_async_thread.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/scrapy/_logging_config.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/scrapy/extensions/__init__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/scrapy/extensions/_httpcache.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/scrapy/middlewares/__init__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/scrapy/middlewares/apify_proxy.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/scrapy/middlewares/py.typed +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/scrapy/pipelines/__init__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/scrapy/pipelines/actor_dataset_push.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/scrapy/pipelines/py.typed +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/scrapy/py.typed +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/scrapy/requests.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/scrapy/scheduler.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/scrapy/utils.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/storages/__init__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/storages/_request_list.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/src/apify/storages/py.typed +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/README.md +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/__init__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/_utils.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/actor_source_base/Dockerfile +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/actor_source_base/requirements.txt +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/actor_source_base/src/__init__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/actor_source_base/src/__main__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/actor_source_base/src/main.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/conftest.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/test_actor_api_helpers.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/test_actor_call_timeouts.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/test_actor_charge.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/test_actor_create_proxy_configuration.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/test_actor_dataset.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/test_actor_events.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/test_actor_key_value_store.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/test_actor_lifecycle.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/test_actor_log.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/test_actor_request_queue.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/test_actor_scrapy.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/test_fixtures.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/integration/test_request_queue.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/__init__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/actor/__init__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/actor/test_actor_create_proxy_configuration.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/actor/test_actor_dataset.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/actor/test_actor_env_helpers.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/actor/test_actor_helpers.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/actor/test_actor_key_value_store.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/actor/test_actor_lifecycle.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/actor/test_actor_log.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/actor/test_actor_non_default_instance.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/actor/test_actor_request_queue.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/actor/test_configuration.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/actor/test_request_list.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/conftest.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/scrapy/__init__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/scrapy/extensions/__init__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/scrapy/extensions/test_httpcache.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/scrapy/middlewares/__init__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/scrapy/middlewares/test_apify_proxy.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/scrapy/pipelines/__init__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/scrapy/pipelines/test_actor_dataset_push.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/scrapy/requests/__init__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/scrapy/requests/test_to_apify_request.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/scrapy/requests/test_to_scrapy_request.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/scrapy/utils/__init__.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/scrapy/utils/test_apply_apify_settings.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/scrapy/utils/test_get_basic_auth_header.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/test_crypto.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/test_platform_event_manager.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/tests/unit/test_proxy_configuration.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/.eslintrc.json +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/babel.config.js +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/build_api_reference.sh +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/docusaurus.config.js +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/generate_module_shortcuts.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/package.json +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/sidebars.js +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/src/components/ApiLink.jsx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/src/components/Gradients.jsx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/src/components/Highlights.jsx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/src/components/Highlights.module.css +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/src/components/RunnableCodeBlock.jsx +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/src/components/RunnableCodeBlock.module.css +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/src/css/custom.css +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/src/pages/home_page_example.py +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/src/pages/index.js +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/src/pages/index.module.css +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/static/.nojekyll +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/static/img/docs-og.png +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/tools/docs-prettier.config.js +0 -0
- {apify-2.5.1b14 → apify-2.5.1b16}/website/tools/utils/externalLink.js +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "apify"
|
|
7
|
-
version = "2.5.
|
|
7
|
+
version = "2.5.1b16"
|
|
8
8
|
description = "Apify SDK for Python"
|
|
9
9
|
authors = [{ name = "Apify Technologies s.r.o.", email = "support@apify.com" }]
|
|
10
10
|
license = { file = "LICENSE" }
|
|
@@ -62,13 +62,13 @@ scrapy = ["scrapy>=2.11.0"]
|
|
|
62
62
|
dev = [
|
|
63
63
|
"build~=1.2.0",
|
|
64
64
|
"griffe~=1.7.0",
|
|
65
|
-
"mypy~=1.
|
|
65
|
+
"mypy~=1.16.0",
|
|
66
66
|
"pre-commit~=4.2.0",
|
|
67
67
|
"pydoc-markdown~=4.8.0",
|
|
68
68
|
"pytest-asyncio~=1.0.0",
|
|
69
69
|
"pytest-cov~=6.1.0",
|
|
70
70
|
"pytest-only~=2.1.0",
|
|
71
|
-
"pytest-xdist~=3.
|
|
71
|
+
"pytest-xdist~=3.7.0",
|
|
72
72
|
"pytest~=8.3.0",
|
|
73
73
|
"respx~=0.22.0",
|
|
74
74
|
"ruff~=0.11.0",
|
|
@@ -87,14 +87,14 @@ provides-extras = ["scrapy"]
|
|
|
87
87
|
dev = [
|
|
88
88
|
{ name = "build", specifier = "~=1.2.0" },
|
|
89
89
|
{ name = "griffe", specifier = "~=1.7.0" },
|
|
90
|
-
{ name = "mypy", specifier = "~=1.
|
|
90
|
+
{ name = "mypy", specifier = "~=1.16.0" },
|
|
91
91
|
{ name = "pre-commit", specifier = "~=4.2.0" },
|
|
92
92
|
{ name = "pydoc-markdown", specifier = "~=4.8.0" },
|
|
93
93
|
{ name = "pytest", specifier = "~=8.3.0" },
|
|
94
94
|
{ name = "pytest-asyncio", specifier = "~=1.0.0" },
|
|
95
95
|
{ name = "pytest-cov", specifier = "~=6.1.0" },
|
|
96
96
|
{ name = "pytest-only", specifier = "~=2.1.0" },
|
|
97
|
-
{ name = "pytest-xdist", specifier = "~=3.
|
|
97
|
+
{ name = "pytest-xdist", specifier = "~=3.7.0" },
|
|
98
98
|
{ name = "respx", specifier = "~=0.22.0" },
|
|
99
99
|
{ name = "ruff", specifier = "~=0.11.0" },
|
|
100
100
|
{ name = "setuptools" },
|
|
@@ -1386,46 +1386,47 @@ wheels = [
|
|
|
1386
1386
|
|
|
1387
1387
|
[[package]]
|
|
1388
1388
|
name = "mypy"
|
|
1389
|
-
version = "1.
|
|
1389
|
+
version = "1.16.0"
|
|
1390
1390
|
source = { registry = "https://pypi.org/simple" }
|
|
1391
1391
|
dependencies = [
|
|
1392
1392
|
{ name = "mypy-extensions" },
|
|
1393
|
+
{ name = "pathspec" },
|
|
1393
1394
|
{ name = "tomli", marker = "python_full_version < '3.11'" },
|
|
1394
1395
|
{ name = "typing-extensions" },
|
|
1395
1396
|
]
|
|
1396
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1397
|
-
wheels = [
|
|
1398
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1399
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1400
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1401
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1402
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1403
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1404
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1405
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1406
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1407
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1408
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1409
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1410
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1411
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1412
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1413
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1414
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1415
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1416
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1417
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1418
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1419
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1420
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1421
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1422
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1423
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1424
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1425
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1426
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1427
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1428
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1397
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d4/38/13c2f1abae94d5ea0354e146b95a1be9b2137a0d506728e0da037c4276f6/mypy-1.16.0.tar.gz", hash = "sha256:84b94283f817e2aa6350a14b4a8fb2a35a53c286f97c9d30f53b63620e7af8ab", size = 3323139, upload-time = "2025-05-29T13:46:12.532Z" }
|
|
1398
|
+
wheels = [
|
|
1399
|
+
{ url = "https://files.pythonhosted.org/packages/64/5e/a0485f0608a3d67029d3d73cec209278b025e3493a3acfda3ef3a88540fd/mypy-1.16.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:7909541fef256527e5ee9c0a7e2aeed78b6cda72ba44298d1334fe7881b05c5c", size = 10967416, upload-time = "2025-05-29T13:34:17.783Z" },
|
|
1400
|
+
{ url = "https://files.pythonhosted.org/packages/4b/53/5837c221f74c0d53a4bfc3003296f8179c3a2a7f336d7de7bbafbe96b688/mypy-1.16.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:e71d6f0090c2256c713ed3d52711d01859c82608b5d68d4fa01a3fe30df95571", size = 10087654, upload-time = "2025-05-29T13:32:37.878Z" },
|
|
1401
|
+
{ url = "https://files.pythonhosted.org/packages/29/59/5fd2400352c3093bed4c09017fe671d26bc5bb7e6ef2d4bf85f2a2488104/mypy-1.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:936ccfdd749af4766be824268bfe22d1db9eb2f34a3ea1d00ffbe5b5265f5491", size = 11875192, upload-time = "2025-05-29T13:34:54.281Z" },
|
|
1402
|
+
{ url = "https://files.pythonhosted.org/packages/ad/3e/4bfec74663a64c2012f3e278dbc29ffe82b121bc551758590d1b6449ec0c/mypy-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4086883a73166631307fdd330c4a9080ce24913d4f4c5ec596c601b3a4bdd777", size = 12612939, upload-time = "2025-05-29T13:33:14.766Z" },
|
|
1403
|
+
{ url = "https://files.pythonhosted.org/packages/88/1f/fecbe3dcba4bf2ca34c26ca016383a9676711907f8db4da8354925cbb08f/mypy-1.16.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:feec38097f71797da0231997e0de3a58108c51845399669ebc532c815f93866b", size = 12874719, upload-time = "2025-05-29T13:21:52.09Z" },
|
|
1404
|
+
{ url = "https://files.pythonhosted.org/packages/f3/51/c2d280601cd816c43dfa512a759270d5a5ef638d7ac9bea9134c8305a12f/mypy-1.16.0-cp310-cp310-win_amd64.whl", hash = "sha256:09a8da6a0ee9a9770b8ff61b39c0bb07971cda90e7297f4213741b48a0cc8d93", size = 9487053, upload-time = "2025-05-29T13:33:29.797Z" },
|
|
1405
|
+
{ url = "https://files.pythonhosted.org/packages/24/c4/ff2f79db7075c274fe85b5fff8797d29c6b61b8854c39e3b7feb556aa377/mypy-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:9f826aaa7ff8443bac6a494cf743f591488ea940dd360e7dd330e30dd772a5ab", size = 10884498, upload-time = "2025-05-29T13:18:54.066Z" },
|
|
1406
|
+
{ url = "https://files.pythonhosted.org/packages/02/07/12198e83006235f10f6a7808917376b5d6240a2fd5dce740fe5d2ebf3247/mypy-1.16.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:82d056e6faa508501af333a6af192c700b33e15865bda49611e3d7d8358ebea2", size = 10011755, upload-time = "2025-05-29T13:34:00.851Z" },
|
|
1407
|
+
{ url = "https://files.pythonhosted.org/packages/f1/9b/5fd5801a72b5d6fb6ec0105ea1d0e01ab2d4971893076e558d4b6d6b5f80/mypy-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:089bedc02307c2548eb51f426e085546db1fa7dd87fbb7c9fa561575cf6eb1ff", size = 11800138, upload-time = "2025-05-29T13:32:55.082Z" },
|
|
1408
|
+
{ url = "https://files.pythonhosted.org/packages/2e/81/a117441ea5dfc3746431e51d78a4aca569c677aa225bca2cc05a7c239b61/mypy-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6a2322896003ba66bbd1318c10d3afdfe24e78ef12ea10e2acd985e9d684a666", size = 12533156, upload-time = "2025-05-29T13:19:12.963Z" },
|
|
1409
|
+
{ url = "https://files.pythonhosted.org/packages/3f/38/88ec57c6c86014d3f06251e00f397b5a7daa6888884d0abf187e4f5f587f/mypy-1.16.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:021a68568082c5b36e977d54e8f1de978baf401a33884ffcea09bd8e88a98f4c", size = 12742426, upload-time = "2025-05-29T13:20:22.72Z" },
|
|
1410
|
+
{ url = "https://files.pythonhosted.org/packages/bd/53/7e9d528433d56e6f6f77ccf24af6ce570986c2d98a5839e4c2009ef47283/mypy-1.16.0-cp311-cp311-win_amd64.whl", hash = "sha256:54066fed302d83bf5128632d05b4ec68412e1f03ef2c300434057d66866cea4b", size = 9478319, upload-time = "2025-05-29T13:21:17.582Z" },
|
|
1411
|
+
{ url = "https://files.pythonhosted.org/packages/70/cf/158e5055e60ca2be23aec54a3010f89dcffd788732634b344fc9cb1e85a0/mypy-1.16.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:c5436d11e89a3ad16ce8afe752f0f373ae9620841c50883dc96f8b8805620b13", size = 11062927, upload-time = "2025-05-29T13:35:52.328Z" },
|
|
1412
|
+
{ url = "https://files.pythonhosted.org/packages/94/34/cfff7a56be1609f5d10ef386342ce3494158e4d506516890142007e6472c/mypy-1.16.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f2622af30bf01d8fc36466231bdd203d120d7a599a6d88fb22bdcb9dbff84090", size = 10083082, upload-time = "2025-05-29T13:35:33.378Z" },
|
|
1413
|
+
{ url = "https://files.pythonhosted.org/packages/b3/7f/7242062ec6288c33d8ad89574df87c3903d394870e5e6ba1699317a65075/mypy-1.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d045d33c284e10a038f5e29faca055b90eee87da3fc63b8889085744ebabb5a1", size = 11828306, upload-time = "2025-05-29T13:21:02.164Z" },
|
|
1414
|
+
{ url = "https://files.pythonhosted.org/packages/6f/5f/b392f7b4f659f5b619ce5994c5c43caab3d80df2296ae54fa888b3d17f5a/mypy-1.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b4968f14f44c62e2ec4a038c8797a87315be8df7740dc3ee8d3bfe1c6bf5dba8", size = 12702764, upload-time = "2025-05-29T13:20:42.826Z" },
|
|
1415
|
+
{ url = "https://files.pythonhosted.org/packages/9b/c0/7646ef3a00fa39ac9bc0938626d9ff29d19d733011be929cfea59d82d136/mypy-1.16.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:eb14a4a871bb8efb1e4a50360d4e3c8d6c601e7a31028a2c79f9bb659b63d730", size = 12896233, upload-time = "2025-05-29T13:18:37.446Z" },
|
|
1416
|
+
{ url = "https://files.pythonhosted.org/packages/6d/38/52f4b808b3fef7f0ef840ee8ff6ce5b5d77381e65425758d515cdd4f5bb5/mypy-1.16.0-cp312-cp312-win_amd64.whl", hash = "sha256:bd4e1ebe126152a7bbaa4daedd781c90c8f9643c79b9748caa270ad542f12bec", size = 9565547, upload-time = "2025-05-29T13:20:02.836Z" },
|
|
1417
|
+
{ url = "https://files.pythonhosted.org/packages/97/9c/ca03bdbefbaa03b264b9318a98950a9c683e06472226b55472f96ebbc53d/mypy-1.16.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:a9e056237c89f1587a3be1a3a70a06a698d25e2479b9a2f57325ddaaffc3567b", size = 11059753, upload-time = "2025-05-29T13:18:18.167Z" },
|
|
1418
|
+
{ url = "https://files.pythonhosted.org/packages/36/92/79a969b8302cfe316027c88f7dc6fee70129490a370b3f6eb11d777749d0/mypy-1.16.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:0b07e107affb9ee6ce1f342c07f51552d126c32cd62955f59a7db94a51ad12c0", size = 10073338, upload-time = "2025-05-29T13:19:48.079Z" },
|
|
1419
|
+
{ url = "https://files.pythonhosted.org/packages/14/9b/a943f09319167da0552d5cd722104096a9c99270719b1afeea60d11610aa/mypy-1.16.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c6fb60cbd85dc65d4d63d37cb5c86f4e3a301ec605f606ae3a9173e5cf34997b", size = 11827764, upload-time = "2025-05-29T13:46:04.47Z" },
|
|
1420
|
+
{ url = "https://files.pythonhosted.org/packages/ec/64/ff75e71c65a0cb6ee737287c7913ea155845a556c64144c65b811afdb9c7/mypy-1.16.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a7e32297a437cc915599e0578fa6bc68ae6a8dc059c9e009c628e1c47f91495d", size = 12701356, upload-time = "2025-05-29T13:35:13.553Z" },
|
|
1421
|
+
{ url = "https://files.pythonhosted.org/packages/0a/ad/0e93c18987a1182c350f7a5fab70550852f9fabe30ecb63bfbe51b602074/mypy-1.16.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:afe420c9380ccec31e744e8baff0d406c846683681025db3531b32db56962d52", size = 12900745, upload-time = "2025-05-29T13:17:24.409Z" },
|
|
1422
|
+
{ url = "https://files.pythonhosted.org/packages/28/5d/036c278d7a013e97e33f08c047fe5583ab4f1fc47c9a49f985f1cdd2a2d7/mypy-1.16.0-cp313-cp313-win_amd64.whl", hash = "sha256:55f9076c6ce55dd3f8cd0c6fff26a008ca8e5131b89d5ba6d86bd3f47e736eeb", size = 9572200, upload-time = "2025-05-29T13:33:44.92Z" },
|
|
1423
|
+
{ url = "https://files.pythonhosted.org/packages/bd/eb/c0759617fe2159aee7a653f13cceafbf7f0b6323b4197403f2e587ca947d/mypy-1.16.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f56236114c425620875c7cf71700e3d60004858da856c6fc78998ffe767b73d3", size = 10956081, upload-time = "2025-05-29T13:19:32.264Z" },
|
|
1424
|
+
{ url = "https://files.pythonhosted.org/packages/70/35/df3c74a2967bdf86edea58b265feeec181d693432faed1c3b688b7c231e3/mypy-1.16.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:15486beea80be24ff067d7d0ede673b001d0d684d0095803b3e6e17a886a2a92", size = 10084422, upload-time = "2025-05-29T13:18:01.437Z" },
|
|
1425
|
+
{ url = "https://files.pythonhosted.org/packages/b3/07/145ffe29f4b577219943b7b1dc0a71df7ead3c5bed4898686bd87c5b5cc2/mypy-1.16.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f2ed0e0847a80655afa2c121835b848ed101cc7b8d8d6ecc5205aedc732b1436", size = 11879670, upload-time = "2025-05-29T13:17:45.971Z" },
|
|
1426
|
+
{ url = "https://files.pythonhosted.org/packages/c6/94/0421562d6b046e22986758c9ae31865d10ea0ba607ae99b32c9d18b16f66/mypy-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:eb5fbc8063cb4fde7787e4c0406aa63094a34a2daf4673f359a1fb64050e9cb2", size = 12610528, upload-time = "2025-05-29T13:34:36.983Z" },
|
|
1427
|
+
{ url = "https://files.pythonhosted.org/packages/1a/f1/39a22985b78c766a594ae1e0bbb6f8bdf5f31ea8d0c52291a3c211fd3cd5/mypy-1.16.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:a5fcfdb7318c6a8dd127b14b1052743b83e97a970f0edb6c913211507a255e20", size = 12871923, upload-time = "2025-05-29T13:32:21.823Z" },
|
|
1428
|
+
{ url = "https://files.pythonhosted.org/packages/f3/8e/84db4fb0d01f43d2c82fa9072ca72a42c49e52d58f44307bbd747c977bc2/mypy-1.16.0-cp39-cp39-win_amd64.whl", hash = "sha256:2e7e0ad35275e02797323a5aa1be0b14a4d03ffdb2e5f2b0489fa07b89c67b21", size = 9482931, upload-time = "2025-05-29T13:21:32.326Z" },
|
|
1429
|
+
{ url = "https://files.pythonhosted.org/packages/99/a3/6ed10530dec8e0fdc890d81361260c9ef1f5e5c217ad8c9b21ecb2b8366b/mypy-1.16.0-py3-none-any.whl", hash = "sha256:29e1499864a3888bca5c1542f2d7232c6e586295183320caa95758fc84034031", size = 2265773, upload-time = "2025-05-29T13:35:18.762Z" },
|
|
1429
1430
|
]
|
|
1430
1431
|
|
|
1431
1432
|
[[package]]
|
|
@@ -1973,15 +1974,15 @@ wheels = [
|
|
|
1973
1974
|
|
|
1974
1975
|
[[package]]
|
|
1975
1976
|
name = "pytest-xdist"
|
|
1976
|
-
version = "3.
|
|
1977
|
+
version = "3.7.0"
|
|
1977
1978
|
source = { registry = "https://pypi.org/simple" }
|
|
1978
1979
|
dependencies = [
|
|
1979
1980
|
{ name = "execnet" },
|
|
1980
1981
|
{ name = "pytest" },
|
|
1981
1982
|
]
|
|
1982
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1983
|
+
sdist = { url = "https://files.pythonhosted.org/packages/49/dc/865845cfe987b21658e871d16e0a24e871e00884c545f246dd8f6f69edda/pytest_xdist-3.7.0.tar.gz", hash = "sha256:f9248c99a7c15b7d2f90715df93610353a485827bc06eefb6566d23f6400f126", size = 87550, upload-time = "2025-05-26T21:18:20.251Z" }
|
|
1983
1984
|
wheels = [
|
|
1984
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1985
|
+
{ url = "https://files.pythonhosted.org/packages/0d/b2/0e802fde6f1c5b2f7ae7e9ad42b83fd4ecebac18a8a8c2f2f14e39dce6e1/pytest_xdist-3.7.0-py3-none-any.whl", hash = "sha256:7d3fbd255998265052435eb9daa4e99b62e6fb9cfb6efd1f858d4d8c0c7f0ca0", size = 46142, upload-time = "2025-05-26T21:18:18.759Z" },
|
|
1985
1986
|
]
|
|
1986
1987
|
|
|
1987
1988
|
[[package]]
|
|
@@ -392,14 +392,14 @@
|
|
|
392
392
|
}
|
|
393
393
|
},
|
|
394
394
|
"node_modules/@apify/docs-search-modal": {
|
|
395
|
-
"version": "1.2.
|
|
396
|
-
"resolved": "https://registry.npmjs.org/@apify/docs-search-modal/-/docs-search-modal-1.2.
|
|
397
|
-
"integrity": "sha512-
|
|
395
|
+
"version": "1.2.2",
|
|
396
|
+
"resolved": "https://registry.npmjs.org/@apify/docs-search-modal/-/docs-search-modal-1.2.2.tgz",
|
|
397
|
+
"integrity": "sha512-pvHEx7DkM19flFv8fZixxRaDA4wD2GlAouAUhF32UnFjLt7ZQHTmegx6KYzvOXYgRKWokkSNIbbSk11uAdTlpQ==",
|
|
398
398
|
"license": "ISC",
|
|
399
399
|
"dependencies": {
|
|
400
400
|
"@algolia/autocomplete-js": "^1.10.0",
|
|
401
401
|
"@algolia/autocomplete-theme-classic": "^1.10.0",
|
|
402
|
-
"@apify/ui-library": "
|
|
402
|
+
"@apify/ui-library": "*",
|
|
403
403
|
"algoliasearch": "^4.19.1",
|
|
404
404
|
"html-entities": "^2.4.0",
|
|
405
405
|
"react-hotkeys-hook": "^4.4.1",
|
|
@@ -493,21 +493,23 @@
|
|
|
493
493
|
}
|
|
494
494
|
},
|
|
495
495
|
"node_modules/@apify/docs-search-modal/node_modules/@apify/ui-library": {
|
|
496
|
-
"version": "0.
|
|
497
|
-
"resolved": "https://registry.npmjs.org/@apify/ui-library/-/ui-library-0.
|
|
498
|
-
"integrity": "sha512-
|
|
496
|
+
"version": "0.70.0",
|
|
497
|
+
"resolved": "https://registry.npmjs.org/@apify/ui-library/-/ui-library-0.70.0.tgz",
|
|
498
|
+
"integrity": "sha512-F5GVzMhnbFlPvuZrNr5iORGxT974JfFtjfaejT3yXq+ku0t/4pPXJymt0DW0ilxD2+VSDlTTnA95ELhCBoJCSw==",
|
|
499
499
|
"license": "Apache-2.0",
|
|
500
500
|
"dependencies": {
|
|
501
|
-
"@apify/ui-icons": "^0.
|
|
501
|
+
"@apify/ui-icons": "^0.11.0",
|
|
502
502
|
"@floating-ui/react": "^0.26.2",
|
|
503
|
+
"@react-hook/resize-observer": "^2.0.2",
|
|
503
504
|
"clsx": "^2.0.0",
|
|
504
505
|
"dayjs": "1.11.9",
|
|
505
506
|
"fast-average-color": "^9.4.0",
|
|
506
507
|
"history": "^5.3.0",
|
|
507
508
|
"lodash": "^4.17.21",
|
|
509
|
+
"prism-react-renderer": "^2.4.1",
|
|
510
|
+
"prismjs": "^1.30.0",
|
|
508
511
|
"query-string": "^8.1.0",
|
|
509
512
|
"react-markdown": "^8.0.5",
|
|
510
|
-
"react-syntax-highlighter": "^15.5.0",
|
|
511
513
|
"rehype-raw": "^6.1.1",
|
|
512
514
|
"rehype-sanitize": "^6.0.0",
|
|
513
515
|
"remark-gfm": "^3.0.1",
|
|
@@ -523,9 +525,9 @@
|
|
|
523
525
|
}
|
|
524
526
|
},
|
|
525
527
|
"node_modules/@apify/docs-search-modal/node_modules/@apify/ui-library/node_modules/@apify/ui-icons": {
|
|
526
|
-
"version": "0.
|
|
527
|
-
"resolved": "https://registry.npmjs.org/@apify/ui-icons/-/ui-icons-0.
|
|
528
|
-
"integrity": "sha512-
|
|
528
|
+
"version": "0.11.0",
|
|
529
|
+
"resolved": "https://registry.npmjs.org/@apify/ui-icons/-/ui-icons-0.11.0.tgz",
|
|
530
|
+
"integrity": "sha512-dtPxX6jBOvPTMqmR8rKbLf/fcBN+KDaEqf6rOjx/iCjIkQO14cEg0oPPdJY7EeqJR00RERyWqjVOxT6As+Pmaw==",
|
|
529
531
|
"hasInstallScript": true,
|
|
530
532
|
"license": "Apache-2.0",
|
|
531
533
|
"dependencies": {
|
|
@@ -1586,12 +1588,12 @@
|
|
|
1586
1588
|
}
|
|
1587
1589
|
},
|
|
1588
1590
|
"node_modules/@apify/docs-theme": {
|
|
1589
|
-
"version": "1.0.
|
|
1590
|
-
"resolved": "https://registry.npmjs.org/@apify/docs-theme/-/docs-theme-1.0.
|
|
1591
|
-
"integrity": "sha512-
|
|
1591
|
+
"version": "1.0.176",
|
|
1592
|
+
"resolved": "https://registry.npmjs.org/@apify/docs-theme/-/docs-theme-1.0.176.tgz",
|
|
1593
|
+
"integrity": "sha512-zENfXKq//xvw9RX+4m48qiWXU7+R/fYE0mBbF8XofE2C2ZHNaCOnyZ5285t5lpL8fdhSnQcVu6SkYavRZi4rqA==",
|
|
1592
1594
|
"license": "ISC",
|
|
1593
1595
|
"dependencies": {
|
|
1594
|
-
"@apify/docs-search-modal": "^1.2.
|
|
1596
|
+
"@apify/docs-search-modal": "^1.2.2",
|
|
1595
1597
|
"@docusaurus/theme-common": "3.7.0",
|
|
1596
1598
|
"@stackql/docusaurus-plugin-hubspot": "^1.1.0",
|
|
1597
1599
|
"algoliasearch": "^5.19.0",
|
|
@@ -6280,6 +6282,37 @@
|
|
|
6280
6282
|
"integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
|
|
6281
6283
|
"license": "MIT"
|
|
6282
6284
|
},
|
|
6285
|
+
"node_modules/@react-hook/latest": {
|
|
6286
|
+
"version": "1.0.3",
|
|
6287
|
+
"resolved": "https://registry.npmjs.org/@react-hook/latest/-/latest-1.0.3.tgz",
|
|
6288
|
+
"integrity": "sha512-dy6duzl+JnAZcDbNTfmaP3xHiKtbXYOaz3G51MGVljh548Y8MWzTr+PHLOfvpypEVW9zwvl+VyKjbWKEVbV1Rg==",
|
|
6289
|
+
"license": "MIT",
|
|
6290
|
+
"peerDependencies": {
|
|
6291
|
+
"react": ">=16.8"
|
|
6292
|
+
}
|
|
6293
|
+
},
|
|
6294
|
+
"node_modules/@react-hook/passive-layout-effect": {
|
|
6295
|
+
"version": "1.2.1",
|
|
6296
|
+
"resolved": "https://registry.npmjs.org/@react-hook/passive-layout-effect/-/passive-layout-effect-1.2.1.tgz",
|
|
6297
|
+
"integrity": "sha512-IwEphTD75liO8g+6taS+4oqz+nnroocNfWVHWz7j+N+ZO2vYrc6PV1q7GQhuahL0IOR7JccFTsFKQ/mb6iZWAg==",
|
|
6298
|
+
"license": "MIT",
|
|
6299
|
+
"peerDependencies": {
|
|
6300
|
+
"react": ">=16.8"
|
|
6301
|
+
}
|
|
6302
|
+
},
|
|
6303
|
+
"node_modules/@react-hook/resize-observer": {
|
|
6304
|
+
"version": "2.0.2",
|
|
6305
|
+
"resolved": "https://registry.npmjs.org/@react-hook/resize-observer/-/resize-observer-2.0.2.tgz",
|
|
6306
|
+
"integrity": "sha512-tzKKzxNpfE5TWmxuv+5Ae3IF58n0FQgQaWJmcbYkjXTRZATXxClnTprQ2uuYygYTpu1pqbBskpwMpj6jpT1djA==",
|
|
6307
|
+
"license": "MIT",
|
|
6308
|
+
"dependencies": {
|
|
6309
|
+
"@react-hook/latest": "^1.0.2",
|
|
6310
|
+
"@react-hook/passive-layout-effect": "^1.2.0"
|
|
6311
|
+
},
|
|
6312
|
+
"peerDependencies": {
|
|
6313
|
+
"react": ">=18"
|
|
6314
|
+
}
|
|
6315
|
+
},
|
|
6283
6316
|
"node_modules/@rspack/binding": {
|
|
6284
6317
|
"version": "1.3.11",
|
|
6285
6318
|
"resolved": "https://registry.npmjs.org/@rspack/binding/-/binding-1.3.11.tgz",
|
|
@@ -13735,21 +13768,6 @@
|
|
|
13735
13768
|
"he": "bin/he"
|
|
13736
13769
|
}
|
|
13737
13770
|
},
|
|
13738
|
-
"node_modules/highlight.js": {
|
|
13739
|
-
"version": "10.7.3",
|
|
13740
|
-
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz",
|
|
13741
|
-
"integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==",
|
|
13742
|
-
"license": "BSD-3-Clause",
|
|
13743
|
-
"engines": {
|
|
13744
|
-
"node": "*"
|
|
13745
|
-
}
|
|
13746
|
-
},
|
|
13747
|
-
"node_modules/highlightjs-vue": {
|
|
13748
|
-
"version": "1.0.0",
|
|
13749
|
-
"resolved": "https://registry.npmjs.org/highlightjs-vue/-/highlightjs-vue-1.0.0.tgz",
|
|
13750
|
-
"integrity": "sha512-PDEfEF102G23vHmPhLyPboFCD+BkMGu+GuJe2d9/eH4FsCwvgBpnc9n0pGE+ffKdph38s6foEZiEjdgHdzp+IA==",
|
|
13751
|
-
"license": "CC0-1.0"
|
|
13752
|
-
},
|
|
13753
13771
|
"node_modules/history": {
|
|
13754
13772
|
"version": "4.10.1",
|
|
13755
13773
|
"resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz",
|
|
@@ -15673,33 +15691,6 @@
|
|
|
15673
15691
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
15674
15692
|
}
|
|
15675
15693
|
},
|
|
15676
|
-
"node_modules/lowlight": {
|
|
15677
|
-
"version": "1.20.0",
|
|
15678
|
-
"resolved": "https://registry.npmjs.org/lowlight/-/lowlight-1.20.0.tgz",
|
|
15679
|
-
"integrity": "sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw==",
|
|
15680
|
-
"license": "MIT",
|
|
15681
|
-
"dependencies": {
|
|
15682
|
-
"fault": "^1.0.0",
|
|
15683
|
-
"highlight.js": "~10.7.0"
|
|
15684
|
-
},
|
|
15685
|
-
"funding": {
|
|
15686
|
-
"type": "github",
|
|
15687
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
15688
|
-
}
|
|
15689
|
-
},
|
|
15690
|
-
"node_modules/lowlight/node_modules/fault": {
|
|
15691
|
-
"version": "1.0.4",
|
|
15692
|
-
"resolved": "https://registry.npmjs.org/fault/-/fault-1.0.4.tgz",
|
|
15693
|
-
"integrity": "sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==",
|
|
15694
|
-
"license": "MIT",
|
|
15695
|
-
"dependencies": {
|
|
15696
|
-
"format": "^0.2.0"
|
|
15697
|
-
},
|
|
15698
|
-
"funding": {
|
|
15699
|
-
"type": "github",
|
|
15700
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
15701
|
-
}
|
|
15702
|
-
},
|
|
15703
15694
|
"node_modules/lru-cache": {
|
|
15704
15695
|
"version": "5.1.1",
|
|
15705
15696
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
@@ -20962,9 +20953,9 @@
|
|
|
20962
20953
|
}
|
|
20963
20954
|
},
|
|
20964
20955
|
"node_modules/preact": {
|
|
20965
|
-
"version": "10.26.
|
|
20966
|
-
"resolved": "https://registry.npmjs.org/preact/-/preact-10.26.
|
|
20967
|
-
"integrity": "sha512-
|
|
20956
|
+
"version": "10.26.8",
|
|
20957
|
+
"resolved": "https://registry.npmjs.org/preact/-/preact-10.26.8.tgz",
|
|
20958
|
+
"integrity": "sha512-1nMfdFjucm5hKvq0IClqZwK4FJkGXhRrQstOQ3P4vp8HxKrJEMFcY6RdBRVTdfQS/UlnX6gfbPuTvaqx/bDoeQ==",
|
|
20968
20959
|
"license": "MIT",
|
|
20969
20960
|
"funding": {
|
|
20970
20961
|
"type": "opencollective",
|
|
@@ -22222,23 +22213,6 @@
|
|
|
22222
22213
|
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
|
|
22223
22214
|
"license": "MIT"
|
|
22224
22215
|
},
|
|
22225
|
-
"node_modules/react-syntax-highlighter": {
|
|
22226
|
-
"version": "15.6.1",
|
|
22227
|
-
"resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.6.1.tgz",
|
|
22228
|
-
"integrity": "sha512-OqJ2/vL7lEeV5zTJyG7kmARppUjiB9h9udl4qHQjjgEos66z00Ia0OckwYfRxCSFrW8RJIBnsBwQsHZbVPspqg==",
|
|
22229
|
-
"license": "MIT",
|
|
22230
|
-
"dependencies": {
|
|
22231
|
-
"@babel/runtime": "^7.3.1",
|
|
22232
|
-
"highlight.js": "^10.4.1",
|
|
22233
|
-
"highlightjs-vue": "^1.0.0",
|
|
22234
|
-
"lowlight": "^1.17.0",
|
|
22235
|
-
"prismjs": "^1.27.0",
|
|
22236
|
-
"refractor": "^3.6.0"
|
|
22237
|
-
},
|
|
22238
|
-
"peerDependencies": {
|
|
22239
|
-
"react": ">= 0.14.0"
|
|
22240
|
-
}
|
|
22241
|
-
},
|
|
22242
22216
|
"node_modules/readable-stream": {
|
|
22243
22217
|
"version": "3.6.2",
|
|
22244
22218
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
@@ -22403,197 +22377,6 @@
|
|
|
22403
22377
|
"url": "https://github.com/sponsors/ljharb"
|
|
22404
22378
|
}
|
|
22405
22379
|
},
|
|
22406
|
-
"node_modules/refractor": {
|
|
22407
|
-
"version": "3.6.0",
|
|
22408
|
-
"resolved": "https://registry.npmjs.org/refractor/-/refractor-3.6.0.tgz",
|
|
22409
|
-
"integrity": "sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==",
|
|
22410
|
-
"license": "MIT",
|
|
22411
|
-
"dependencies": {
|
|
22412
|
-
"hastscript": "^6.0.0",
|
|
22413
|
-
"parse-entities": "^2.0.0",
|
|
22414
|
-
"prismjs": "~1.27.0"
|
|
22415
|
-
},
|
|
22416
|
-
"funding": {
|
|
22417
|
-
"type": "github",
|
|
22418
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
22419
|
-
}
|
|
22420
|
-
},
|
|
22421
|
-
"node_modules/refractor/node_modules/@types/hast": {
|
|
22422
|
-
"version": "2.3.10",
|
|
22423
|
-
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.10.tgz",
|
|
22424
|
-
"integrity": "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==",
|
|
22425
|
-
"license": "MIT",
|
|
22426
|
-
"dependencies": {
|
|
22427
|
-
"@types/unist": "^2"
|
|
22428
|
-
}
|
|
22429
|
-
},
|
|
22430
|
-
"node_modules/refractor/node_modules/@types/unist": {
|
|
22431
|
-
"version": "2.0.11",
|
|
22432
|
-
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
|
|
22433
|
-
"integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
|
|
22434
|
-
"license": "MIT"
|
|
22435
|
-
},
|
|
22436
|
-
"node_modules/refractor/node_modules/character-entities": {
|
|
22437
|
-
"version": "1.2.4",
|
|
22438
|
-
"resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
|
|
22439
|
-
"integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==",
|
|
22440
|
-
"license": "MIT",
|
|
22441
|
-
"funding": {
|
|
22442
|
-
"type": "github",
|
|
22443
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
22444
|
-
}
|
|
22445
|
-
},
|
|
22446
|
-
"node_modules/refractor/node_modules/character-entities-legacy": {
|
|
22447
|
-
"version": "1.1.4",
|
|
22448
|
-
"resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz",
|
|
22449
|
-
"integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==",
|
|
22450
|
-
"license": "MIT",
|
|
22451
|
-
"funding": {
|
|
22452
|
-
"type": "github",
|
|
22453
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
22454
|
-
}
|
|
22455
|
-
},
|
|
22456
|
-
"node_modules/refractor/node_modules/character-reference-invalid": {
|
|
22457
|
-
"version": "1.1.4",
|
|
22458
|
-
"resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz",
|
|
22459
|
-
"integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==",
|
|
22460
|
-
"license": "MIT",
|
|
22461
|
-
"funding": {
|
|
22462
|
-
"type": "github",
|
|
22463
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
22464
|
-
}
|
|
22465
|
-
},
|
|
22466
|
-
"node_modules/refractor/node_modules/comma-separated-tokens": {
|
|
22467
|
-
"version": "1.0.8",
|
|
22468
|
-
"resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz",
|
|
22469
|
-
"integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==",
|
|
22470
|
-
"license": "MIT",
|
|
22471
|
-
"funding": {
|
|
22472
|
-
"type": "github",
|
|
22473
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
22474
|
-
}
|
|
22475
|
-
},
|
|
22476
|
-
"node_modules/refractor/node_modules/hast-util-parse-selector": {
|
|
22477
|
-
"version": "2.2.5",
|
|
22478
|
-
"resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz",
|
|
22479
|
-
"integrity": "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==",
|
|
22480
|
-
"license": "MIT",
|
|
22481
|
-
"funding": {
|
|
22482
|
-
"type": "opencollective",
|
|
22483
|
-
"url": "https://opencollective.com/unified"
|
|
22484
|
-
}
|
|
22485
|
-
},
|
|
22486
|
-
"node_modules/refractor/node_modules/hastscript": {
|
|
22487
|
-
"version": "6.0.0",
|
|
22488
|
-
"resolved": "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz",
|
|
22489
|
-
"integrity": "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==",
|
|
22490
|
-
"license": "MIT",
|
|
22491
|
-
"dependencies": {
|
|
22492
|
-
"@types/hast": "^2.0.0",
|
|
22493
|
-
"comma-separated-tokens": "^1.0.0",
|
|
22494
|
-
"hast-util-parse-selector": "^2.0.0",
|
|
22495
|
-
"property-information": "^5.0.0",
|
|
22496
|
-
"space-separated-tokens": "^1.0.0"
|
|
22497
|
-
},
|
|
22498
|
-
"funding": {
|
|
22499
|
-
"type": "opencollective",
|
|
22500
|
-
"url": "https://opencollective.com/unified"
|
|
22501
|
-
}
|
|
22502
|
-
},
|
|
22503
|
-
"node_modules/refractor/node_modules/is-alphabetical": {
|
|
22504
|
-
"version": "1.0.4",
|
|
22505
|
-
"resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
|
|
22506
|
-
"integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==",
|
|
22507
|
-
"license": "MIT",
|
|
22508
|
-
"funding": {
|
|
22509
|
-
"type": "github",
|
|
22510
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
22511
|
-
}
|
|
22512
|
-
},
|
|
22513
|
-
"node_modules/refractor/node_modules/is-alphanumerical": {
|
|
22514
|
-
"version": "1.0.4",
|
|
22515
|
-
"resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz",
|
|
22516
|
-
"integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==",
|
|
22517
|
-
"license": "MIT",
|
|
22518
|
-
"dependencies": {
|
|
22519
|
-
"is-alphabetical": "^1.0.0",
|
|
22520
|
-
"is-decimal": "^1.0.0"
|
|
22521
|
-
},
|
|
22522
|
-
"funding": {
|
|
22523
|
-
"type": "github",
|
|
22524
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
22525
|
-
}
|
|
22526
|
-
},
|
|
22527
|
-
"node_modules/refractor/node_modules/is-decimal": {
|
|
22528
|
-
"version": "1.0.4",
|
|
22529
|
-
"resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz",
|
|
22530
|
-
"integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==",
|
|
22531
|
-
"license": "MIT",
|
|
22532
|
-
"funding": {
|
|
22533
|
-
"type": "github",
|
|
22534
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
22535
|
-
}
|
|
22536
|
-
},
|
|
22537
|
-
"node_modules/refractor/node_modules/is-hexadecimal": {
|
|
22538
|
-
"version": "1.0.4",
|
|
22539
|
-
"resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz",
|
|
22540
|
-
"integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==",
|
|
22541
|
-
"license": "MIT",
|
|
22542
|
-
"funding": {
|
|
22543
|
-
"type": "github",
|
|
22544
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
22545
|
-
}
|
|
22546
|
-
},
|
|
22547
|
-
"node_modules/refractor/node_modules/parse-entities": {
|
|
22548
|
-
"version": "2.0.0",
|
|
22549
|
-
"resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz",
|
|
22550
|
-
"integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==",
|
|
22551
|
-
"license": "MIT",
|
|
22552
|
-
"dependencies": {
|
|
22553
|
-
"character-entities": "^1.0.0",
|
|
22554
|
-
"character-entities-legacy": "^1.0.0",
|
|
22555
|
-
"character-reference-invalid": "^1.0.0",
|
|
22556
|
-
"is-alphanumerical": "^1.0.0",
|
|
22557
|
-
"is-decimal": "^1.0.0",
|
|
22558
|
-
"is-hexadecimal": "^1.0.0"
|
|
22559
|
-
},
|
|
22560
|
-
"funding": {
|
|
22561
|
-
"type": "github",
|
|
22562
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
22563
|
-
}
|
|
22564
|
-
},
|
|
22565
|
-
"node_modules/refractor/node_modules/prismjs": {
|
|
22566
|
-
"version": "1.27.0",
|
|
22567
|
-
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz",
|
|
22568
|
-
"integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==",
|
|
22569
|
-
"license": "MIT",
|
|
22570
|
-
"engines": {
|
|
22571
|
-
"node": ">=6"
|
|
22572
|
-
}
|
|
22573
|
-
},
|
|
22574
|
-
"node_modules/refractor/node_modules/property-information": {
|
|
22575
|
-
"version": "5.6.0",
|
|
22576
|
-
"resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz",
|
|
22577
|
-
"integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==",
|
|
22578
|
-
"license": "MIT",
|
|
22579
|
-
"dependencies": {
|
|
22580
|
-
"xtend": "^4.0.0"
|
|
22581
|
-
},
|
|
22582
|
-
"funding": {
|
|
22583
|
-
"type": "github",
|
|
22584
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
22585
|
-
}
|
|
22586
|
-
},
|
|
22587
|
-
"node_modules/refractor/node_modules/space-separated-tokens": {
|
|
22588
|
-
"version": "1.1.5",
|
|
22589
|
-
"resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz",
|
|
22590
|
-
"integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==",
|
|
22591
|
-
"license": "MIT",
|
|
22592
|
-
"funding": {
|
|
22593
|
-
"type": "github",
|
|
22594
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
22595
|
-
}
|
|
22596
|
-
},
|
|
22597
22380
|
"node_modules/regenerate": {
|
|
22598
22381
|
"version": "1.4.2",
|
|
22599
22382
|
"resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
|
|
@@ -26531,15 +26314,6 @@
|
|
|
26531
26314
|
"xml-js": "bin/cli.js"
|
|
26532
26315
|
}
|
|
26533
26316
|
},
|
|
26534
|
-
"node_modules/xtend": {
|
|
26535
|
-
"version": "4.0.2",
|
|
26536
|
-
"resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
|
|
26537
|
-
"integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
|
|
26538
|
-
"license": "MIT",
|
|
26539
|
-
"engines": {
|
|
26540
|
-
"node": ">=0.4"
|
|
26541
|
-
}
|
|
26542
|
-
},
|
|
26543
26317
|
"node_modules/yallist": {
|
|
26544
26318
|
"version": "3.1.1",
|
|
26545
26319
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
File without changes
|