apify 2.5.1b15__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.

Files changed (210) hide show
  1. {apify-2.5.1b15 → apify-2.5.1b16}/PKG-INFO +1 -1
  2. {apify-2.5.1b15 → apify-2.5.1b16}/pyproject.toml +2 -2
  3. {apify-2.5.1b15 → apify-2.5.1b16}/uv.lock +36 -35
  4. {apify-2.5.1b15 → apify-2.5.1b16}/website/package-lock.json +52 -278
  5. {apify-2.5.1b15 → apify-2.5.1b16}/.editorconfig +0 -0
  6. {apify-2.5.1b15 → apify-2.5.1b16}/.github/CODEOWNERS +0 -0
  7. {apify-2.5.1b15 → apify-2.5.1b16}/.github/workflows/build_and_deploy_docs.yaml +0 -0
  8. {apify-2.5.1b15 → apify-2.5.1b16}/.github/workflows/check_pr_title.yaml +0 -0
  9. {apify-2.5.1b15 → apify-2.5.1b16}/.github/workflows/pre_release.yaml +0 -0
  10. {apify-2.5.1b15 → apify-2.5.1b16}/.github/workflows/release.yaml +0 -0
  11. {apify-2.5.1b15 → apify-2.5.1b16}/.github/workflows/run_code_checks.yaml +0 -0
  12. {apify-2.5.1b15 → apify-2.5.1b16}/.github/workflows/update_new_issue.yaml +0 -0
  13. {apify-2.5.1b15 → apify-2.5.1b16}/.gitignore +0 -0
  14. {apify-2.5.1b15 → apify-2.5.1b16}/.markdownlint.yaml +0 -0
  15. {apify-2.5.1b15 → apify-2.5.1b16}/.pre-commit-config.yaml +0 -0
  16. {apify-2.5.1b15 → apify-2.5.1b16}/CHANGELOG.md +0 -0
  17. {apify-2.5.1b15 → apify-2.5.1b16}/CONTRIBUTING.md +0 -0
  18. {apify-2.5.1b15 → apify-2.5.1b16}/LICENSE +0 -0
  19. {apify-2.5.1b15 → apify-2.5.1b16}/Makefile +0 -0
  20. {apify-2.5.1b15 → apify-2.5.1b16}/README.md +0 -0
  21. {apify-2.5.1b15 → apify-2.5.1b16}/docs/01_overview/01_introduction.mdx +0 -0
  22. {apify-2.5.1b15 → apify-2.5.1b16}/docs/01_overview/02_running_actors_locally.mdx +0 -0
  23. {apify-2.5.1b15 → apify-2.5.1b16}/docs/01_overview/03_actor_structure.mdx +0 -0
  24. {apify-2.5.1b15 → apify-2.5.1b16}/docs/01_overview/code/01_introduction.py +0 -0
  25. {apify-2.5.1b15 → apify-2.5.1b16}/docs/01_overview/code/actor_structure/__init__.py +0 -0
  26. {apify-2.5.1b15 → apify-2.5.1b16}/docs/01_overview/code/actor_structure/__main__.py +0 -0
  27. {apify-2.5.1b15 → apify-2.5.1b16}/docs/01_overview/code/actor_structure/main.py +0 -0
  28. {apify-2.5.1b15 → apify-2.5.1b16}/docs/01_overview/code/actor_structure/py.typed +0 -0
  29. {apify-2.5.1b15 → apify-2.5.1b16}/docs/02_guides/01_beautifulsoup_httpx.mdx +0 -0
  30. {apify-2.5.1b15 → apify-2.5.1b16}/docs/02_guides/02_crawlee.mdx +0 -0
  31. {apify-2.5.1b15 → apify-2.5.1b16}/docs/02_guides/03_playwright.mdx +0 -0
  32. {apify-2.5.1b15 → apify-2.5.1b16}/docs/02_guides/04_selenium.mdx +0 -0
  33. {apify-2.5.1b15 → apify-2.5.1b16}/docs/02_guides/05_scrapy.mdx +0 -0
  34. {apify-2.5.1b15 → apify-2.5.1b16}/docs/02_guides/code/01_beautifulsoup_httpx.py +0 -0
  35. {apify-2.5.1b15 → apify-2.5.1b16}/docs/02_guides/code/02_crawlee_beautifulsoup.py +0 -0
  36. {apify-2.5.1b15 → apify-2.5.1b16}/docs/02_guides/code/02_crawlee_playwright.py +0 -0
  37. {apify-2.5.1b15 → apify-2.5.1b16}/docs/02_guides/code/03_playwright.py +0 -0
  38. {apify-2.5.1b15 → apify-2.5.1b16}/docs/02_guides/code/04_selenium.py +0 -0
  39. {apify-2.5.1b15 → apify-2.5.1b16}/docs/02_guides/code/scrapy_project/src/__init__.py +0 -0
  40. {apify-2.5.1b15 → apify-2.5.1b16}/docs/02_guides/code/scrapy_project/src/__main__.py +0 -0
  41. {apify-2.5.1b15 → apify-2.5.1b16}/docs/02_guides/code/scrapy_project/src/items.py +0 -0
  42. {apify-2.5.1b15 → apify-2.5.1b16}/docs/02_guides/code/scrapy_project/src/main.py +0 -0
  43. {apify-2.5.1b15 → apify-2.5.1b16}/docs/02_guides/code/scrapy_project/src/py.typed +0 -0
  44. {apify-2.5.1b15 → apify-2.5.1b16}/docs/02_guides/code/scrapy_project/src/settings.py +0 -0
  45. {apify-2.5.1b15 → apify-2.5.1b16}/docs/02_guides/code/scrapy_project/src/spiders/__init__.py +0 -0
  46. {apify-2.5.1b15 → apify-2.5.1b16}/docs/02_guides/code/scrapy_project/src/spiders/py.typed +0 -0
  47. {apify-2.5.1b15 → apify-2.5.1b16}/docs/02_guides/code/scrapy_project/src/spiders/title.py +0 -0
  48. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/01_actor_lifecycle.mdx +0 -0
  49. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/02_actor_input.mdx +0 -0
  50. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/03_storages.mdx +0 -0
  51. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/04_actor_events.mdx +0 -0
  52. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/05_proxy_management.mdx +0 -0
  53. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/06_interacting_with_other_actors.mdx +0 -0
  54. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/07_webhooks.mdx +0 -0
  55. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/08_access_apify_api.mdx +0 -0
  56. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/09_running_webserver.mdx +0 -0
  57. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/10_logging.mdx +0 -0
  58. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/11_configuration.mdx +0 -0
  59. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/12_pay_per_event.mdx +0 -0
  60. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/01_context_manager.py +0 -0
  61. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/01_init_exit.py +0 -0
  62. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/01_reboot.py +0 -0
  63. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/01_status_message.py +0 -0
  64. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/02_input.py +0 -0
  65. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/03_dataset_exports.py +0 -0
  66. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/03_dataset_read_write.py +0 -0
  67. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/03_deleting_storages.py +0 -0
  68. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/03_kvs_iterating.py +0 -0
  69. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/03_kvs_public_url.py +0 -0
  70. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/03_kvs_read_write.py +0 -0
  71. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/03_opening_storages.py +0 -0
  72. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/03_rq.py +0 -0
  73. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/04_actor_events.py +0 -0
  74. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/05_apify_proxy.py +0 -0
  75. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/05_apify_proxy_config.py +0 -0
  76. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/05_custom_proxy.py +0 -0
  77. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/05_custom_proxy_function.py +0 -0
  78. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/05_proxy_actor_input.py +0 -0
  79. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/05_proxy_httpx.py +0 -0
  80. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/05_proxy_rotation.py +0 -0
  81. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/06_interacting_call.py +0 -0
  82. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/06_interacting_call_task.py +0 -0
  83. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/06_interacting_metamorph.py +0 -0
  84. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/06_interacting_start.py +0 -0
  85. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/07_webhook.py +0 -0
  86. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/07_webhook_preventing.py +0 -0
  87. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/08_actor_client.py +0 -0
  88. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/08_actor_new_client.py +0 -0
  89. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/09_webserver.py +0 -0
  90. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/10_log_config.py +0 -0
  91. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/10_logger_usage.py +0 -0
  92. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/11_config.py +0 -0
  93. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/actor_charge.py +0 -0
  94. {apify-2.5.1b15 → apify-2.5.1b16}/docs/03_concepts/code/conditional_actor_charge.py +0 -0
  95. {apify-2.5.1b15 → apify-2.5.1b16}/docs/04_upgrading/upgrading_to_v2.md +0 -0
  96. {apify-2.5.1b15 → apify-2.5.1b16}/docs/pyproject.toml +0 -0
  97. {apify-2.5.1b15 → apify-2.5.1b16}/renovate.json +0 -0
  98. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/__init__.py +0 -0
  99. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/_actor.py +0 -0
  100. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/_charging.py +0 -0
  101. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/_configuration.py +0 -0
  102. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/_consts.py +0 -0
  103. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/_crypto.py +0 -0
  104. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/_models.py +0 -0
  105. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/_platform_event_manager.py +0 -0
  106. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/_proxy_configuration.py +0 -0
  107. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/_utils.py +0 -0
  108. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/apify_storage_client/__init__.py +0 -0
  109. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/apify_storage_client/_apify_storage_client.py +0 -0
  110. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/apify_storage_client/_dataset_client.py +0 -0
  111. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/apify_storage_client/_dataset_collection_client.py +0 -0
  112. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/apify_storage_client/_key_value_store_client.py +0 -0
  113. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/apify_storage_client/_key_value_store_collection_client.py +0 -0
  114. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/apify_storage_client/_request_queue_client.py +0 -0
  115. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/apify_storage_client/_request_queue_collection_client.py +0 -0
  116. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/apify_storage_client/py.typed +0 -0
  117. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/log.py +0 -0
  118. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/py.typed +0 -0
  119. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/scrapy/__init__.py +0 -0
  120. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/scrapy/_actor_runner.py +0 -0
  121. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/scrapy/_async_thread.py +0 -0
  122. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/scrapy/_logging_config.py +0 -0
  123. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/scrapy/extensions/__init__.py +0 -0
  124. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/scrapy/extensions/_httpcache.py +0 -0
  125. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/scrapy/middlewares/__init__.py +0 -0
  126. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/scrapy/middlewares/apify_proxy.py +0 -0
  127. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/scrapy/middlewares/py.typed +0 -0
  128. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/scrapy/pipelines/__init__.py +0 -0
  129. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/scrapy/pipelines/actor_dataset_push.py +0 -0
  130. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/scrapy/pipelines/py.typed +0 -0
  131. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/scrapy/py.typed +0 -0
  132. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/scrapy/requests.py +0 -0
  133. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/scrapy/scheduler.py +0 -0
  134. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/scrapy/utils.py +0 -0
  135. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/storages/__init__.py +0 -0
  136. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/storages/_request_list.py +0 -0
  137. {apify-2.5.1b15 → apify-2.5.1b16}/src/apify/storages/py.typed +0 -0
  138. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/README.md +0 -0
  139. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/__init__.py +0 -0
  140. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/_utils.py +0 -0
  141. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/actor_source_base/Dockerfile +0 -0
  142. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/actor_source_base/requirements.txt +0 -0
  143. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/actor_source_base/src/__init__.py +0 -0
  144. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/actor_source_base/src/__main__.py +0 -0
  145. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/actor_source_base/src/main.py +0 -0
  146. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/conftest.py +0 -0
  147. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/test_actor_api_helpers.py +0 -0
  148. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/test_actor_call_timeouts.py +0 -0
  149. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/test_actor_charge.py +0 -0
  150. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/test_actor_create_proxy_configuration.py +0 -0
  151. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/test_actor_dataset.py +0 -0
  152. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/test_actor_events.py +0 -0
  153. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/test_actor_key_value_store.py +0 -0
  154. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/test_actor_lifecycle.py +0 -0
  155. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/test_actor_log.py +0 -0
  156. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/test_actor_request_queue.py +0 -0
  157. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/test_actor_scrapy.py +0 -0
  158. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/test_fixtures.py +0 -0
  159. {apify-2.5.1b15 → apify-2.5.1b16}/tests/integration/test_request_queue.py +0 -0
  160. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/__init__.py +0 -0
  161. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/actor/__init__.py +0 -0
  162. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/actor/test_actor_create_proxy_configuration.py +0 -0
  163. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/actor/test_actor_dataset.py +0 -0
  164. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/actor/test_actor_env_helpers.py +0 -0
  165. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/actor/test_actor_helpers.py +0 -0
  166. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/actor/test_actor_key_value_store.py +0 -0
  167. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/actor/test_actor_lifecycle.py +0 -0
  168. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/actor/test_actor_log.py +0 -0
  169. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/actor/test_actor_non_default_instance.py +0 -0
  170. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/actor/test_actor_request_queue.py +0 -0
  171. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/actor/test_configuration.py +0 -0
  172. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/actor/test_request_list.py +0 -0
  173. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/conftest.py +0 -0
  174. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/scrapy/__init__.py +0 -0
  175. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/scrapy/extensions/__init__.py +0 -0
  176. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/scrapy/extensions/test_httpcache.py +0 -0
  177. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/scrapy/middlewares/__init__.py +0 -0
  178. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/scrapy/middlewares/test_apify_proxy.py +0 -0
  179. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/scrapy/pipelines/__init__.py +0 -0
  180. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/scrapy/pipelines/test_actor_dataset_push.py +0 -0
  181. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/scrapy/requests/__init__.py +0 -0
  182. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/scrapy/requests/test_to_apify_request.py +0 -0
  183. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/scrapy/requests/test_to_scrapy_request.py +0 -0
  184. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/scrapy/utils/__init__.py +0 -0
  185. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/scrapy/utils/test_apply_apify_settings.py +0 -0
  186. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/scrapy/utils/test_get_basic_auth_header.py +0 -0
  187. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/test_crypto.py +0 -0
  188. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/test_platform_event_manager.py +0 -0
  189. {apify-2.5.1b15 → apify-2.5.1b16}/tests/unit/test_proxy_configuration.py +0 -0
  190. {apify-2.5.1b15 → apify-2.5.1b16}/website/.eslintrc.json +0 -0
  191. {apify-2.5.1b15 → apify-2.5.1b16}/website/babel.config.js +0 -0
  192. {apify-2.5.1b15 → apify-2.5.1b16}/website/build_api_reference.sh +0 -0
  193. {apify-2.5.1b15 → apify-2.5.1b16}/website/docusaurus.config.js +0 -0
  194. {apify-2.5.1b15 → apify-2.5.1b16}/website/generate_module_shortcuts.py +0 -0
  195. {apify-2.5.1b15 → apify-2.5.1b16}/website/package.json +0 -0
  196. {apify-2.5.1b15 → apify-2.5.1b16}/website/sidebars.js +0 -0
  197. {apify-2.5.1b15 → apify-2.5.1b16}/website/src/components/ApiLink.jsx +0 -0
  198. {apify-2.5.1b15 → apify-2.5.1b16}/website/src/components/Gradients.jsx +0 -0
  199. {apify-2.5.1b15 → apify-2.5.1b16}/website/src/components/Highlights.jsx +0 -0
  200. {apify-2.5.1b15 → apify-2.5.1b16}/website/src/components/Highlights.module.css +0 -0
  201. {apify-2.5.1b15 → apify-2.5.1b16}/website/src/components/RunnableCodeBlock.jsx +0 -0
  202. {apify-2.5.1b15 → apify-2.5.1b16}/website/src/components/RunnableCodeBlock.module.css +0 -0
  203. {apify-2.5.1b15 → apify-2.5.1b16}/website/src/css/custom.css +0 -0
  204. {apify-2.5.1b15 → apify-2.5.1b16}/website/src/pages/home_page_example.py +0 -0
  205. {apify-2.5.1b15 → apify-2.5.1b16}/website/src/pages/index.js +0 -0
  206. {apify-2.5.1b15 → apify-2.5.1b16}/website/src/pages/index.module.css +0 -0
  207. {apify-2.5.1b15 → apify-2.5.1b16}/website/static/.nojekyll +0 -0
  208. {apify-2.5.1b15 → apify-2.5.1b16}/website/static/img/docs-og.png +0 -0
  209. {apify-2.5.1b15 → apify-2.5.1b16}/website/tools/docs-prettier.config.js +0 -0
  210. {apify-2.5.1b15 → apify-2.5.1b16}/website/tools/utils/externalLink.js +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apify
3
- Version: 2.5.1b15
3
+ Version: 2.5.1b16
4
4
  Summary: Apify SDK for Python
5
5
  Project-URL: Homepage, https://docs.apify.com/sdk/python/
6
6
  Project-URL: Apify homepage, https://apify.com
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "apify"
7
- version = "2.5.1b15"
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,7 +62,7 @@ scrapy = ["scrapy>=2.11.0"]
62
62
  dev = [
63
63
  "build~=1.2.0",
64
64
  "griffe~=1.7.0",
65
- "mypy~=1.15.0",
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",
@@ -87,7 +87,7 @@ 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.15.0" },
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" },
@@ -1386,46 +1386,47 @@ wheels = [
1386
1386
 
1387
1387
  [[package]]
1388
1388
  name = "mypy"
1389
- version = "1.15.0"
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/ce/43/d5e49a86afa64bd3839ea0d5b9c7103487007d728e1293f52525d6d5486a/mypy-1.15.0.tar.gz", hash = "sha256:404534629d51d3efea5c800ee7c42b72a6554d6c400e6a79eafe15d11341fd43", size = 3239717, upload-time = "2025-02-05T03:50:34.655Z" }
1397
- wheels = [
1398
- { url = "https://files.pythonhosted.org/packages/68/f8/65a7ce8d0e09b6329ad0c8d40330d100ea343bd4dd04c4f8ae26462d0a17/mypy-1.15.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:979e4e1a006511dacf628e36fadfecbcc0160a8af6ca7dad2f5025529e082c13", size = 10738433, upload-time = "2025-02-05T03:49:29.145Z" },
1399
- { url = "https://files.pythonhosted.org/packages/b4/95/9c0ecb8eacfe048583706249439ff52105b3f552ea9c4024166c03224270/mypy-1.15.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c4bb0e1bd29f7d34efcccd71cf733580191e9a264a2202b0239da95984c5b559", size = 9861472, upload-time = "2025-02-05T03:49:16.986Z" },
1400
- { url = "https://files.pythonhosted.org/packages/84/09/9ec95e982e282e20c0d5407bc65031dfd0f0f8ecc66b69538296e06fcbee/mypy-1.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:be68172e9fd9ad8fb876c6389f16d1c1b5f100ffa779f77b1fb2176fcc9ab95b", size = 11611424, upload-time = "2025-02-05T03:49:46.908Z" },
1401
- { url = "https://files.pythonhosted.org/packages/78/13/f7d14e55865036a1e6a0a69580c240f43bc1f37407fe9235c0d4ef25ffb0/mypy-1.15.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c7be1e46525adfa0d97681432ee9fcd61a3964c2446795714699a998d193f1a3", size = 12365450, upload-time = "2025-02-05T03:50:05.89Z" },
1402
- { url = "https://files.pythonhosted.org/packages/48/e1/301a73852d40c241e915ac6d7bcd7fedd47d519246db2d7b86b9d7e7a0cb/mypy-1.15.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:2e2c2e6d3593f6451b18588848e66260ff62ccca522dd231cd4dd59b0160668b", size = 12551765, upload-time = "2025-02-05T03:49:33.56Z" },
1403
- { url = "https://files.pythonhosted.org/packages/77/ba/c37bc323ae5fe7f3f15a28e06ab012cd0b7552886118943e90b15af31195/mypy-1.15.0-cp310-cp310-win_amd64.whl", hash = "sha256:6983aae8b2f653e098edb77f893f7b6aca69f6cffb19b2cc7443f23cce5f4828", size = 9274701, upload-time = "2025-02-05T03:49:38.981Z" },
1404
- { url = "https://files.pythonhosted.org/packages/03/bc/f6339726c627bd7ca1ce0fa56c9ae2d0144604a319e0e339bdadafbbb599/mypy-1.15.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:2922d42e16d6de288022e5ca321cd0618b238cfc5570e0263e5ba0a77dbef56f", size = 10662338, upload-time = "2025-02-05T03:50:17.287Z" },
1405
- { url = "https://files.pythonhosted.org/packages/e2/90/8dcf506ca1a09b0d17555cc00cd69aee402c203911410136cd716559efe7/mypy-1.15.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2ee2d57e01a7c35de00f4634ba1bbf015185b219e4dc5909e281016df43f5ee5", size = 9787540, upload-time = "2025-02-05T03:49:51.21Z" },
1406
- { url = "https://files.pythonhosted.org/packages/05/05/a10f9479681e5da09ef2f9426f650d7b550d4bafbef683b69aad1ba87457/mypy-1.15.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:973500e0774b85d9689715feeffcc980193086551110fd678ebe1f4342fb7c5e", size = 11538051, upload-time = "2025-02-05T03:50:20.885Z" },
1407
- { url = "https://files.pythonhosted.org/packages/e9/9a/1f7d18b30edd57441a6411fcbc0c6869448d1a4bacbaee60656ac0fc29c8/mypy-1.15.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5a95fb17c13e29d2d5195869262f8125dfdb5c134dc8d9a9d0aecf7525b10c2c", size = 12286751, upload-time = "2025-02-05T03:49:42.408Z" },
1408
- { url = "https://files.pythonhosted.org/packages/72/af/19ff499b6f1dafcaf56f9881f7a965ac2f474f69f6f618b5175b044299f5/mypy-1.15.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:1905f494bfd7d85a23a88c5d97840888a7bd516545fc5aaedff0267e0bb54e2f", size = 12421783, upload-time = "2025-02-05T03:49:07.707Z" },
1409
- { url = "https://files.pythonhosted.org/packages/96/39/11b57431a1f686c1aed54bf794870efe0f6aeca11aca281a0bd87a5ad42c/mypy-1.15.0-cp311-cp311-win_amd64.whl", hash = "sha256:c9817fa23833ff189db061e6d2eff49b2f3b6ed9856b4a0a73046e41932d744f", size = 9265618, upload-time = "2025-02-05T03:49:54.581Z" },
1410
- { url = "https://files.pythonhosted.org/packages/98/3a/03c74331c5eb8bd025734e04c9840532226775c47a2c39b56a0c8d4f128d/mypy-1.15.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:aea39e0583d05124836ea645f412e88a5c7d0fd77a6d694b60d9b6b2d9f184fd", size = 10793981, upload-time = "2025-02-05T03:50:28.25Z" },
1411
- { url = "https://files.pythonhosted.org/packages/f0/1a/41759b18f2cfd568848a37c89030aeb03534411eef981df621d8fad08a1d/mypy-1.15.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:2f2147ab812b75e5b5499b01ade1f4a81489a147c01585cda36019102538615f", size = 9749175, upload-time = "2025-02-05T03:50:13.411Z" },
1412
- { url = "https://files.pythonhosted.org/packages/12/7e/873481abf1ef112c582db832740f4c11b2bfa510e829d6da29b0ab8c3f9c/mypy-1.15.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ce436f4c6d218a070048ed6a44c0bbb10cd2cc5e272b29e7845f6a2f57ee4464", size = 11455675, upload-time = "2025-02-05T03:50:31.421Z" },
1413
- { url = "https://files.pythonhosted.org/packages/b3/d0/92ae4cde706923a2d3f2d6c39629134063ff64b9dedca9c1388363da072d/mypy-1.15.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8023ff13985661b50a5928fc7a5ca15f3d1affb41e5f0a9952cb68ef090b31ee", size = 12410020, upload-time = "2025-02-05T03:48:48.705Z" },
1414
- { url = "https://files.pythonhosted.org/packages/46/8b/df49974b337cce35f828ba6fda228152d6db45fed4c86ba56ffe442434fd/mypy-1.15.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:1124a18bc11a6a62887e3e137f37f53fbae476dc36c185d549d4f837a2a6a14e", size = 12498582, upload-time = "2025-02-05T03:49:03.628Z" },
1415
- { url = "https://files.pythonhosted.org/packages/13/50/da5203fcf6c53044a0b699939f31075c45ae8a4cadf538a9069b165c1050/mypy-1.15.0-cp312-cp312-win_amd64.whl", hash = "sha256:171a9ca9a40cd1843abeca0e405bc1940cd9b305eaeea2dda769ba096932bb22", size = 9366614, upload-time = "2025-02-05T03:50:00.313Z" },
1416
- { url = "https://files.pythonhosted.org/packages/6a/9b/fd2e05d6ffff24d912f150b87db9e364fa8282045c875654ce7e32fffa66/mypy-1.15.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:93faf3fdb04768d44bf28693293f3904bbb555d076b781ad2530214ee53e3445", size = 10788592, upload-time = "2025-02-05T03:48:55.789Z" },
1417
- { url = "https://files.pythonhosted.org/packages/74/37/b246d711c28a03ead1fd906bbc7106659aed7c089d55fe40dd58db812628/mypy-1.15.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:811aeccadfb730024c5d3e326b2fbe9249bb7413553f15499a4050f7c30e801d", size = 9753611, upload-time = "2025-02-05T03:48:44.581Z" },
1418
- { url = "https://files.pythonhosted.org/packages/a6/ac/395808a92e10cfdac8003c3de9a2ab6dc7cde6c0d2a4df3df1b815ffd067/mypy-1.15.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:98b7b9b9aedb65fe628c62a6dc57f6d5088ef2dfca37903a7d9ee374d03acca5", size = 11438443, upload-time = "2025-02-05T03:49:25.514Z" },
1419
- { url = "https://files.pythonhosted.org/packages/d2/8b/801aa06445d2de3895f59e476f38f3f8d610ef5d6908245f07d002676cbf/mypy-1.15.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c43a7682e24b4f576d93072216bf56eeff70d9140241f9edec0c104d0c515036", size = 12402541, upload-time = "2025-02-05T03:49:57.623Z" },
1420
- { url = "https://files.pythonhosted.org/packages/c7/67/5a4268782eb77344cc613a4cf23540928e41f018a9a1ec4c6882baf20ab8/mypy-1.15.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:baefc32840a9f00babd83251560e0ae1573e2f9d1b067719479bfb0e987c6357", size = 12494348, upload-time = "2025-02-05T03:48:52.361Z" },
1421
- { url = "https://files.pythonhosted.org/packages/83/3e/57bb447f7bbbfaabf1712d96f9df142624a386d98fb026a761532526057e/mypy-1.15.0-cp313-cp313-win_amd64.whl", hash = "sha256:b9378e2c00146c44793c98b8d5a61039a048e31f429fb0eb546d93f4b000bedf", size = 9373648, upload-time = "2025-02-05T03:49:11.395Z" },
1422
- { url = "https://files.pythonhosted.org/packages/5a/fa/79cf41a55b682794abe71372151dbbf856e3008f6767057229e6649d294a/mypy-1.15.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:e601a7fa172c2131bff456bb3ee08a88360760d0d2f8cbd7a75a65497e2df078", size = 10737129, upload-time = "2025-02-05T03:50:24.509Z" },
1423
- { url = "https://files.pythonhosted.org/packages/d3/33/dd8feb2597d648de29e3da0a8bf4e1afbda472964d2a4a0052203a6f3594/mypy-1.15.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:712e962a6357634fef20412699a3655c610110e01cdaa6180acec7fc9f8513ba", size = 9856335, upload-time = "2025-02-05T03:49:36.398Z" },
1424
- { url = "https://files.pythonhosted.org/packages/e4/b5/74508959c1b06b96674b364ffeb7ae5802646b32929b7701fc6b18447592/mypy-1.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f95579473af29ab73a10bada2f9722856792a36ec5af5399b653aa28360290a5", size = 11611935, upload-time = "2025-02-05T03:49:14.154Z" },
1425
- { url = "https://files.pythonhosted.org/packages/6c/53/da61b9d9973efcd6507183fdad96606996191657fe79701b2c818714d573/mypy-1.15.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8f8722560a14cde92fdb1e31597760dc35f9f5524cce17836c0d22841830fd5b", size = 12365827, upload-time = "2025-02-05T03:48:59.458Z" },
1426
- { url = "https://files.pythonhosted.org/packages/c1/72/965bd9ee89540c79a25778cc080c7e6ef40aa1eeac4d52cec7eae6eb5228/mypy-1.15.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:1fbb8da62dc352133d7d7ca90ed2fb0e9d42bb1a32724c287d3c76c58cbaa9c2", size = 12541924, upload-time = "2025-02-05T03:50:03.12Z" },
1427
- { url = "https://files.pythonhosted.org/packages/46/d0/f41645c2eb263e6c77ada7d76f894c580c9ddb20d77f0c24d34273a4dab2/mypy-1.15.0-cp39-cp39-win_amd64.whl", hash = "sha256:d10d994b41fb3497719bbf866f227b3489048ea4bbbb5015357db306249f7980", size = 9271176, upload-time = "2025-02-05T03:50:10.86Z" },
1428
- { url = "https://files.pythonhosted.org/packages/09/4e/a7d65c7322c510de2c409ff3828b03354a7c43f5a8ed458a7a131b41c7b9/mypy-1.15.0-py3-none-any.whl", hash = "sha256:5469affef548bd1895d86d3bf10ce2b44e33d86923c29e4d675b3e323437ea3e", size = 2221777, upload-time = "2025-02-05T03:50:08.348Z" },
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]]
@@ -392,14 +392,14 @@
392
392
  }
393
393
  },
394
394
  "node_modules/@apify/docs-search-modal": {
395
- "version": "1.2.1",
396
- "resolved": "https://registry.npmjs.org/@apify/docs-search-modal/-/docs-search-modal-1.2.1.tgz",
397
- "integrity": "sha512-RicdrTCmKPHXCb4+HiyjcE0IDgoEDUNZax8sNR6d58lwkl05v3rBQk+DSHO6QAJVWK8fU9XoWW2r7wrJ8r2phg==",
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": "^0.65.1",
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.65.3",
497
- "resolved": "https://registry.npmjs.org/@apify/ui-library/-/ui-library-0.65.3.tgz",
498
- "integrity": "sha512-L91Cv55yOsiGRdxSmbuyBQ94Klyk+aJ6U9s2z7hUqYfoA8/We0POZmwqK0m2lgMzAwl1YDNNWTy8U4GI2bmg3Q==",
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.10.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.10.0",
527
- "resolved": "https://registry.npmjs.org/@apify/ui-icons/-/ui-icons-0.10.0.tgz",
528
- "integrity": "sha512-F4P6WpcVZdx9wurhKhegYCUYWozRTcabT4UfswWsfsUoLU+SN/heKgD//0HgYZLatl3KZMrGTXm9G2TaofSkwA==",
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.175",
1590
- "resolved": "https://registry.npmjs.org/@apify/docs-theme/-/docs-theme-1.0.175.tgz",
1591
- "integrity": "sha512-aiVACmQ2T9aU+r/c3NNpJSO77y7LOvty6vlUy4UyNo85bwIyUyjqxEMPhnnG1RaHXBACCYcoGKL2ZOrqiGSl9A==",
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.1",
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.7",
20966
- "resolved": "https://registry.npmjs.org/preact/-/preact-10.26.7.tgz",
20967
- "integrity": "sha512-43xS+QYc1X1IPbw03faSgY6I6OYWcLrJRv3hU0+qMOfh/XCHcP0MX2CVjNARYR2cC/guu975sta4OcjlczxD7g==",
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes