@mtkruto/node 0.1.153 → 0.1.156

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.
Files changed (697) hide show
  1. package/esm/0_deps.d.ts +6 -8
  2. package/esm/0_deps.js +14 -9
  3. package/esm/1_utilities.d.ts +3 -1
  4. package/esm/1_utilities.js +3 -1
  5. package/esm/4_constants.d.ts +2 -2
  6. package/esm/4_constants.js +4 -4
  7. package/esm/4_errors.d.ts +1 -1
  8. package/esm/5_client.d.ts +0 -1
  9. package/esm/5_client.js +0 -1
  10. package/esm/client/0_params.d.ts +33 -1
  11. package/esm/client/0_password.d.ts +2 -2
  12. package/esm/client/0_types.d.ts +2 -0
  13. package/esm/client/1_composer.d.ts +3 -3
  14. package/esm/client/1_file_manager.js +12 -10
  15. package/esm/client/1_update_manager.js +27 -20
  16. package/esm/client/2_client_plain.d.ts +1 -4
  17. package/esm/client/2_client_plain.js +23 -19
  18. package/esm/client/2_message_manager.d.ts +10 -36
  19. package/esm/client/2_message_manager.js +85 -7
  20. package/esm/client/3_chat_list_manager.js +7 -6
  21. package/esm/client/4_client.d.ts +106 -17
  22. package/esm/client/4_client.js +208 -51
  23. package/esm/connection/1_connection_web_socket.js +9 -10
  24. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/assert/assert_rejects.d.ts +4 -0
  25. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/assert/assert_throws.d.ts +6 -0
  26. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/assert/unreachable.d.ts +1 -1
  27. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unreachable.js +2 -2
  28. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.js +12 -9
  29. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_db.d.ts +3 -1
  30. package/esm/deps/deno.land/std@0.218.0/media_types/_db.js +32 -0
  31. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/media_types/_util.d.ts +0 -2
  32. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_util.js +0 -2
  33. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/media_types/extensions_by_type.d.ts +1 -3
  34. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extensions_by_type.js +1 -3
  35. package/esm/deps/deno.land/std@0.218.0/path/_common/assert_path.d.ts +1 -0
  36. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.js +3 -1
  37. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/path/format.d.ts +1 -1
  38. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.d.ts +1 -1
  39. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/path/mod.d.ts +1 -1
  40. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/mod.js +1 -1
  41. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/path/posix/glob_to_regexp.d.ts +1 -1
  42. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.d.ts +1 -1
  43. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.d.ts +1 -1
  44. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/parse.d.ts +1 -1
  45. package/esm/deps/deno.land/{std@0.216.0/path/posix → std@0.218.0/path/windows}/glob_to_regexp.d.ts +1 -1
  46. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.d.ts +1 -1
  47. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.d.ts +1 -1
  48. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/parse.d.ts +1 -1
  49. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.d.ts +1 -0
  50. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.js +1 -0
  51. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.d.ts +0 -2
  52. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.js +1 -5
  53. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.d.ts +2 -2
  54. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.js +1 -5
  55. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/crc32.js +1 -1
  56. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/deflate.js +8 -8
  57. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inffast.js +2 -2
  58. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inflate.js +21 -19
  59. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/trees.js +3 -3
  60. package/esm/mod.d.ts +1 -2
  61. package/esm/mod.js +1 -2
  62. package/esm/storage/0_storage.d.ts +40 -38
  63. package/esm/storage/0_storage.js +23 -4
  64. package/esm/storage/0_utilities.d.ts +2 -2
  65. package/esm/storage/1_storage_indexed_db.d.ts +1 -1
  66. package/esm/storage/1_storage_local_storage.d.ts +1 -1
  67. package/esm/storage/1_storage_memory.d.ts +5 -4
  68. package/esm/storage/1_storage_memory.js +15 -10
  69. package/esm/storage/1_storage_session_storage.d.ts +1 -1
  70. package/esm/tl/0_tl_raw_writer.d.ts +9 -9
  71. package/esm/tl/1_tl_object.d.ts +1 -1
  72. package/esm/tl/1_tl_object.js +3 -3
  73. package/esm/tl/2_types.d.ts +44 -6
  74. package/esm/tl/2_types.js +143 -20
  75. package/esm/tl/3_functions.d.ts +64 -28
  76. package/esm/tl/3_functions.js +672 -584
  77. package/esm/tl/3_utilities.d.ts +3 -3
  78. package/esm/tl/4_tl_writer.d.ts +1 -1
  79. package/esm/types/0_chat_administrator_rights.d.ts +2 -2
  80. package/esm/types/0_chat_member_rights.d.ts +1 -1
  81. package/esm/types/0_message_entity.d.ts +1 -1
  82. package/esm/types/0_message_search_filter.d.ts +2 -1
  83. package/esm/types/1_bot_command_scope.d.ts +2 -1
  84. package/esm/types/1_keyboard_button.d.ts +1 -1
  85. package/esm/types/1_story_interactive_area.d.ts +1 -1
  86. package/esm/types/2_inline_keyboard_button.d.ts +1 -1
  87. package/esm/types/2_invite_link.d.ts +6 -6
  88. package/esm/types/2_invite_link.js +4 -4
  89. package/esm/types/3_reply_markup.d.ts +2 -2
  90. package/esm/types/4_inline_query_result.d.ts +2 -1
  91. package/esm/types/4_message.d.ts +1 -60
  92. package/esm/types/4_message.js +3 -4
  93. package/esm/types/5_callback_query.d.ts +2 -2
  94. package/esm/utilities/0_cache_map.d.ts +1 -1
  95. package/esm/utilities/0_logger.d.ts +25 -0
  96. package/esm/utilities/0_logger.js +90 -0
  97. package/esm/utilities/0_mutex.d.ts +4 -0
  98. package/esm/utilities/0_mutex.js +26 -0
  99. package/esm/utilities/{0_queue.js → 1_queue.js} +6 -6
  100. package/package.json +1 -1
  101. package/script/0_deps.d.ts +6 -8
  102. package/script/0_deps.js +18 -15
  103. package/script/1_utilities.d.ts +3 -1
  104. package/script/1_utilities.js +3 -1
  105. package/script/4_constants.d.ts +2 -2
  106. package/script/4_constants.js +4 -4
  107. package/script/4_errors.d.ts +1 -1
  108. package/script/5_client.d.ts +0 -1
  109. package/script/5_client.js +0 -1
  110. package/script/client/0_params.d.ts +33 -1
  111. package/script/client/0_password.d.ts +2 -2
  112. package/script/client/0_types.d.ts +2 -0
  113. package/script/client/1_composer.d.ts +3 -3
  114. package/script/client/1_file_manager.js +10 -8
  115. package/script/client/1_update_manager.js +26 -19
  116. package/script/client/2_client_plain.d.ts +1 -4
  117. package/script/client/2_client_plain.js +21 -17
  118. package/script/client/2_message_manager.d.ts +10 -36
  119. package/script/client/2_message_manager.js +82 -4
  120. package/script/client/3_chat_list_manager.js +6 -5
  121. package/script/client/4_client.d.ts +106 -17
  122. package/script/client/4_client.js +207 -50
  123. package/script/connection/1_connection_web_socket.js +11 -12
  124. package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/assert/assert_rejects.d.ts +4 -0
  125. package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/assert/assert_throws.d.ts +6 -0
  126. package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/assert/unreachable.d.ts +1 -1
  127. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unreachable.js +2 -2
  128. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.js +12 -9
  129. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_db.d.ts +3 -1
  130. package/script/deps/deno.land/std@0.218.0/media_types/_db.js +39 -0
  131. package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/media_types/_util.d.ts +0 -2
  132. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_util.js +1 -3
  133. package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/media_types/extensions_by_type.d.ts +1 -3
  134. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extensions_by_type.js +3 -5
  135. package/script/deps/deno.land/std@0.218.0/path/_common/assert_path.d.ts +1 -0
  136. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.js +3 -1
  137. package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/path/format.d.ts +1 -1
  138. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.d.ts +1 -1
  139. package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/path/mod.d.ts +1 -1
  140. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/mod.js +1 -1
  141. package/{esm/deps/deno.land/std@0.216.0/path/windows → script/deps/deno.land/std@0.218.0/path/posix}/glob_to_regexp.d.ts +1 -1
  142. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.d.ts +1 -1
  143. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.d.ts +1 -1
  144. package/script/deps/deno.land/std@0.218.0/path/posix/parse.d.ts +6 -0
  145. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/glob_to_regexp.d.ts +1 -1
  146. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.d.ts +1 -1
  147. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.d.ts +1 -1
  148. package/script/deps/deno.land/std@0.218.0/path/windows/parse.d.ts +6 -0
  149. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.d.ts +1 -0
  150. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.js +6 -0
  151. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.d.ts +0 -2
  152. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.js +1 -7
  153. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.d.ts +2 -2
  154. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.js +1 -7
  155. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/crc32.js +1 -1
  156. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/deflate.js +8 -8
  157. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inffast.js +2 -2
  158. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inflate.js +21 -19
  159. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/trees.js +3 -3
  160. package/script/mod.d.ts +1 -2
  161. package/script/mod.js +2 -2
  162. package/script/storage/0_storage.d.ts +40 -38
  163. package/script/storage/0_storage.js +21 -2
  164. package/script/storage/0_utilities.d.ts +2 -2
  165. package/script/storage/1_storage_indexed_db.d.ts +1 -1
  166. package/script/storage/1_storage_local_storage.d.ts +1 -1
  167. package/script/storage/1_storage_memory.d.ts +5 -4
  168. package/script/storage/1_storage_memory.js +15 -10
  169. package/script/storage/1_storage_session_storage.d.ts +1 -1
  170. package/script/tl/0_tl_raw_writer.d.ts +9 -9
  171. package/script/tl/1_tl_object.d.ts +1 -1
  172. package/script/tl/1_tl_object.js +3 -3
  173. package/script/tl/2_types.d.ts +44 -6
  174. package/script/tl/2_types.js +168 -43
  175. package/script/tl/3_functions.d.ts +64 -28
  176. package/script/tl/3_functions.js +677 -587
  177. package/script/tl/3_utilities.d.ts +3 -3
  178. package/script/tl/4_tl_writer.d.ts +1 -1
  179. package/script/types/0_chat_administrator_rights.d.ts +2 -2
  180. package/script/types/0_chat_member_rights.d.ts +1 -1
  181. package/script/types/0_message_entity.d.ts +1 -1
  182. package/script/types/0_message_search_filter.d.ts +2 -1
  183. package/script/types/1_bot_command_scope.d.ts +2 -1
  184. package/script/types/1_keyboard_button.d.ts +1 -1
  185. package/script/types/1_story_interactive_area.d.ts +1 -1
  186. package/script/types/2_inline_keyboard_button.d.ts +1 -1
  187. package/script/types/2_invite_link.d.ts +6 -6
  188. package/script/types/2_invite_link.js +4 -4
  189. package/script/types/3_reply_markup.d.ts +2 -2
  190. package/script/types/4_inline_query_result.d.ts +2 -1
  191. package/script/types/4_message.d.ts +1 -60
  192. package/script/types/4_message.js +2 -3
  193. package/script/types/5_callback_query.d.ts +2 -2
  194. package/script/utilities/0_cache_map.d.ts +1 -1
  195. package/script/utilities/0_logger.d.ts +25 -0
  196. package/script/utilities/0_logger.js +118 -0
  197. package/script/utilities/0_mutex.d.ts +4 -0
  198. package/script/utilities/0_mutex.js +30 -0
  199. package/script/utilities/{0_queue.js → 1_queue.js} +6 -6
  200. package/esm/_dnt.polyfills.d.ts +0 -6
  201. package/esm/_dnt.polyfills.js +0 -1
  202. package/esm/client/5_session_string.d.ts +0 -3
  203. package/esm/client/5_session_string.js +0 -22
  204. package/esm/deps/deno.land/std@0.216.0/media_types/_db.js +0 -33
  205. package/esm/deps/deno.land/std@0.216.0/path/_common/assert_path.d.ts +0 -1
  206. package/esm/deps/deno.land/std@0.69.0/fmt/colors.d.ts +0 -77
  207. package/esm/deps/deno.land/std@0.69.0/fmt/colors.js +0 -224
  208. package/esm/deps/deno.land/x/crc32@v0.2.0/mod.d.ts +0 -15
  209. package/esm/deps/deno.land/x/crc32@v0.2.0/mod.js +0 -105
  210. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.d.ts +0 -16
  211. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.js +0 -239
  212. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.d.ts +0 -3
  213. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.js +0 -71
  214. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.d.ts +0 -22
  215. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.js +0 -112
  216. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.d.ts +0 -2
  217. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.js +0 -2
  218. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/format.d.ts +0 -1
  219. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/format.js +0 -39
  220. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.d.ts +0 -1
  221. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.js +0 -1
  222. package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.d.ts +0 -2
  223. package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.js +0 -2
  224. package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.d.ts +0 -26
  225. package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.js +0 -32
  226. package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.d.ts +0 -41
  227. package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.js +0 -113
  228. package/esm/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.d.ts +0 -1
  229. package/esm/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.js +0 -524
  230. package/script/_dnt.polyfills.d.ts +0 -6
  231. package/script/_dnt.polyfills.js +0 -2
  232. package/script/client/5_session_string.d.ts +0 -3
  233. package/script/client/5_session_string.js +0 -27
  234. package/script/deps/deno.land/std@0.216.0/media_types/_db.js +0 -39
  235. package/script/deps/deno.land/std@0.216.0/path/_common/assert_path.d.ts +0 -1
  236. package/script/deps/deno.land/std@0.216.0/path/posix/parse.d.ts +0 -6
  237. package/script/deps/deno.land/std@0.216.0/path/windows/parse.d.ts +0 -6
  238. package/script/deps/deno.land/std@0.69.0/fmt/colors.d.ts +0 -77
  239. package/script/deps/deno.land/std@0.69.0/fmt/colors.js +0 -298
  240. package/script/deps/deno.land/x/crc32@v0.2.0/mod.d.ts +0 -15
  241. package/script/deps/deno.land/x/crc32@v0.2.0/mod.js +0 -113
  242. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.d.ts +0 -16
  243. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.js +0 -271
  244. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.d.ts +0 -3
  245. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.js +0 -98
  246. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.d.ts +0 -22
  247. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.js +0 -141
  248. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.d.ts +0 -2
  249. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.js +0 -32
  250. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/format.d.ts +0 -1
  251. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/format.js +0 -43
  252. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.d.ts +0 -1
  253. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.js +0 -17
  254. package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.d.ts +0 -2
  255. package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.js +0 -18
  256. package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.d.ts +0 -26
  257. package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.js +0 -36
  258. package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.d.ts +0 -41
  259. package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.js +0 -117
  260. package/script/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.d.ts +0 -1
  261. package/script/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.js +0 -550
  262. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.d.ts +0 -0
  263. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.js +0 -0
  264. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.d.ts +0 -0
  265. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.js +0 -0
  266. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.d.ts +0 -0
  267. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.js +0 -0
  268. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.d.ts +0 -0
  269. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.js +0 -0
  270. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.d.ts +0 -0
  271. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.js +0 -0
  272. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.d.ts +0 -0
  273. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.js +0 -0
  274. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.d.ts +0 -0
  275. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.js +0 -0
  276. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.d.ts +0 -0
  277. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.js +0 -0
  278. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.d.ts +0 -0
  279. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.js +0 -0
  280. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.d.ts +0 -0
  281. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.js +0 -0
  282. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.d.ts +0 -0
  283. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.js +0 -0
  284. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.d.ts +0 -0
  285. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.js +0 -0
  286. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.d.ts +0 -0
  287. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.js +0 -0
  288. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.d.ts +0 -0
  289. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.js +0 -0
  290. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.d.ts +0 -0
  291. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.js +0 -0
  292. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.d.ts +0 -0
  293. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.js +0 -0
  294. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.d.ts +0 -0
  295. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.js +0 -0
  296. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.d.ts +0 -0
  297. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.js +0 -0
  298. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.d.ts +0 -0
  299. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.js +0 -0
  300. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.d.ts +0 -0
  301. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.js +0 -0
  302. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.d.ts +0 -0
  303. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.js +0 -0
  304. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_rejects.js +0 -0
  305. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.d.ts +0 -0
  306. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.js +0 -0
  307. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.d.ts +0 -0
  308. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.js +0 -0
  309. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_throws.js +0 -0
  310. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.d.ts +0 -0
  311. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.js +0 -0
  312. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.d.ts +0 -0
  313. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.js +0 -0
  314. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.d.ts +0 -0
  315. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.js +0 -0
  316. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.d.ts +0 -0
  317. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.js +0 -0
  318. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.d.ts +0 -0
  319. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.js +0 -0
  320. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.d.ts +0 -0
  321. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.js +0 -0
  322. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.d.ts +0 -0
  323. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.d.ts +0 -0
  324. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.js +0 -0
  325. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.d.ts +0 -0
  326. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.js +0 -0
  327. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.d.ts +0 -0
  328. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.js +0 -0
  329. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.d.ts +0 -0
  330. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.js +0 -0
  331. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.d.ts +0 -0
  332. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.js +0 -0
  333. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.d.ts +0 -0
  334. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.js +0 -0
  335. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.d.ts +0 -0
  336. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.js +0 -0
  337. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
  338. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
  339. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/assert_path.js +0 -0
  340. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.d.ts +0 -0
  341. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.js +0 -0
  342. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.d.ts +0 -0
  343. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.js +0 -0
  344. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.d.ts +0 -0
  345. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.js +0 -0
  346. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.d.ts +0 -0
  347. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.js +0 -0
  348. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.d.ts +0 -0
  349. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.js +0 -0
  350. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.d.ts +0 -0
  351. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.js +0 -0
  352. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
  353. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.d.ts +0 -0
  354. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.js +0 -0
  355. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.d.ts +0 -0
  356. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.js +0 -0
  357. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.d.ts +0 -0
  358. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.js +0 -0
  359. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.d.ts +0 -0
  360. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.js +0 -0
  361. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.d.ts +0 -0
  362. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.js +0 -0
  363. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.d.ts +0 -0
  364. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.js +0 -0
  365. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.d.ts +0 -0
  366. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.js +0 -0
  367. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.d.ts +0 -0
  368. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.js +0 -0
  369. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.d.ts +0 -0
  370. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.js +0 -0
  371. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.d.ts +0 -0
  372. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.js +0 -0
  373. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.d.ts +0 -0
  374. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.js +0 -0
  375. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.d.ts +0 -0
  376. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.js +0 -0
  377. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/format.js +0 -0
  378. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.d.ts +0 -0
  379. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.js +0 -0
  380. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.js +0 -0
  381. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.d.ts +0 -0
  382. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.js +0 -0
  383. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.d.ts +0 -0
  384. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.js +0 -0
  385. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.d.ts +0 -0
  386. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.js +0 -0
  387. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.d.ts +0 -0
  388. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.js +0 -0
  389. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.d.ts +0 -0
  390. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.js +0 -0
  391. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.d.ts +0 -0
  392. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.js +0 -0
  393. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.d.ts +0 -0
  394. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.js +0 -0
  395. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.d.ts +0 -0
  396. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.js +0 -0
  397. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.d.ts +0 -0
  398. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.js +0 -0
  399. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.d.ts +0 -0
  400. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.js +0 -0
  401. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.d.ts +0 -0
  402. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.js +0 -0
  403. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.d.ts +0 -0
  404. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.js +0 -0
  405. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.d.ts +0 -0
  406. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.js +0 -0
  407. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.d.ts +0 -0
  408. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.js +0 -0
  409. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.d.ts +0 -0
  410. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.js +0 -0
  411. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/glob_to_regexp.js +0 -0
  412. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.d.ts +0 -0
  413. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.js +0 -0
  414. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.d.ts +0 -0
  415. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.js +0 -0
  416. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.d.ts +0 -0
  417. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.js +0 -0
  418. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.js +0 -0
  419. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.d.ts +0 -0
  420. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.js +0 -0
  421. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.d.ts +0 -0
  422. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.js +0 -0
  423. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.js +0 -0
  424. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/parse.js +0 -0
  425. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.d.ts +0 -0
  426. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.js +0 -0
  427. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.d.ts +0 -0
  428. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.js +0 -0
  429. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.d.ts +0 -0
  430. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.js +0 -0
  431. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.d.ts +0 -0
  432. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.js +0 -0
  433. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.d.ts +0 -0
  434. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.js +0 -0
  435. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.d.ts +0 -0
  436. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.js +0 -0
  437. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.d.ts +0 -0
  438. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.js +0 -0
  439. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.d.ts +0 -0
  440. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.js +0 -0
  441. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.d.ts +0 -0
  442. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.js +0 -0
  443. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.d.ts +0 -0
  444. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.js +0 -0
  445. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.d.ts +0 -0
  446. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.js +0 -0
  447. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.d.ts +0 -0
  448. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.js +0 -0
  449. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.d.ts +0 -0
  450. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.js +0 -0
  451. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.d.ts +0 -0
  452. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.js +0 -0
  453. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.d.ts +0 -0
  454. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.js +0 -0
  455. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.d.ts +0 -0
  456. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.js +0 -0
  457. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/glob_to_regexp.js +0 -0
  458. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.d.ts +0 -0
  459. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.js +0 -0
  460. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.d.ts +0 -0
  461. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.js +0 -0
  462. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.d.ts +0 -0
  463. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.js +0 -0
  464. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.js +0 -0
  465. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.d.ts +0 -0
  466. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.js +0 -0
  467. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.d.ts +0 -0
  468. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.js +0 -0
  469. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.js +0 -0
  470. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/parse.js +0 -0
  471. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.d.ts +0 -0
  472. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.js +0 -0
  473. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.d.ts +0 -0
  474. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.js +0 -0
  475. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.d.ts +0 -0
  476. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.js +0 -0
  477. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.d.ts +0 -0
  478. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.js +0 -0
  479. /package/esm/utilities/{0_queue.d.ts → 1_queue.d.ts} +0 -0
  480. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.d.ts +0 -0
  481. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.js +0 -0
  482. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.d.ts +0 -0
  483. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.js +0 -0
  484. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.d.ts +0 -0
  485. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.js +0 -0
  486. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.d.ts +0 -0
  487. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.js +0 -0
  488. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.d.ts +0 -0
  489. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.js +0 -0
  490. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.d.ts +0 -0
  491. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.js +0 -0
  492. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.d.ts +0 -0
  493. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.js +0 -0
  494. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.d.ts +0 -0
  495. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.js +0 -0
  496. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.d.ts +0 -0
  497. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.js +0 -0
  498. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.d.ts +0 -0
  499. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.js +0 -0
  500. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.d.ts +0 -0
  501. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.js +0 -0
  502. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.d.ts +0 -0
  503. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.js +0 -0
  504. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.d.ts +0 -0
  505. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.js +0 -0
  506. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.d.ts +0 -0
  507. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.js +0 -0
  508. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.d.ts +0 -0
  509. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.js +0 -0
  510. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.d.ts +0 -0
  511. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.js +0 -0
  512. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.d.ts +0 -0
  513. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.js +0 -0
  514. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.d.ts +0 -0
  515. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.js +0 -0
  516. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.d.ts +0 -0
  517. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.js +0 -0
  518. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.d.ts +0 -0
  519. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.js +0 -0
  520. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.d.ts +0 -0
  521. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.js +0 -0
  522. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_rejects.js +0 -0
  523. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.d.ts +0 -0
  524. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.js +0 -0
  525. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.d.ts +0 -0
  526. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.js +0 -0
  527. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_throws.js +0 -0
  528. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.d.ts +0 -0
  529. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.js +0 -0
  530. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.d.ts +0 -0
  531. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.js +0 -0
  532. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.d.ts +0 -0
  533. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.js +0 -0
  534. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.d.ts +0 -0
  535. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.js +0 -0
  536. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.d.ts +0 -0
  537. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.js +0 -0
  538. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.d.ts +0 -0
  539. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.js +0 -0
  540. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.d.ts +0 -0
  541. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.d.ts +0 -0
  542. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.js +0 -0
  543. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.d.ts +0 -0
  544. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.js +0 -0
  545. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.d.ts +0 -0
  546. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.js +0 -0
  547. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.d.ts +0 -0
  548. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.js +0 -0
  549. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.d.ts +0 -0
  550. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.js +0 -0
  551. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.d.ts +0 -0
  552. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.js +0 -0
  553. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.d.ts +0 -0
  554. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.js +0 -0
  555. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
  556. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
  557. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/assert_path.js +0 -0
  558. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.d.ts +0 -0
  559. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.js +0 -0
  560. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.d.ts +0 -0
  561. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.js +0 -0
  562. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.d.ts +0 -0
  563. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.js +0 -0
  564. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.d.ts +0 -0
  565. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.js +0 -0
  566. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.d.ts +0 -0
  567. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.js +0 -0
  568. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.d.ts +0 -0
  569. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.js +0 -0
  570. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
  571. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.d.ts +0 -0
  572. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.js +0 -0
  573. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.d.ts +0 -0
  574. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.js +0 -0
  575. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.d.ts +0 -0
  576. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.js +0 -0
  577. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.d.ts +0 -0
  578. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.js +0 -0
  579. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.d.ts +0 -0
  580. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.js +0 -0
  581. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.d.ts +0 -0
  582. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.js +0 -0
  583. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.d.ts +0 -0
  584. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.js +0 -0
  585. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.d.ts +0 -0
  586. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.js +0 -0
  587. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.d.ts +0 -0
  588. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.js +0 -0
  589. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.d.ts +0 -0
  590. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.js +0 -0
  591. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.d.ts +0 -0
  592. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.js +0 -0
  593. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.d.ts +0 -0
  594. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.js +0 -0
  595. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/format.js +0 -0
  596. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.d.ts +0 -0
  597. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.js +0 -0
  598. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.js +0 -0
  599. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.d.ts +0 -0
  600. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.js +0 -0
  601. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.d.ts +0 -0
  602. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.js +0 -0
  603. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.d.ts +0 -0
  604. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.js +0 -0
  605. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.d.ts +0 -0
  606. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.js +0 -0
  607. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.d.ts +0 -0
  608. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.js +0 -0
  609. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.d.ts +0 -0
  610. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.js +0 -0
  611. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.d.ts +0 -0
  612. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.js +0 -0
  613. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.d.ts +0 -0
  614. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.js +0 -0
  615. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.d.ts +0 -0
  616. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.js +0 -0
  617. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.d.ts +0 -0
  618. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.js +0 -0
  619. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.d.ts +0 -0
  620. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.js +0 -0
  621. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.d.ts +0 -0
  622. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.js +0 -0
  623. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.d.ts +0 -0
  624. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.js +0 -0
  625. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.d.ts +0 -0
  626. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.js +0 -0
  627. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.d.ts +0 -0
  628. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.js +0 -0
  629. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/glob_to_regexp.js +0 -0
  630. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.d.ts +0 -0
  631. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.js +0 -0
  632. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.d.ts +0 -0
  633. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.js +0 -0
  634. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.d.ts +0 -0
  635. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.js +0 -0
  636. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.js +0 -0
  637. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.d.ts +0 -0
  638. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.js +0 -0
  639. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.d.ts +0 -0
  640. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.js +0 -0
  641. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.js +0 -0
  642. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/parse.js +0 -0
  643. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.d.ts +0 -0
  644. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.js +0 -0
  645. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.d.ts +0 -0
  646. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.js +0 -0
  647. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.d.ts +0 -0
  648. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.js +0 -0
  649. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.d.ts +0 -0
  650. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.js +0 -0
  651. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.d.ts +0 -0
  652. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.js +0 -0
  653. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.d.ts +0 -0
  654. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.js +0 -0
  655. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.d.ts +0 -0
  656. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.js +0 -0
  657. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.d.ts +0 -0
  658. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.js +0 -0
  659. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.d.ts +0 -0
  660. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.js +0 -0
  661. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.d.ts +0 -0
  662. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.js +0 -0
  663. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.d.ts +0 -0
  664. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.js +0 -0
  665. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.d.ts +0 -0
  666. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.js +0 -0
  667. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.d.ts +0 -0
  668. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.js +0 -0
  669. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.d.ts +0 -0
  670. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.js +0 -0
  671. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.d.ts +0 -0
  672. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.js +0 -0
  673. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.d.ts +0 -0
  674. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.js +0 -0
  675. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/glob_to_regexp.js +0 -0
  676. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.d.ts +0 -0
  677. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.js +0 -0
  678. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.d.ts +0 -0
  679. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.js +0 -0
  680. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.d.ts +0 -0
  681. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.js +0 -0
  682. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.js +0 -0
  683. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.d.ts +0 -0
  684. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.js +0 -0
  685. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.d.ts +0 -0
  686. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.js +0 -0
  687. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.js +0 -0
  688. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/parse.js +0 -0
  689. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.d.ts +0 -0
  690. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.js +0 -0
  691. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.d.ts +0 -0
  692. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.js +0 -0
  693. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.d.ts +0 -0
  694. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.js +0 -0
  695. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.d.ts +0 -0
  696. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.js +0 -0
  697. /package/script/utilities/{0_queue.d.ts → 1_queue.d.ts} +0 -0
@@ -24,6 +24,4 @@ export declare class Deflate {
24
24
  constructor(options?: DeflateOptions);
25
25
  push(data: Uint8Array, mode: boolean | number): Uint8Array;
26
26
  }
27
- export declare function deflate(input: Uint8Array, options?: DeflateOptions): Uint8Array;
28
- export declare function deflateRaw(input: Uint8Array, options?: DeflateOptions): Uint8Array;
29
27
  export declare function gzip(input: Uint8Array, options?: DeflateOptions): Uint8Array;
@@ -121,7 +121,7 @@ export class Deflate {
121
121
  return concatUint8Array(chunks);
122
122
  }
123
123
  }
124
- export function deflate(input, options = {}) {
124
+ function deflate(input, options = {}) {
125
125
  const deflator = new Deflate(options);
126
126
  const result = deflator.push(input, true);
127
127
  // That will never happens, if you don't cheat with options :)
@@ -129,10 +129,6 @@ export function deflate(input, options = {}) {
129
129
  throw deflator.msg || msg[deflator.err];
130
130
  return result;
131
131
  }
132
- export function deflateRaw(input, options = {}) {
133
- options.raw = true;
134
- return deflate(input, options);
135
- }
136
132
  export function gzip(input, options = {}) {
137
133
  options.gzip = true;
138
134
  return deflate(input, options);
@@ -18,6 +18,6 @@ export declare class Inflate {
18
18
  constructor(options: InflateOptions);
19
19
  push(data: Uint8Array, mode: boolean | number): Uint8Array;
20
20
  }
21
- export declare function inflate(input: Uint8Array, options?: InflateOptions): Uint8Array;
22
- export declare function inflateRaw(input: Uint8Array, options?: InflateOptions): Uint8Array;
21
+ declare function inflate(input: Uint8Array, options?: InflateOptions): Uint8Array;
23
22
  export declare const gunzip: typeof inflate;
23
+ export {};
@@ -161,7 +161,7 @@ export class Inflate {
161
161
  return concatUint8Array(chunks);
162
162
  }
163
163
  }
164
- export function inflate(input, options = {}) {
164
+ function inflate(input, options = {}) {
165
165
  const inflator = new Inflate(options);
166
166
  const result = inflator.push(input, true);
167
167
  // That will never happens, if you don't cheat with options :)
@@ -169,8 +169,4 @@ export function inflate(input, options = {}) {
169
169
  throw inflator.msg || msg[inflator.err];
170
170
  return result;
171
171
  }
172
- export function inflateRaw(input, options = {}) {
173
- options.raw = true;
174
- return inflate(input, options);
175
- }
176
172
  export const gunzip = inflate;
@@ -5,7 +5,7 @@ export function makeTable() {
5
5
  for (let n = 0; n < 256; n++) {
6
6
  c = n;
7
7
  for (let k = 0; k < 8; k++) {
8
- c = ((c & 1) ? (m ^ (c >>> 1)) : (c >>> 1));
8
+ c = (c & 1) ? (m ^ (c >>> 1)) : (c >>> 1);
9
9
  }
10
10
  table[n] = c;
11
11
  }
@@ -53,7 +53,7 @@ const MAX_BITS = 15;
53
53
  /* All codes must not exceed MAX_BITS bits */
54
54
  const MIN_MATCH = 3;
55
55
  const MAX_MATCH = 258;
56
- const MIN_LOOKAHEAD = (MAX_MATCH + MIN_MATCH + 1);
56
+ const MIN_LOOKAHEAD = MAX_MATCH + MIN_MATCH + 1;
57
57
  const PRESET_DICT = 0x20;
58
58
  const INIT_STATE = 42;
59
59
  const EXTRA_STATE = 69;
@@ -72,7 +72,7 @@ function err(strm, errorCode) {
72
72
  return errorCode;
73
73
  }
74
74
  function rank(f) {
75
- return ((f) << 1) - ((f) > 4 ? 9 : 0);
75
+ return (f << 1) - (f > 4 ? 9 : 0);
76
76
  }
77
77
  function zero(buf) {
78
78
  buf.fill(0, 0, buf.length);
@@ -103,7 +103,7 @@ function flush_pending(strm) {
103
103
  }
104
104
  }
105
105
  function flush_block_only(s, last) {
106
- trees._tr_flush_block(s, (s.block_start >= 0 ? s.block_start : -1), s.strstart - s.block_start, last);
106
+ trees._tr_flush_block(s, s.block_start >= 0 ? s.block_start : -1, s.strstart - s.block_start, last);
107
107
  s.block_start = s.strstart;
108
108
  flush_pending(s.strm);
109
109
  }
@@ -291,13 +291,13 @@ function fill_window(s) {
291
291
  p = n;
292
292
  do {
293
293
  m = s.head[--p];
294
- s.head[p] = (m >= _w_size ? m - _w_size : 0);
294
+ s.head[p] = m >= _w_size ? m - _w_size : 0;
295
295
  } while (--n);
296
296
  n = _w_size;
297
297
  p = n;
298
298
  do {
299
299
  m = s.prev[--p];
300
- s.prev[p] = (m >= _w_size ? m - _w_size : 0);
300
+ s.prev[p] = m >= _w_size ? m - _w_size : 0;
301
301
  /* If n is not on any hash chain, prev[n] is garbage but
302
302
  * its value will never be used.
303
303
  */
@@ -578,7 +578,7 @@ function deflate_fast(s, flush) {
578
578
  /***/
579
579
  }
580
580
  }
581
- s.insert = ((s.strstart < (MIN_MATCH - 1)) ? s.strstart : MIN_MATCH - 1);
581
+ s.insert = (s.strstart < (MIN_MATCH - 1)) ? s.strstart : MIN_MATCH - 1;
582
582
  if (flush === STATUS.Z_FINISH) {
583
583
  /*** FLUSH_BLOCK(s, 1); ***/
584
584
  flush_block_only(s, true);
@@ -1437,7 +1437,7 @@ function deflateResetKeep(strm) {
1437
1437
  s.wrap = -s.wrap;
1438
1438
  /* was made negative by deflate(..., Z_FINISH); */
1439
1439
  }
1440
- s.status = (s.wrap ? INIT_STATE : BUSY_STATE);
1440
+ s.status = s.wrap ? INIT_STATE : BUSY_STATE;
1441
1441
  strm.adler = (s.wrap === 2)
1442
1442
  ? 0 // crc32(0, Z_NULL, 0)
1443
1443
  : 1; // adler32(0, Z_NULL, 0)
@@ -1598,7 +1598,7 @@ export function deflate(strm, flush) {
1598
1598
  else {
1599
1599
  level_flags = 3;
1600
1600
  }
1601
- header |= (level_flags << 6);
1601
+ header |= level_flags << 6;
1602
1602
  if (s.strstart !== 0)
1603
1603
  header |= PRESET_DICT;
1604
1604
  header += 31 - (header % 31);
@@ -313,8 +313,8 @@ export default function inflate_fast(strm, start) {
313
313
  /* update state and return */
314
314
  strm.next_in = _in;
315
315
  strm.next_out = _out;
316
- strm.avail_in = (_in < last ? 5 + (last - _in) : 5 - (_in - last));
317
- strm.avail_out = (_out < end ? 257 + (end - _out) : 257 - (_out - end));
316
+ strm.avail_in = _in < last ? 5 + (last - _in) : 5 - (_in - last);
317
+ strm.avail_out = _out < end ? 257 + (end - _out) : 257 - (_out - end);
318
318
  state.hold = hold;
319
319
  state.bits = bits;
320
320
  return;
@@ -618,7 +618,7 @@ export function inflate(strm, flush) {
618
618
  break;
619
619
  }
620
620
  if (state.head) {
621
- state.head.text = ((hold >> 8) & 1);
621
+ state.head.text = (hold >> 8) & 1;
622
622
  }
623
623
  if (state.flags & 0x0200) {
624
624
  //=== CRC2(state.check, hold);
@@ -672,8 +672,8 @@ export function inflate(strm, flush) {
672
672
  }
673
673
  //===//
674
674
  if (state.head) {
675
- state.head.xflags = (hold & 0xff);
676
- state.head.os = (hold >> 8);
675
+ state.head.xflags = hold & 0xff;
676
+ state.head.os = hold >> 8;
677
677
  }
678
678
  if (state.flags & 0x0200) {
679
679
  //=== CRC2(state.check, hold);
@@ -829,7 +829,7 @@ export function inflate(strm, flush) {
829
829
  //===//
830
830
  }
831
831
  if (state.head) {
832
- state.head.hcrc = ((state.flags >> 9) & 1);
832
+ state.head.hcrc = (state.flags >> 9) & 1;
833
833
  state.head.done = true;
834
834
  }
835
835
  strm.adler = state.check = 0;
@@ -889,7 +889,7 @@ export function inflate(strm, flush) {
889
889
  bits += 8;
890
890
  }
891
891
  //===//
892
- state.last = (hold & 0x01) /*BITS(1)*/;
892
+ state.last = hold & 0x01 /*BITS(1)*/;
893
893
  //--- DROPBITS(1) ---//
894
894
  hold >>>= 1;
895
895
  bits -= 1;
@@ -1029,7 +1029,7 @@ export function inflate(strm, flush) {
1029
1029
  bits += 8;
1030
1030
  }
1031
1031
  //===//
1032
- state.lens[order[state.have++]] = (hold & 0x07); //BITS(3);
1032
+ state.lens[order[state.have++]] = hold & 0x07; //BITS(3);
1033
1033
  //--- DROPBITS(3) ---//
1034
1034
  hold >>>= 3;
1035
1035
  bits -= 3;
@@ -1064,7 +1064,7 @@ export function inflate(strm, flush) {
1064
1064
  here_bits = here >>> 24;
1065
1065
  here_op = (here >>> 16) & 0xff;
1066
1066
  here_val = here & 0xffff;
1067
- if ((here_bits) <= bits)
1067
+ if (here_bits <= bits)
1068
1068
  break;
1069
1069
  //--- PULLBYTE() ---//
1070
1070
  if (have === 0)
@@ -1338,7 +1338,7 @@ export function inflate(strm, flush) {
1338
1338
  here_bits = here >>> 24;
1339
1339
  here_op = (here >>> 16) & 0xff;
1340
1340
  here_val = here & 0xffff;
1341
- if ((here_bits) <= bits)
1341
+ if (here_bits <= bits)
1342
1342
  break;
1343
1343
  //--- PULLBYTE() ---//
1344
1344
  if (have === 0)
@@ -1387,7 +1387,7 @@ export function inflate(strm, flush) {
1387
1387
  break;
1388
1388
  }
1389
1389
  state.offset = here_val;
1390
- state.extra = (here_op) & 15;
1390
+ state.extra = here_op & 15;
1391
1391
  state.mode = DISTEXT;
1392
1392
  /* falls through */
1393
1393
  case DISTEXT:
@@ -1498,11 +1498,12 @@ export function inflate(strm, flush) {
1498
1498
  strm.total_out += _out;
1499
1499
  state.total += _out;
1500
1500
  if (_out) {
1501
- strm.adler = state.check =
1502
- /*UPDATE(state.check, put - _out, _out);*/
1503
- (state.flags
1504
- ? crc32(state.check, output, _out, put - _out)
1505
- : adler32(state.check, output, _out, put - _out));
1501
+ strm.adler =
1502
+ state.check =
1503
+ /*UPDATE(state.check, put - _out, _out);*/
1504
+ state.flags
1505
+ ? crc32(state.check, output, _out, put - _out)
1506
+ : adler32(state.check, output, _out, put - _out);
1506
1507
  }
1507
1508
  _out = left;
1508
1509
  // NB: crc32 stored as signed 32-bit int, zswap32 returns signed too
@@ -1585,11 +1586,12 @@ export function inflate(strm, flush) {
1585
1586
  strm.total_out += _out;
1586
1587
  state.total += _out;
1587
1588
  if (state.wrap && _out) {
1588
- strm.adler = state
1589
- .check = /*UPDATE(state.check, strm.next_out - _out, _out);*/
1590
- (state.flags
1591
- ? crc32(state.check, output, _out, strm.next_out - _out)
1592
- : adler32(state.check, output, _out, strm.next_out - _out));
1589
+ strm.adler =
1590
+ state
1591
+ .check = /*UPDATE(state.check, strm.next_out - _out, _out);*/
1592
+ state.flags
1593
+ ? crc32(state.check, output, _out, strm.next_out - _out)
1594
+ : adler32(state.check, output, _out, strm.next_out - _out);
1593
1595
  }
1594
1596
  strm.data_type = state.bits + (state.last ? 64 : 0) +
1595
1597
  (state.mode === TYPE ? 128 : 0) +
@@ -261,7 +261,7 @@ function d_code(dist) {
261
261
  function put_short(s, w) {
262
262
  // put_byte(s, (uch)((w) & 0xff));
263
263
  // put_byte(s, (uch)((ush)(w) >> 8));
264
- s.pending_buf[s.pending++] = (w) & 0xff;
264
+ s.pending_buf[s.pending++] = w & 0xff;
265
265
  s.pending_buf[s.pending++] = (w >>> 8) & 0xff;
266
266
  }
267
267
  /* ===========================================================================
@@ -696,7 +696,7 @@ function build_tree(s, desc) {
696
696
  * two codes of non zero frequency.
697
697
  */
698
698
  while (s.heap_len < 2) {
699
- node = s.heap[++s.heap_len] = (max_code < 2 ? ++max_code : 0);
699
+ node = s.heap[++s.heap_len] = max_code < 2 ? ++max_code : 0;
700
700
  tree[node * 2] /*.Freq*/ = 1;
701
701
  s.depth[node] = 0;
702
702
  s.opt_len--;
@@ -709,7 +709,7 @@ function build_tree(s, desc) {
709
709
  /* The elements heap[heap_len/2+1 .. heap_len] are leaves of the tree,
710
710
  * establish sub-heaps of increasing lengths:
711
711
  */
712
- for (n = (s.heap_len >> 1 /*int /2*/); n >= 1; n--)
712
+ for (n = s.heap_len >> 1 /*int /2*/; n >= 1; n--)
713
713
  pqdownheap(s, tree, n);
714
714
  /* Construct the Huffman tree by repeatedly combining the least two
715
715
  * frequent nodes.
package/esm/mod.d.ts CHANGED
@@ -1,5 +1,4 @@
1
- import "./_dnt.polyfills.js";
2
- export { getColorFromPeerId, getColorName, getRandomId } from "./1_utilities.js";
1
+ export { getColorFromPeerId, getColorName, getRandomId, setLogVerbosity } from "./1_utilities.js";
3
2
  export { checkPassword } from "./client/0_password.js";
4
3
  export * from "./2_connection.js";
5
4
  export * from "./3_storage.js";
package/esm/mod.js CHANGED
@@ -1,5 +1,4 @@
1
- import "./_dnt.polyfills.js";
2
- export { getColorFromPeerId, getColorName, getRandomId } from "./1_utilities.js";
1
+ export { getColorFromPeerId, getColorName, getRandomId, setLogVerbosity } from "./1_utilities.js";
3
2
  export { checkPassword } from "./client/0_password.js";
4
3
  export * from "./2_connection.js";
5
4
  export * from "./3_storage.js";
@@ -1,53 +1,53 @@
1
1
  import { MaybePromise } from "../1_utilities.js";
2
- import { AnyEntity, enums, TLObject, types } from "../2_tl.js";
2
+ import { AnyEntity, enums, ReadObject, TLObject, types } from "../2_tl.js";
3
3
  import { DC } from "../3_transport.js";
4
4
  export declare const K: {
5
5
  session: {
6
6
  P: (string: string) => string;
7
- serverSalt: () => string[];
7
+ serverSalt: () => StorageKeyPart[];
8
8
  };
9
9
  auth: {
10
10
  P: (string: string) => string;
11
- dc: () => string[];
12
- key: () => string[];
13
- accountType: () => string[];
11
+ dc: () => StorageKeyPart[];
12
+ key: () => StorageKeyPart[];
13
+ accountType: () => StorageKeyPart[];
14
14
  };
15
15
  updates: {
16
16
  P: (string: string) => string;
17
- state: () => string[];
18
- all: () => string[];
19
- updates: (boxId: bigint) => (string | bigint)[];
20
- update: (boxId: bigint, id: bigint) => (string | bigint)[];
21
- channelPts: (channelId: bigint) => (string | bigint)[];
17
+ state: () => StorageKeyPart[];
18
+ all: () => StorageKeyPart[];
19
+ updates: (boxId: bigint) => StorageKeyPart[];
20
+ update: (boxId: bigint, id: bigint) => StorageKeyPart[];
21
+ channelPts: (channelId: bigint) => StorageKeyPart[];
22
22
  };
23
23
  cache: {
24
24
  P: (string: string) => string;
25
- usernames: () => string[];
26
- username: (v: string) => string[];
27
- peers: () => string[];
28
- peer: (id: number) => (string | number)[];
29
- stickerSetNames: () => string[];
30
- stickerSetName: (id: bigint, accessHash: bigint) => (string | bigint)[];
31
- files: () => string[];
32
- file: (fileId: bigint) => (string | bigint)[];
33
- fileParts: () => string[];
34
- filePart: (fileId: bigint, n: number) => (string | number | bigint)[];
35
- customEmojiDocuments: () => string[];
36
- customEmojiDocument: (id: bigint) => (string | bigint)[];
25
+ usernames: () => StorageKeyPart[];
26
+ username: (v: string) => StorageKeyPart[];
27
+ peers: () => StorageKeyPart[];
28
+ peer: (id: number) => StorageKeyPart[];
29
+ stickerSetNames: () => StorageKeyPart[];
30
+ stickerSetName: (id: bigint, accessHash: bigint) => StorageKeyPart[];
31
+ files: () => StorageKeyPart[];
32
+ file: (fileId: bigint) => StorageKeyPart[];
33
+ fileParts: () => StorageKeyPart[];
34
+ filePart: (fileId: bigint, n: number) => StorageKeyPart[];
35
+ customEmojiDocuments: () => StorageKeyPart[];
36
+ customEmojiDocument: (id: bigint) => StorageKeyPart[];
37
37
  };
38
38
  messages: {
39
39
  P: (string: string) => string;
40
- messages: (chatId: number) => (string | number)[];
41
- message: (chatId: number, messageId: number) => (string | number)[];
42
- allMessageRefs: () => string[];
43
- messageRef: (messageId: number) => (string | number)[];
40
+ messages: (chatId: number) => StorageKeyPart[];
41
+ message: (chatId: number, messageId: number) => StorageKeyPart[];
42
+ allMessageRefs: () => StorageKeyPart[];
43
+ messageRef: (messageId: number) => StorageKeyPart[];
44
44
  };
45
45
  chatlists: {
46
46
  P: (string: string) => string;
47
- hasAllChats: (listId: number) => (string | number)[];
48
- chats: (listId: number) => (string | number)[];
49
- chat: (listId: number, chatId: number) => (string | number)[];
50
- pinnedChats: (listId: number) => (string | number)[];
47
+ hasAllChats: (listId: number) => StorageKeyPart[];
48
+ chats: (listId: number) => StorageKeyPart[];
49
+ chat: (listId: number, chatId: number) => StorageKeyPart[];
50
+ pinnedChats: (listId: number) => StorageKeyPart[];
51
51
  };
52
52
  };
53
53
  export type StorageKeyPart = string | number | bigint;
@@ -70,19 +70,21 @@ export declare abstract class Storage {
70
70
  abstract get supportsFiles(): boolean;
71
71
  abstract branch(id: string): Storage;
72
72
  get isMemoryStorage(): boolean;
73
- setDc(dc: DC | null): MaybePromise<void>;
73
+ setDc(dc: DC | null): Promise<void>;
74
74
  getDc(): MaybePromise<DC | null>;
75
75
  getAuthKey(): Promise<Uint8Array | null>;
76
76
  setAuthKey(authKey: Uint8Array | null): Promise<void>;
77
77
  get authKeyId(): bigint | null;
78
+ exportAuthString(): Promise<string>;
79
+ importAuthString(string: string): Promise<void>;
78
80
  getChannelAccessHash(id: number): Promise<bigint | null>;
79
81
  getUserAccessHash(id: number): Promise<bigint | null>;
80
82
  updateUsernames(id: number, usernames: string[]): Promise<void>;
81
83
  getUsername(username: string): Promise<[number, Date] | null>;
82
84
  setTlObject(key: readonly StorageKeyPart[], value: TLObject | null): Promise<void>;
83
- getTlObject(keyOrBuffer: TLObject | Uint8Array | readonly StorageKeyPart[]): Promise<import("../2_tl.js").ReadObject | null>;
85
+ getTlObject(keyOrBuffer: TLObject | Uint8Array | readonly StorageKeyPart[]): Promise<ReadObject | null>;
84
86
  setState(state: enums.updates.State): Promise<void>;
85
- getState(): Promise<import("../tl/2_types.js").updates_State_ | null>;
87
+ getState(): Promise<enums.updates.State | null>;
86
88
  setMessage(chatId: number, messageId: number, message: enums.Message | null): Promise<void>;
87
89
  deleteMessages(): Promise<void>;
88
90
  getMessageChat(messageId: number): MaybePromise<number | null>;
@@ -91,9 +93,9 @@ export declare abstract class Storage {
91
93
  setChannelPts(channelId: bigint, pts: number): Promise<void>;
92
94
  getChannelPts(channelId: bigint): MaybePromise<number | null>;
93
95
  setEntity(entity: AnyEntity): Promise<void>;
94
- getEntity(key: number): Promise<import("../2_tl.js").ReadObject | null>;
96
+ getEntity(key: number): Promise<ReadObject | null>;
95
97
  setAccountType(type: "user" | "bot"): Promise<void>;
96
- getAccountType(): Promise<"bot" | "user" | null>;
98
+ getAccountType(): Promise<"user" | "bot" | null>;
97
99
  updateStickerSetName(id: bigint, accessHash: bigint, name: string): Promise<void>;
98
100
  getStickerSetName(id: bigint, accessHash: bigint): MaybePromise<[string, Date] | null>;
99
101
  setServerSalt(serverSalt: bigint): Promise<void>;
@@ -112,14 +114,14 @@ export declare abstract class Storage {
112
114
  getPinnedChats(listId: number): Promise<number[] | null>;
113
115
  getHistory(chatId: number, offsetId: number, limit: number): Promise<enums.Message[]>;
114
116
  getFile(id: bigint): Promise<[number, number] | null>;
115
- iterFileParts(id: bigint, partCount: number, offset: number): AsyncGenerator<Uint8Array, void, unknown>;
117
+ iterFileParts(id: bigint, partCount: number, offset: number): AsyncGenerator<Uint8Array>;
116
118
  saveFilePart(id: bigint, index: number, bytes: Uint8Array): Promise<void>;
117
119
  setFilePartCount(id: bigint, partCount: number, chunkSize: number): Promise<void>;
118
120
  setCustomEmojiDocument(id: bigint, document: types.Document): Promise<void>;
119
- getCustomEmojiDocument(id: bigint): Promise<[import("../tl/2_types.js").Document_, Date] | null>;
121
+ getCustomEmojiDocument(id: bigint): Promise<[types.Document, Date] | null>;
120
122
  setUpdate(boxId: bigint, update: enums.Update): Promise<void>;
121
123
  deleteUpdates(): Promise<void>;
122
- getFirstUpdate(boxId: bigint): Promise<readonly [readonly StorageKeyPart[], import("../tl/2_types.js").UpdateNewMessage_ | import("../tl/2_types.js").UpdateMessageID_ | import("../tl/2_types.js").UpdateDeleteMessages_ | import("../tl/2_types.js").UpdateUserTyping_ | import("../tl/2_types.js").UpdateChatUserTyping_ | import("../tl/2_types.js").UpdateChatParticipants_ | import("../tl/2_types.js").UpdateUserStatus_ | import("../tl/2_types.js").UpdateUserName_ | import("../tl/2_types.js").UpdateNewAuthorization_ | import("../tl/2_types.js").UpdateNewEncryptedMessage_ | import("../tl/2_types.js").UpdateEncryptedChatTyping_ | import("../tl/2_types.js").UpdateEncryption_ | import("../tl/2_types.js").UpdateEncryptedMessagesRead_ | import("../tl/2_types.js").UpdateChatParticipantAdd_ | import("../tl/2_types.js").UpdateChatParticipantDelete_ | import("../tl/2_types.js").UpdateDcOptions_ | import("../tl/2_types.js").UpdateNotifySettings_ | import("../tl/2_types.js").UpdateServiceNotification_ | import("../tl/2_types.js").UpdatePrivacy_ | import("../tl/2_types.js").UpdateUserPhone_ | import("../tl/2_types.js").UpdateReadHistoryInbox_ | import("../tl/2_types.js").UpdateReadHistoryOutbox_ | import("../tl/2_types.js").UpdateWebPage_ | import("../tl/2_types.js").UpdateReadMessagesContents_ | import("../tl/2_types.js").UpdateChannelTooLong_ | import("../tl/2_types.js").UpdateChannel_ | import("../tl/2_types.js").UpdateNewChannelMessage_ | import("../tl/2_types.js").UpdateReadChannelInbox_ | import("../tl/2_types.js").UpdateDeleteChannelMessages_ | import("../tl/2_types.js").UpdateChannelMessageViews_ | import("../tl/2_types.js").UpdateChatParticipantAdmin_ | import("../tl/2_types.js").UpdateNewStickerSet_ | import("../tl/2_types.js").UpdateStickerSetsOrder_ | import("../tl/2_types.js").UpdateStickerSets_ | import("../tl/2_types.js").UpdateSavedGifs_ | import("../tl/2_types.js").UpdateBotInlineQuery_ | import("../tl/2_types.js").UpdateBotInlineSend_ | import("../tl/2_types.js").UpdateEditChannelMessage_ | import("../tl/2_types.js").UpdateBotCallbackQuery_ | import("../tl/2_types.js").UpdateEditMessage_ | import("../tl/2_types.js").UpdateInlineBotCallbackQuery_ | import("../tl/2_types.js").UpdateReadChannelOutbox_ | import("../tl/2_types.js").UpdateDraftMessage_ | import("../tl/2_types.js").UpdateReadFeaturedStickers_ | import("../tl/2_types.js").UpdateRecentStickers_ | import("../tl/2_types.js").UpdateConfig_ | import("../tl/2_types.js").UpdatePtsChanged_ | import("../tl/2_types.js").UpdateChannelWebPage_ | import("../tl/2_types.js").UpdateDialogPinned_ | import("../tl/2_types.js").UpdatePinnedDialogs_ | import("../tl/2_types.js").UpdateBotWebhookJSON_ | import("../tl/2_types.js").UpdateBotWebhookJSONQuery_ | import("../tl/2_types.js").UpdateBotShippingQuery_ | import("../tl/2_types.js").UpdateBotPrecheckoutQuery_ | import("../tl/2_types.js").UpdatePhoneCall_ | import("../tl/2_types.js").UpdateLangPackTooLong_ | import("../tl/2_types.js").UpdateLangPack_ | import("../tl/2_types.js").UpdateFavedStickers_ | import("../tl/2_types.js").UpdateChannelReadMessagesContents_ | import("../tl/2_types.js").UpdateContactsReset_ | import("../tl/2_types.js").UpdateChannelAvailableMessages_ | import("../tl/2_types.js").UpdateDialogUnreadMark_ | import("../tl/2_types.js").UpdateMessagePoll_ | import("../tl/2_types.js").UpdateChatDefaultBannedRights_ | import("../tl/2_types.js").UpdateFolderPeers_ | import("../tl/2_types.js").UpdatePeerSettings_ | import("../tl/2_types.js").UpdatePeerLocated_ | import("../tl/2_types.js").UpdateNewScheduledMessage_ | import("../tl/2_types.js").UpdateDeleteScheduledMessages_ | import("../tl/2_types.js").UpdateTheme_ | import("../tl/2_types.js").UpdateGeoLiveViewed_ | import("../tl/2_types.js").UpdateLoginToken_ | import("../tl/2_types.js").UpdateMessagePollVote_ | import("../tl/2_types.js").UpdateDialogFilter_ | import("../tl/2_types.js").UpdateDialogFilterOrder_ | import("../tl/2_types.js").UpdateDialogFilters_ | import("../tl/2_types.js").UpdatePhoneCallSignalingData_ | import("../tl/2_types.js").UpdateChannelMessageForwards_ | import("../tl/2_types.js").UpdateReadChannelDiscussionInbox_ | import("../tl/2_types.js").UpdateReadChannelDiscussionOutbox_ | import("../tl/2_types.js").UpdatePeerBlocked_ | import("../tl/2_types.js").UpdateChannelUserTyping_ | import("../tl/2_types.js").UpdatePinnedMessages_ | import("../tl/2_types.js").UpdatePinnedChannelMessages_ | import("../tl/2_types.js").UpdateChat_ | import("../tl/2_types.js").UpdateGroupCallParticipants_ | import("../tl/2_types.js").UpdateGroupCall_ | import("../tl/2_types.js").UpdatePeerHistoryTTL_ | import("../tl/2_types.js").UpdateChatParticipant_ | import("../tl/2_types.js").UpdateChannelParticipant_ | import("../tl/2_types.js").UpdateBotStopped_ | import("../tl/2_types.js").UpdateGroupCallConnection_ | import("../tl/2_types.js").UpdateBotCommands_ | import("../tl/2_types.js").UpdatePendingJoinRequests_ | import("../tl/2_types.js").UpdateBotChatInviteRequester_ | import("../tl/2_types.js").UpdateMessageReactions_ | import("../tl/2_types.js").UpdateAttachMenuBots_ | import("../tl/2_types.js").UpdateWebViewResultSent_ | import("../tl/2_types.js").UpdateBotMenuButton_ | import("../tl/2_types.js").UpdateSavedRingtones_ | import("../tl/2_types.js").UpdateTranscribedAudio_ | import("../tl/2_types.js").UpdateReadFeaturedEmojiStickers_ | import("../tl/2_types.js").UpdateUserEmojiStatus_ | import("../tl/2_types.js").UpdateRecentEmojiStatuses_ | import("../tl/2_types.js").UpdateRecentReactions_ | import("../tl/2_types.js").UpdateMoveStickerSetToTop_ | import("../tl/2_types.js").UpdateMessageExtendedMedia_ | import("../tl/2_types.js").UpdateChannelPinnedTopic_ | import("../tl/2_types.js").UpdateChannelPinnedTopics_ | import("../tl/2_types.js").UpdateUser_ | import("../tl/2_types.js").UpdateAutoSaveSettings_ | import("../tl/2_types.js").UpdateGroupInvitePrivacyForbidden_ | import("../tl/2_types.js").UpdateStory_ | import("../tl/2_types.js").UpdateReadStories_ | import("../tl/2_types.js").UpdateStoryID_ | import("../tl/2_types.js").UpdateStoriesStealthMode_ | import("../tl/2_types.js").UpdateSentStoryReaction_ | import("../tl/2_types.js").UpdateBotChatBoost_ | import("../tl/2_types.js").UpdateChannelViewForumAsMessages_ | import("../tl/2_types.js").UpdatePeerWallpaper_ | import("../tl/2_types.js").UpdateBotMessageReaction_ | import("../tl/2_types.js").UpdateBotMessageReactions_ | import("../tl/2_types.js").UpdateSavedDialogPinned_ | import("../tl/2_types.js").UpdatePinnedSavedDialogs_ | import("../tl/2_types.js").UpdateSavedReactionTags_] | null>;
124
+ getFirstUpdate(boxId: bigint): Promise<[readonly StorageKeyPart[], enums.Update] | null>;
123
125
  assertUser(source: string): Promise<void>;
124
126
  assertBot(source: string): Promise<void>;
125
127
  deleteFiles(): Promise<void>;
@@ -10,8 +10,8 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
10
10
  return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
11
11
  };
12
12
  var _Storage_instances, _Storage_authKeyId, _Storage_resetAuthKeyId, _Storage_accountType, _Storage_getUpdateId;
13
- import { bigIntFromBuffer, rleDecode, rleEncode, sha1, UNREACHABLE, ZERO_CHANNEL_ID } from "../1_utilities.js";
14
- import { peerToChatId, serialize, TLObject, TLReader, types } from "../2_tl.js";
13
+ import { base64DecodeUrlSafe, base64EncodeUrlSafe, bigIntFromBuffer, rleDecode, rleEncode, sha1, UNREACHABLE, ZERO_CHANNEL_ID } from "../1_utilities.js";
14
+ import { peerToChatId, serialize, TLObject, TLReader, TLWriter, types } from "../2_tl.js";
15
15
  // key parts
16
16
  export const K = {
17
17
  session: {
@@ -71,8 +71,8 @@ export class Storage {
71
71
  get isMemoryStorage() {
72
72
  return false;
73
73
  }
74
- setDc(dc) {
75
- return this.set(K.auth.dc(), dc);
74
+ async setDc(dc) {
75
+ await this.set(K.auth.dc(), dc);
76
76
  }
77
77
  getDc() {
78
78
  return this.get(K.auth.dc());
@@ -89,6 +89,25 @@ export class Storage {
89
89
  get authKeyId() {
90
90
  return __classPrivateFieldGet(this, _Storage_authKeyId, "f");
91
91
  }
92
+ async exportAuthString() {
93
+ const [dc, authKey] = await Promise.all([this.getDc(), this.getAuthKey()]);
94
+ if (dc == null || authKey == null) {
95
+ throw new Error("Not authorized");
96
+ }
97
+ const writer = new TLWriter();
98
+ writer.writeString(dc);
99
+ writer.writeBytes(authKey);
100
+ const data = rleEncode(writer.buffer);
101
+ return base64EncodeUrlSafe(data);
102
+ }
103
+ async importAuthString(string) {
104
+ const data = rleDecode(base64DecodeUrlSafe(string));
105
+ const reader = new TLReader(data);
106
+ const dc = reader.readString();
107
+ const authKey = reader.readBytes();
108
+ await this.setDc(dc);
109
+ await this.setAuthKey(authKey);
110
+ }
92
111
  async getChannelAccessHash(id) {
93
112
  const channel = await this.getEntity(id);
94
113
  if (channel) {
@@ -11,7 +11,7 @@ export declare enum ValueType {
11
11
  export declare const WEB_STORAGE_PREFIX_EXP: RegExp;
12
12
  export declare function toString(value: unknown): string;
13
13
  export declare function fromString<T>(string: string): T;
14
- export declare function fixKey(key: readonly StorageKeyPart[]): (string | number)[];
15
- export declare function restoreKey(key: readonly StorageKeyPart[]): (string | number | bigint)[];
14
+ export declare function fixKey(key: readonly StorageKeyPart[]): IDBValidKey[];
15
+ export declare function restoreKey(key: readonly StorageKeyPart[]): StorageKeyPart[];
16
16
  export declare function getPrefixKeyRange(prefix: any): IDBKeyRange;
17
17
  export declare function isInRange(key: StorageKeyPart[], start: readonly StorageKeyPart[], end: readonly StorageKeyPart[]): boolean;
@@ -16,6 +16,6 @@ export declare class StorageIndexedDB extends Storage {
16
16
  getMany<T>(filter: GetManyFilter, params?: {
17
17
  limit?: number;
18
18
  reverse?: boolean;
19
- }, tx_?: IDBTransaction): AsyncGenerator<[readonly StorageKeyPart[], T], void, unknown>;
19
+ }, tx_?: IDBTransaction): AsyncGenerator<[readonly StorageKeyPart[], T]>;
20
20
  incr(key: readonly StorageKeyPart[], by: number): Promise<void>;
21
21
  }
@@ -10,7 +10,7 @@ export declare class StorageLocalStorage extends Storage implements Storage {
10
10
  getMany<T>(filter: GetManyFilter, params?: {
11
11
  limit?: number;
12
12
  reverse?: boolean;
13
- }): Generator<[readonly StorageKeyPart[], T], void, unknown>;
13
+ }): Generator<[readonly StorageKeyPart[], T]>;
14
14
  set(key_: readonly StorageKeyPart[], value: unknown): void;
15
15
  incr(key: readonly StorageKeyPart[], by: number): void;
16
16
  }
@@ -4,17 +4,18 @@ export declare class StorageMemory extends Storage implements Storage {
4
4
  #private;
5
5
  protected map: Map<string, unknown>;
6
6
  protected messageMap: CacheMap<string, unknown>;
7
+ constructor(authString?: string);
7
8
  get isMemoryStorage(): boolean;
8
- initialize(): void;
9
+ initialize(): Promise<void>;
9
10
  getMap(key: readonly StorageKeyPart[]): Map<string, unknown>;
10
- getMaps(): Map<string, unknown>[];
11
+ getMaps(): [Map<string, unknown>, Map<string, unknown>];
11
12
  branch(id: string): Storage;
12
13
  get supportsFiles(): boolean;
13
- get<T>(key: readonly StorageKeyPart[]): NonNullable<T> | null;
14
+ get<T>(key: readonly StorageKeyPart[]): T | null;
14
15
  getMany<T>(filter: GetManyFilter, params?: {
15
16
  limit?: number;
16
17
  reverse?: boolean;
17
- }): Generator<[readonly StorageKeyPart[], T], void, unknown>;
18
+ }): Generator<[readonly StorageKeyPart[], T]>;
18
19
  set(key_: readonly StorageKeyPart[], value: unknown): MaybePromise<void>;
19
20
  incr(key: readonly StorageKeyPart[], by: number): void;
20
21
  }
@@ -1,21 +1,21 @@
1
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
2
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
3
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
4
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
5
- };
6
1
  var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
7
2
  if (kind === "m") throw new TypeError("Private method is not writable");
8
3
  if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
9
4
  if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
10
5
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
11
6
  };
12
- var _StorageMemory_instances, _StorageMemory_id, _StorageMemory_fixKey, _StorageMemory_getEntries;
7
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
8
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
9
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
10
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
11
+ };
12
+ var _StorageMemory_instances, _StorageMemory_id, _StorageMemory_authString, _StorageMemory_fixKey, _StorageMemory_getEntries;
13
13
  import { CacheMap } from "../1_utilities.js";
14
14
  import { Storage } from "./0_storage.js";
15
15
  import { fromString, isInRange, toString } from "./0_utilities.js";
16
16
  export class StorageMemory extends Storage {
17
- constructor() {
18
- super(...arguments);
17
+ constructor(authString) {
18
+ super();
19
19
  _StorageMemory_instances.add(this);
20
20
  Object.defineProperty(this, "map", {
21
21
  enumerable: true,
@@ -30,11 +30,16 @@ export class StorageMemory extends Storage {
30
30
  value: new CacheMap(30000)
31
31
  });
32
32
  _StorageMemory_id.set(this, null);
33
+ _StorageMemory_authString.set(this, void 0);
34
+ __classPrivateFieldSet(this, _StorageMemory_authString, authString, "f");
33
35
  }
34
36
  get isMemoryStorage() {
35
37
  return true;
36
38
  }
37
- initialize() {
39
+ async initialize() {
40
+ if (__classPrivateFieldGet(this, _StorageMemory_authString, "f")) {
41
+ await this.importAuthString(__classPrivateFieldGet(this, _StorageMemory_authString, "f"));
42
+ }
38
43
  }
39
44
  getMap(key) {
40
45
  if (key[0] == "messages.messages") {
@@ -100,7 +105,7 @@ export class StorageMemory extends Storage {
100
105
  this.set(key, (this.get(key) || 0) + by);
101
106
  }
102
107
  }
103
- _StorageMemory_id = new WeakMap(), _StorageMemory_instances = new WeakSet(), _StorageMemory_fixKey = function _StorageMemory_fixKey(key) {
108
+ _StorageMemory_id = new WeakMap(), _StorageMemory_authString = new WeakMap(), _StorageMemory_instances = new WeakSet(), _StorageMemory_fixKey = function _StorageMemory_fixKey(key) {
104
109
  if (__classPrivateFieldGet(this, _StorageMemory_id, "f") !== null) {
105
110
  return ["__S" + __classPrivateFieldGet(this, _StorageMemory_id, "f"), ...key];
106
111
  }
@@ -11,7 +11,7 @@ export declare class StorageSessionStorage extends Storage implements Storage {
11
11
  getMany<T>(filter: GetManyFilter, params?: {
12
12
  limit?: number;
13
13
  reverse?: boolean;
14
- }): Generator<[readonly StorageKeyPart[], T], void, unknown>;
14
+ }): Generator<[readonly StorageKeyPart[], T]>;
15
15
  set(key_: readonly StorageKeyPart[], value: unknown): MaybePromise<void>;
16
16
  incr(key: readonly StorageKeyPart[], by: number): void;
17
17
  }