apify 2.5.1b9__tar.gz → 2.5.1b10__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of apify might be problematic. Click here for more details.

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