@mtkruto/node 0.103.0 → 0.104.0
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.
- package/esm/0_deps.d.ts +18 -18
- package/esm/0_deps.d.ts.map +1 -1
- package/esm/0_deps.js +18 -18
- package/esm/client/2_context.d.ts.map +1 -1
- package/esm/client/2_context.js +28 -18
- package/esm/client/3_message_manager.js +1 -1
- package/esm/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/assert.d.ts +2 -1
- package/esm/deps/jsr.io/@std/assert/1.0.19/assert.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/assert.js +3 -2
- package/esm/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/assertion_error.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/assertion_error.js +1 -1
- package/{script/deps/jsr.io/@std/assert/1.0.16 → esm/deps/jsr.io/@std/assert/1.0.19}/equal.d.ts +8 -0
- package/esm/deps/jsr.io/@std/assert/1.0.19/equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/equal.js +9 -1
- package/esm/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/equals.d.ts +5 -3
- package/esm/deps/jsr.io/@std/assert/1.0.19/equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/equals.js +6 -4
- package/{script/deps/jsr.io/@std/assert/1.0.16 → esm/deps/jsr.io/@std/assert/1.0.19}/false.d.ts +2 -1
- package/esm/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/false.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/false.js +3 -2
- package/esm/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/instance_of.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/is_error.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/assert/1.0.19/not_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/throws.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/unreachable.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/unreachable.js +1 -1
- package/esm/deps/jsr.io/@std/async/1.2.0/_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/_util.js +1 -1
- package/esm/deps/jsr.io/@std/async/1.2.0/abortable.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/abortable.js +1 -1
- package/{script/deps/jsr.io/@std/async/1.0.15 → esm/deps/jsr.io/@std/async/1.2.0}/deadline.d.ts +2 -1
- package/esm/deps/jsr.io/@std/async/1.2.0/deadline.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/deadline.js +6 -3
- package/esm/deps/jsr.io/@std/async/1.2.0/debounce.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/debounce.js +1 -1
- package/{script/deps/jsr.io/@std/async/1.0.15 → esm/deps/jsr.io/@std/async/1.2.0}/delay.d.ts +4 -2
- package/esm/deps/jsr.io/@std/async/1.2.0/delay.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/delay.js +11 -5
- package/esm/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/mod.d.ts +3 -3
- package/esm/deps/jsr.io/@std/async/1.2.0/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/mod.js +4 -4
- package/esm/deps/jsr.io/@std/async/1.2.0/mux_async_iterator.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/mux_async_iterator.js +1 -1
- package/esm/deps/jsr.io/@std/async/1.2.0/pool.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/pool.js +1 -1
- package/{script/deps/jsr.io/@std/async/1.0.15 → esm/deps/jsr.io/@std/async/1.2.0}/retry.d.ts +45 -0
- package/esm/deps/jsr.io/@std/async/1.2.0/retry.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/retry.js +48 -8
- package/esm/deps/jsr.io/@std/async/1.2.0/tee.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/tee.js +1 -1
- package/esm/deps/jsr.io/@std/cache/{0.2.1 → 0.2.2}/_serialize_arg_list.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/cache/{0.2.1 → 0.2.2}/lru_cache.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/cache/{0.2.1 → 0.2.2}/lru_cache.js +3 -4
- package/esm/deps/jsr.io/@std/cache/{0.2.1 → 0.2.2}/memoize.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/cache/{0.2.1 → 0.2.2}/memoize.js +1 -1
- package/esm/deps/jsr.io/@std/datetime/{0.225.5 → 0.225.7}/_date_time_formatter.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/datetime/{0.225.5 → 0.225.7}/_date_time_formatter.js +1 -1
- package/esm/deps/jsr.io/@std/datetime/0.225.7/constants.d.ts +265 -0
- package/esm/deps/jsr.io/@std/datetime/0.225.7/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/datetime/0.225.7/constants.js +266 -0
- package/esm/deps/jsr.io/@std/datetime/{0.225.5 → 0.225.7}/format.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/datetime/{0.225.5 → 0.225.7}/format.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/1.0.10/_common16.d.ts +23 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/_common16.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/_common16.js +51 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/_common64.d.ts +35 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/_common64.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/_common64.js +113 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/_common_detach.d.ts +4 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/_common_detach.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/_common_detach.js +13 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/_types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/base64.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/base64.js +82 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/hex.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/hex.js +87 -0
- package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.225.3}/_constants.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.225.3}/_constants.js +1 -1
- package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.225.3}/iterate_reader.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.225.3}/iterate_reader.js +1 -1
- package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.225.3}/types.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.225.3}/types.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/assert_path.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/basename.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/constants.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/from_file_url.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/normalize.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/normalize_string.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/strip_trailing_separators.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/to_file_url.d.ts.map +1 -1
- package/{script/deps/jsr.io/@std/path/1.1.3 → esm/deps/jsr.io/@std/path/1.1.4}/basename.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/extname.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/is_absolute.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/join.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/_util.d.ts.map +1 -1
- package/{script/deps/jsr.io/@std/path/1.1.3 → esm/deps/jsr.io/@std/path/1.1.4}/posix/basename.d.ts.map +1 -1
- package/{script/deps/jsr.io/@std/path/1.1.3 → esm/deps/jsr.io/@std/path/1.1.4}/posix/extname.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/from_file_url.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/is_absolute.d.ts.map +1 -1
- package/{script/deps/jsr.io/@std/path/1.1.3 → esm/deps/jsr.io/@std/path/1.1.4}/posix/join.d.ts.map +1 -1
- package/{script/deps/jsr.io/@std/path/1.1.3 → esm/deps/jsr.io/@std/path/1.1.4}/posix/normalize.d.ts.map +1 -1
- package/{script/deps/jsr.io/@std/path/1.1.3 → esm/deps/jsr.io/@std/path/1.1.4}/posix/to_file_url.d.ts.map +1 -1
- package/{script/deps/jsr.io/@std/path/1.1.3 → esm/deps/jsr.io/@std/path/1.1.4}/to_file_url.d.ts.map +1 -1
- package/{script/deps/jsr.io/@std/path/1.1.3 → esm/deps/jsr.io/@std/path/1.1.4}/windows/_util.d.ts.map +1 -1
- package/{script/deps/jsr.io/@std/path/1.1.3 → esm/deps/jsr.io/@std/path/1.1.4}/windows/basename.d.ts.map +1 -1
- package/{script/deps/jsr.io/@std/path/1.1.3 → esm/deps/jsr.io/@std/path/1.1.4}/windows/extname.d.ts.map +1 -1
- package/{script/deps/jsr.io/@std/path/1.1.3 → esm/deps/jsr.io/@std/path/1.1.4}/windows/from_file_url.d.ts.map +1 -1
- package/{script/deps/jsr.io/@std/path/1.1.3 → esm/deps/jsr.io/@std/path/1.1.4}/windows/is_absolute.d.ts.map +1 -1
- package/{script/deps/jsr.io/@std/path/1.1.3 → esm/deps/jsr.io/@std/path/1.1.4}/windows/join.d.ts.map +1 -1
- package/{script/deps/jsr.io/@std/path/1.1.3 → esm/deps/jsr.io/@std/path/1.1.4}/windows/normalize.d.ts.map +1 -1
- package/{script/deps/jsr.io/@std/path/1.1.3 → esm/deps/jsr.io/@std/path/1.1.4}/windows/to_file_url.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/streams/{1.0.14 → 1.0.17}/to_array_buffer.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/streams/{1.0.14 → 1.0.17}/to_array_buffer.js +1 -1
- package/package.json +1 -1
- package/script/0_deps.d.ts +18 -18
- package/script/0_deps.d.ts.map +1 -1
- package/script/0_deps.js +18 -18
- package/script/client/2_context.d.ts.map +1 -1
- package/script/client/2_context.js +28 -18
- package/script/client/3_message_manager.js +1 -1
- package/script/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/assert.d.ts +2 -1
- package/script/deps/jsr.io/@std/assert/1.0.19/assert.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/assert.js +3 -2
- package/script/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/assertion_error.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/assertion_error.js +1 -1
- package/{esm/deps/jsr.io/@std/assert/1.0.16 → script/deps/jsr.io/@std/assert/1.0.19}/equal.d.ts +8 -0
- package/script/deps/jsr.io/@std/assert/1.0.19/equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/equal.js +9 -1
- package/script/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/equals.d.ts +5 -3
- package/script/deps/jsr.io/@std/assert/1.0.19/equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/equals.js +6 -4
- package/{esm/deps/jsr.io/@std/assert/1.0.16 → script/deps/jsr.io/@std/assert/1.0.19}/false.d.ts +2 -1
- package/script/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/false.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/false.js +3 -2
- package/script/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/instance_of.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/is_error.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/assert/1.0.19/not_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/throws.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/unreachable.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/unreachable.js +1 -1
- package/script/deps/jsr.io/@std/async/1.2.0/_util.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/_util.js +1 -1
- package/script/deps/jsr.io/@std/async/1.2.0/abortable.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/abortable.js +1 -1
- package/{esm/deps/jsr.io/@std/async/1.0.15 → script/deps/jsr.io/@std/async/1.2.0}/deadline.d.ts +2 -1
- package/script/deps/jsr.io/@std/async/1.2.0/deadline.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/deadline.js +6 -3
- package/script/deps/jsr.io/@std/async/1.2.0/debounce.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/debounce.js +1 -1
- package/{esm/deps/jsr.io/@std/async/1.0.15 → script/deps/jsr.io/@std/async/1.2.0}/delay.d.ts +4 -2
- package/script/deps/jsr.io/@std/async/1.2.0/delay.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/delay.js +11 -5
- package/script/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/mod.d.ts +3 -3
- package/script/deps/jsr.io/@std/async/1.2.0/mod.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/mod.js +4 -4
- package/script/deps/jsr.io/@std/async/1.2.0/mux_async_iterator.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/mux_async_iterator.js +1 -1
- package/script/deps/jsr.io/@std/async/1.2.0/pool.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/pool.js +1 -1
- package/{esm/deps/jsr.io/@std/async/1.0.15 → script/deps/jsr.io/@std/async/1.2.0}/retry.d.ts +45 -0
- package/script/deps/jsr.io/@std/async/1.2.0/retry.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/retry.js +49 -9
- package/script/deps/jsr.io/@std/async/1.2.0/tee.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/tee.js +1 -1
- package/script/deps/jsr.io/@std/cache/{0.2.1 → 0.2.2}/_serialize_arg_list.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/cache/{0.2.1 → 0.2.2}/lru_cache.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/cache/{0.2.1 → 0.2.2}/lru_cache.js +3 -4
- package/script/deps/jsr.io/@std/cache/{0.2.1 → 0.2.2}/memoize.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/cache/{0.2.1 → 0.2.2}/memoize.js +1 -1
- package/script/deps/jsr.io/@std/datetime/{0.225.5 → 0.225.7}/_date_time_formatter.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/datetime/{0.225.5 → 0.225.7}/_date_time_formatter.js +1 -1
- package/script/deps/jsr.io/@std/datetime/0.225.7/constants.d.ts +265 -0
- package/script/deps/jsr.io/@std/datetime/0.225.7/constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/datetime/0.225.7/constants.js +269 -0
- package/script/deps/jsr.io/@std/datetime/{0.225.5 → 0.225.7}/format.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/datetime/{0.225.5 → 0.225.7}/format.js +1 -1
- package/script/deps/jsr.io/@std/encoding/1.0.10/_common16.d.ts +23 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/_common16.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/_common16.js +57 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/_common64.d.ts +35 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/_common64.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/_common64.js +119 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/_common_detach.d.ts +4 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/_common_detach.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/_common_detach.js +16 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/_types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/base64.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/base64.js +86 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/hex.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/hex.js +91 -0
- package/script/deps/jsr.io/@std/io/{0.225.2 → 0.225.3}/_constants.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/io/{0.225.2 → 0.225.3}/_constants.js +1 -1
- package/script/deps/jsr.io/@std/io/{0.225.2 → 0.225.3}/iterate_reader.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/io/{0.225.2 → 0.225.3}/iterate_reader.js +1 -1
- package/script/deps/jsr.io/@std/io/{0.225.2 → 0.225.3}/types.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/io/{0.225.2 → 0.225.3}/types.js +1 -1
- package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/assert_path.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/basename.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/constants.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/from_file_url.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/normalize.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/normalize_string.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/strip_trailing_separators.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/to_file_url.d.ts.map +1 -1
- package/{esm/deps/jsr.io/@std/path/1.1.3 → script/deps/jsr.io/@std/path/1.1.4}/basename.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/extname.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/is_absolute.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/join.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/_util.d.ts.map +1 -1
- package/{esm/deps/jsr.io/@std/path/1.1.3 → script/deps/jsr.io/@std/path/1.1.4}/posix/basename.d.ts.map +1 -1
- package/{esm/deps/jsr.io/@std/path/1.1.3 → script/deps/jsr.io/@std/path/1.1.4}/posix/extname.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/from_file_url.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/is_absolute.d.ts.map +1 -1
- package/{esm/deps/jsr.io/@std/path/1.1.3 → script/deps/jsr.io/@std/path/1.1.4}/posix/join.d.ts.map +1 -1
- package/{esm/deps/jsr.io/@std/path/1.1.3 → script/deps/jsr.io/@std/path/1.1.4}/posix/normalize.d.ts.map +1 -1
- package/{esm/deps/jsr.io/@std/path/1.1.3 → script/deps/jsr.io/@std/path/1.1.4}/posix/to_file_url.d.ts.map +1 -1
- package/{esm/deps/jsr.io/@std/path/1.1.3 → script/deps/jsr.io/@std/path/1.1.4}/to_file_url.d.ts.map +1 -1
- package/{esm/deps/jsr.io/@std/path/1.1.3 → script/deps/jsr.io/@std/path/1.1.4}/windows/_util.d.ts.map +1 -1
- package/{esm/deps/jsr.io/@std/path/1.1.3 → script/deps/jsr.io/@std/path/1.1.4}/windows/basename.d.ts.map +1 -1
- package/{esm/deps/jsr.io/@std/path/1.1.3 → script/deps/jsr.io/@std/path/1.1.4}/windows/extname.d.ts.map +1 -1
- package/{esm/deps/jsr.io/@std/path/1.1.3 → script/deps/jsr.io/@std/path/1.1.4}/windows/from_file_url.d.ts.map +1 -1
- package/{esm/deps/jsr.io/@std/path/1.1.3 → script/deps/jsr.io/@std/path/1.1.4}/windows/is_absolute.d.ts.map +1 -1
- package/{esm/deps/jsr.io/@std/path/1.1.3 → script/deps/jsr.io/@std/path/1.1.4}/windows/join.d.ts.map +1 -1
- package/{esm/deps/jsr.io/@std/path/1.1.3 → script/deps/jsr.io/@std/path/1.1.4}/windows/normalize.d.ts.map +1 -1
- package/{esm/deps/jsr.io/@std/path/1.1.3 → script/deps/jsr.io/@std/path/1.1.4}/windows/to_file_url.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/streams/{1.0.14 → 1.0.17}/to_array_buffer.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/streams/{1.0.14 → 1.0.17}/to_array_buffer.js +1 -1
- package/esm/deps/jsr.io/@std/assert/1.0.16/assert.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.16/equal.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.16/equals.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.16/not_equals.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/async/1.0.15/_util.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/async/1.0.15/abortable.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/async/1.0.15/deadline.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/async/1.0.15/debounce.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/async/1.0.15/delay.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/async/1.0.15/mod.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/async/1.0.15/mux_async_iterator.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/async/1.0.15/pool.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/async/1.0.15/retry.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/async/1.0.15/tee.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/datetime/0.225.5/constants.d.ts +0 -56
- package/esm/deps/jsr.io/@std/datetime/0.225.5/constants.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/datetime/0.225.5/constants.js +0 -57
- package/esm/deps/jsr.io/@std/encoding/1.0.7/_types.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/encoding/1.0.7/_validate_binary_like.d.ts +0 -2
- package/esm/deps/jsr.io/@std/encoding/1.0.7/_validate_binary_like.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/encoding/1.0.7/_validate_binary_like.js +0 -26
- package/esm/deps/jsr.io/@std/encoding/1.0.7/base64.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/encoding/1.0.7/base64.js +0 -163
- package/esm/deps/jsr.io/@std/encoding/1.0.7/hex.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/encoding/1.0.7/hex.js +0 -109
- package/script/deps/jsr.io/@std/assert/1.0.16/assert.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.16/equal.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.16/equals.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.16/not_equals.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/async/1.0.15/_util.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/async/1.0.15/abortable.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/async/1.0.15/deadline.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/async/1.0.15/debounce.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/async/1.0.15/delay.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/async/1.0.15/mod.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/async/1.0.15/mux_async_iterator.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/async/1.0.15/pool.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/async/1.0.15/retry.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/async/1.0.15/tee.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/datetime/0.225.5/constants.d.ts +0 -56
- package/script/deps/jsr.io/@std/datetime/0.225.5/constants.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/datetime/0.225.5/constants.js +0 -60
- package/script/deps/jsr.io/@std/encoding/1.0.7/_types.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/encoding/1.0.7/_validate_binary_like.d.ts +0 -2
- package/script/deps/jsr.io/@std/encoding/1.0.7/_validate_binary_like.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/encoding/1.0.7/_validate_binary_like.js +0 -29
- package/script/deps/jsr.io/@std/encoding/1.0.7/base64.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/encoding/1.0.7/base64.js +0 -167
- package/script/deps/jsr.io/@std/encoding/1.0.7/hex.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/encoding/1.0.7/hex.js +0 -113
- /package/esm/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/assertion_error.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/unreachable.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/_util.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/abortable.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/debounce.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/mux_async_iterator.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/pool.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/tee.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/cache/{0.2.1 → 0.2.2}/_serialize_arg_list.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/cache/{0.2.1 → 0.2.2}/_serialize_arg_list.js +0 -0
- /package/esm/deps/jsr.io/@std/cache/{0.2.1 → 0.2.2}/lru_cache.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/cache/{0.2.1 → 0.2.2}/memoize.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/datetime/{0.225.5 → 0.225.7}/_date_time_formatter.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/datetime/{0.225.5 → 0.225.7}/format.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.10}/_types.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.10}/_types.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.10}/base64.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.10}/hex.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.225.3}/_constants.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.225.3}/iterate_reader.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.225.3}/types.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/assert_path.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/assert_path.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/basename.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/basename.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/constants.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/from_file_url.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/normalize.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/normalize.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/normalize_string.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/normalize_string.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/strip_trailing_separators.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/strip_trailing_separators.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/to_file_url.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/basename.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/basename.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/extname.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/extname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/is_absolute.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/is_absolute.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/join.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/join.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/_util.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/_util.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/basename.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/basename.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/extname.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/extname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/from_file_url.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/is_absolute.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/is_absolute.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/join.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/join.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/normalize.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/normalize.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/to_file_url.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/to_file_url.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/_util.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/_util.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/basename.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/basename.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/extname.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/extname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/from_file_url.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/is_absolute.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/is_absolute.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/join.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/join.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/normalize.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/normalize.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/to_file_url.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/streams/{1.0.14 → 1.0.17}/to_array_buffer.d.ts +0 -0
- /package/script/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/assertion_error.d.ts +0 -0
- /package/script/deps/jsr.io/@std/assert/{1.0.16 → 1.0.19}/unreachable.d.ts +0 -0
- /package/script/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/_util.d.ts +0 -0
- /package/script/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/abortable.d.ts +0 -0
- /package/script/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/debounce.d.ts +0 -0
- /package/script/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/mux_async_iterator.d.ts +0 -0
- /package/script/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/pool.d.ts +0 -0
- /package/script/deps/jsr.io/@std/async/{1.0.15 → 1.2.0}/tee.d.ts +0 -0
- /package/script/deps/jsr.io/@std/cache/{0.2.1 → 0.2.2}/_serialize_arg_list.d.ts +0 -0
- /package/script/deps/jsr.io/@std/cache/{0.2.1 → 0.2.2}/_serialize_arg_list.js +0 -0
- /package/script/deps/jsr.io/@std/cache/{0.2.1 → 0.2.2}/lru_cache.d.ts +0 -0
- /package/script/deps/jsr.io/@std/cache/{0.2.1 → 0.2.2}/memoize.d.ts +0 -0
- /package/script/deps/jsr.io/@std/datetime/{0.225.5 → 0.225.7}/_date_time_formatter.d.ts +0 -0
- /package/script/deps/jsr.io/@std/datetime/{0.225.5 → 0.225.7}/format.d.ts +0 -0
- /package/script/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.10}/_types.d.ts +0 -0
- /package/script/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.10}/_types.js +0 -0
- /package/script/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.10}/base64.d.ts +0 -0
- /package/script/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.10}/hex.d.ts +0 -0
- /package/script/deps/jsr.io/@std/io/{0.225.2 → 0.225.3}/_constants.d.ts +0 -0
- /package/script/deps/jsr.io/@std/io/{0.225.2 → 0.225.3}/iterate_reader.d.ts +0 -0
- /package/script/deps/jsr.io/@std/io/{0.225.2 → 0.225.3}/types.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/assert_path.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/assert_path.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/basename.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/basename.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/constants.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/constants.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/from_file_url.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/from_file_url.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/normalize.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/normalize.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/normalize_string.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/normalize_string.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/strip_trailing_separators.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/strip_trailing_separators.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/to_file_url.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/to_file_url.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/basename.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/basename.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/extname.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/extname.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/is_absolute.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/is_absolute.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/join.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/join.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/_util.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/_util.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/basename.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/basename.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/extname.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/extname.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/from_file_url.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/from_file_url.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/is_absolute.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/is_absolute.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/join.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/join.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/normalize.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/normalize.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/to_file_url.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/to_file_url.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/to_file_url.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/to_file_url.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/_util.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/_util.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/basename.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/basename.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/extname.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/extname.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/from_file_url.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/from_file_url.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/is_absolute.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/is_absolute.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/join.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/join.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/normalize.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/normalize.js +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/to_file_url.d.ts +0 -0
- /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/to_file_url.js +0 -0
- /package/script/deps/jsr.io/@std/streams/{1.0.14 → 1.0.17}/to_array_buffer.d.ts +0 -0
package/esm/0_deps.d.ts
CHANGED
|
@@ -17,25 +17,25 @@
|
|
|
17
17
|
* You should have received a copy of the GNU Lesser General Public License
|
|
18
18
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
19
19
|
*/
|
|
20
|
-
export { assert } from "./deps/jsr.io/@std/assert/1.0.
|
|
21
|
-
export { assertFalse } from "./deps/jsr.io/@std/assert/1.0.
|
|
22
|
-
export { assertEquals } from "./deps/jsr.io/@std/assert/1.0.
|
|
23
|
-
export { unreachable } from "./deps/jsr.io/@std/assert/1.0.
|
|
24
|
-
export { AssertionError } from "./deps/jsr.io/@std/assert/1.0.
|
|
25
|
-
export { join } from "./deps/jsr.io/@std/path/1.1.
|
|
26
|
-
export { extname } from "./deps/jsr.io/@std/path/1.1.
|
|
27
|
-
export { basename } from "./deps/jsr.io/@std/path/1.1.
|
|
28
|
-
export { toFileUrl } from "./deps/jsr.io/@std/path/1.1.
|
|
29
|
-
export { isAbsolute } from "./deps/jsr.io/@std/path/1.1.
|
|
30
|
-
export { delay, pooledMap } from "./deps/jsr.io/@std/async/1.0
|
|
20
|
+
export { assert } from "./deps/jsr.io/@std/assert/1.0.19/assert.js";
|
|
21
|
+
export { assertFalse } from "./deps/jsr.io/@std/assert/1.0.19/false.js";
|
|
22
|
+
export { assertEquals } from "./deps/jsr.io/@std/assert/1.0.19/equals.js";
|
|
23
|
+
export { unreachable } from "./deps/jsr.io/@std/assert/1.0.19/unreachable.js";
|
|
24
|
+
export { AssertionError } from "./deps/jsr.io/@std/assert/1.0.19/assertion_error.js";
|
|
25
|
+
export { join } from "./deps/jsr.io/@std/path/1.1.4/join.js";
|
|
26
|
+
export { extname } from "./deps/jsr.io/@std/path/1.1.4/extname.js";
|
|
27
|
+
export { basename } from "./deps/jsr.io/@std/path/1.1.4/basename.js";
|
|
28
|
+
export { toFileUrl } from "./deps/jsr.io/@std/path/1.1.4/to_file_url.js";
|
|
29
|
+
export { isAbsolute } from "./deps/jsr.io/@std/path/1.1.4/is_absolute.js";
|
|
30
|
+
export { delay, pooledMap } from "./deps/jsr.io/@std/async/1.2.0/mod.js";
|
|
31
31
|
export { concat } from "./deps/jsr.io/@std/bytes/1.0.6/concat.js";
|
|
32
|
-
export { LruCache } from "./deps/jsr.io/@std/cache/0.2.
|
|
33
|
-
export { iterateReader } from "./deps/jsr.io/@std/io/0.225.
|
|
34
|
-
export { format } from "./deps/jsr.io/@std/datetime/0.225.
|
|
35
|
-
export { MINUTE, SECOND } from "./deps/jsr.io/@std/datetime/0.225.
|
|
36
|
-
export { toArrayBuffer } from "./deps/jsr.io/@std/streams/1.0.
|
|
37
|
-
export { decodeBase64, encodeBase64 } from "./deps/jsr.io/@std/encoding/1.0.
|
|
38
|
-
export { encodeHex } from "./deps/jsr.io/@std/encoding/1.0.
|
|
32
|
+
export { LruCache } from "./deps/jsr.io/@std/cache/0.2.2/lru_cache.js";
|
|
33
|
+
export { iterateReader } from "./deps/jsr.io/@std/io/0.225.3/iterate_reader.js";
|
|
34
|
+
export { format } from "./deps/jsr.io/@std/datetime/0.225.7/format.js";
|
|
35
|
+
export { MINUTE, SECOND } from "./deps/jsr.io/@std/datetime/0.225.7/constants.js";
|
|
36
|
+
export { toArrayBuffer } from "./deps/jsr.io/@std/streams/1.0.17/to_array_buffer.js";
|
|
37
|
+
export { decodeBase64, encodeBase64 } from "./deps/jsr.io/@std/encoding/1.0.10/base64.js";
|
|
38
|
+
export { encodeHex } from "./deps/jsr.io/@std/encoding/1.0.10/hex.js";
|
|
39
39
|
import { contentType as contentType_ } from "./deps/jsr.io/@std/media-types/1.1.0/content_type.js";
|
|
40
40
|
export declare const contentType: typeof contentType_;
|
|
41
41
|
export declare function extension(mimeType: string): string;
|
package/esm/0_deps.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"0_deps.d.ts","sourceRoot":"","sources":["../src/0_deps.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,EAAE,MAAM,EAAE,MAAM,4CAA4C,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,2CAA2C,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,4CAA4C,CAAC;AAC1E,OAAO,EAAE,WAAW,EAAE,MAAM,iDAAiD,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,qDAAqD,CAAC;AAErF,OAAO,EAAE,IAAI,EAAE,MAAM,uCAAuC,CAAC;AAC7D,OAAO,EAAE,OAAO,EAAE,MAAM,0CAA0C,CAAC;AACnE,OAAO,EAAE,QAAQ,EAAE,MAAM,2CAA2C,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,8CAA8C,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,8CAA8C,CAAC;AAE1E,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"0_deps.d.ts","sourceRoot":"","sources":["../src/0_deps.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,EAAE,MAAM,EAAE,MAAM,4CAA4C,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,2CAA2C,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,4CAA4C,CAAC;AAC1E,OAAO,EAAE,WAAW,EAAE,MAAM,iDAAiD,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,qDAAqD,CAAC;AAErF,OAAO,EAAE,IAAI,EAAE,MAAM,uCAAuC,CAAC;AAC7D,OAAO,EAAE,OAAO,EAAE,MAAM,0CAA0C,CAAC;AACnE,OAAO,EAAE,QAAQ,EAAE,MAAM,2CAA2C,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,8CAA8C,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,8CAA8C,CAAC;AAE1E,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,uCAAuC,CAAC;AAEzE,OAAO,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAElE,OAAO,EAAE,QAAQ,EAAE,MAAM,6CAA6C,CAAC;AAEvE,OAAO,EAAE,aAAa,EAAE,MAAM,iDAAiD,CAAC;AAEhF,OAAO,EAAE,MAAM,EAAE,MAAM,+CAA+C,CAAC;AAEvE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,kDAAkD,CAAC;AAElF,OAAO,EAAE,aAAa,EAAE,MAAM,sDAAsD,CAAC;AAErF,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AAE1F,OAAO,EAAE,SAAS,EAAE,MAAM,2CAA2C,CAAC;AAEtE,OAAO,EAAE,WAAW,IAAI,YAAY,EAAE,MAAM,sDAAsD,CAAC;AACnG,eAAO,MAAM,WAAW,EAAE,OAAO,YAMhC,CAAC;AAEF,wBAAgB,SAAS,CAAC,QAAQ,EAAE,MAAM,UAMzC;AAED,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,IAAI,IAAI,YAAY,EAAE,MAAM,+CAA+C,CAAC"}
|
package/esm/0_deps.js
CHANGED
|
@@ -17,25 +17,25 @@
|
|
|
17
17
|
* You should have received a copy of the GNU Lesser General Public License
|
|
18
18
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
19
19
|
*/
|
|
20
|
-
export { assert } from "./deps/jsr.io/@std/assert/1.0.
|
|
21
|
-
export { assertFalse } from "./deps/jsr.io/@std/assert/1.0.
|
|
22
|
-
export { assertEquals } from "./deps/jsr.io/@std/assert/1.0.
|
|
23
|
-
export { unreachable } from "./deps/jsr.io/@std/assert/1.0.
|
|
24
|
-
export { AssertionError } from "./deps/jsr.io/@std/assert/1.0.
|
|
25
|
-
export { join } from "./deps/jsr.io/@std/path/1.1.
|
|
26
|
-
export { extname } from "./deps/jsr.io/@std/path/1.1.
|
|
27
|
-
export { basename } from "./deps/jsr.io/@std/path/1.1.
|
|
28
|
-
export { toFileUrl } from "./deps/jsr.io/@std/path/1.1.
|
|
29
|
-
export { isAbsolute } from "./deps/jsr.io/@std/path/1.1.
|
|
30
|
-
export { delay, pooledMap } from "./deps/jsr.io/@std/async/1.0
|
|
20
|
+
export { assert } from "./deps/jsr.io/@std/assert/1.0.19/assert.js";
|
|
21
|
+
export { assertFalse } from "./deps/jsr.io/@std/assert/1.0.19/false.js";
|
|
22
|
+
export { assertEquals } from "./deps/jsr.io/@std/assert/1.0.19/equals.js";
|
|
23
|
+
export { unreachable } from "./deps/jsr.io/@std/assert/1.0.19/unreachable.js";
|
|
24
|
+
export { AssertionError } from "./deps/jsr.io/@std/assert/1.0.19/assertion_error.js";
|
|
25
|
+
export { join } from "./deps/jsr.io/@std/path/1.1.4/join.js";
|
|
26
|
+
export { extname } from "./deps/jsr.io/@std/path/1.1.4/extname.js";
|
|
27
|
+
export { basename } from "./deps/jsr.io/@std/path/1.1.4/basename.js";
|
|
28
|
+
export { toFileUrl } from "./deps/jsr.io/@std/path/1.1.4/to_file_url.js";
|
|
29
|
+
export { isAbsolute } from "./deps/jsr.io/@std/path/1.1.4/is_absolute.js";
|
|
30
|
+
export { delay, pooledMap } from "./deps/jsr.io/@std/async/1.2.0/mod.js";
|
|
31
31
|
export { concat } from "./deps/jsr.io/@std/bytes/1.0.6/concat.js";
|
|
32
|
-
export { LruCache } from "./deps/jsr.io/@std/cache/0.2.
|
|
33
|
-
export { iterateReader } from "./deps/jsr.io/@std/io/0.225.
|
|
34
|
-
export { format } from "./deps/jsr.io/@std/datetime/0.225.
|
|
35
|
-
export { MINUTE, SECOND } from "./deps/jsr.io/@std/datetime/0.225.
|
|
36
|
-
export { toArrayBuffer } from "./deps/jsr.io/@std/streams/1.0.
|
|
37
|
-
export { decodeBase64, encodeBase64 } from "./deps/jsr.io/@std/encoding/1.0.
|
|
38
|
-
export { encodeHex } from "./deps/jsr.io/@std/encoding/1.0.
|
|
32
|
+
export { LruCache } from "./deps/jsr.io/@std/cache/0.2.2/lru_cache.js";
|
|
33
|
+
export { iterateReader } from "./deps/jsr.io/@std/io/0.225.3/iterate_reader.js";
|
|
34
|
+
export { format } from "./deps/jsr.io/@std/datetime/0.225.7/format.js";
|
|
35
|
+
export { MINUTE, SECOND } from "./deps/jsr.io/@std/datetime/0.225.7/constants.js";
|
|
36
|
+
export { toArrayBuffer } from "./deps/jsr.io/@std/streams/1.0.17/to_array_buffer.js";
|
|
37
|
+
export { decodeBase64, encodeBase64 } from "./deps/jsr.io/@std/encoding/1.0.10/base64.js";
|
|
38
|
+
export { encodeHex } from "./deps/jsr.io/@std/encoding/1.0.10/hex.js";
|
|
39
39
|
import { contentType as contentType_ } from "./deps/jsr.io/@std/media-types/1.1.0/content_type.js";
|
|
40
40
|
export const contentType = (extentionOrType) => {
|
|
41
41
|
if (extentionOrType === "tgs") {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"2_context.d.ts","sourceRoot":"","sources":["../../src/client/2_context.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAGH,OAAO,EAAE,KAAK,GAAG,EAAU,MAAM,YAAY,CAAC;AAC9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,UAAU,EAAE,UAAU,EAAE,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,eAAe,EAAE,kBAAkB,EAAE,UAAU,EAAE,EAAE,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,UAAU,EAAE,OAAO,EAAE,gBAAgB,EAAE,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,eAAe,EAAE,YAAY,EAAE,WAAW,EAAE,cAAc,EAAE,WAAW,EAAE,YAAY,EAAE,YAAY,EAAE,gBAAgB,EAAE,YAAY,EAAE,QAAQ,EAAE,QAAQ,EAAW,MAAM,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AACjhB,OAAO,KAAK,EAAE,iBAAiB,EAAE,yBAAyB,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,8BAA8B,EAAE,4BAA4B,EAAE,2BAA2B,EAAE,wBAAwB,EAAE,6BAA6B,EAAE,sBAAsB,EAAE,4BAA4B,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,2BAA2B,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,WAAW,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,eAAe,EAAE,iBAAiB,EAAE,cAAc,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,eAAe,EAAE,cAAc,EAAE,iBAAiB,EAAE,eAAe,EAAE,mBAAmB,EAAE,eAAe,EAAE,eAAe,EAAE,yBAAyB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACj7B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAE3D;;;;GAIG;AACH,qBAAa,OAAO;;gBAKN,MAAM,EAAE,aAAa,EAAE,EAAE,EAAE,IAAI,GAAG,SAAS,EAAE,MAAM,EAAE,MAAM;IAMvE,IAAI,MAAM,IAAI,MAAM,CAEnB;IAED,IAAI,EAAE,IAAI,IAAI,GAAG,SAAS,CAEzB;IAED,IAAI,MAAM,IAAI,aAAa,CAE1B;IAED,IAAI,GAAG,IAAI,OAAO,GAAG,SAAS,CAE7B;IAED,IAAI,OAAO,IAAI,OAAO,GAAG,SAAS,CAEjC;IAED,IAAI,aAAa,IAAI,OAAO,GAAG,SAAS,CAEvC;IAED,IAAI,aAAa,IAAI,aAAa,GAAG,SAAS,CAE7C;IAED,IAAI,WAAW,IAAI,WAAW,GAAG,SAAS,CAEzC;IAED,IAAI,kBAAkB,IAAI,kBAAkB,GAAG,SAAS,CAEvD;
|
|
1
|
+
{"version":3,"file":"2_context.d.ts","sourceRoot":"","sources":["../../src/client/2_context.ts"],"names":[],"mappings":"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"}
|
package/esm/client/2_context.js
CHANGED
|
@@ -109,11 +109,21 @@ export class Context {
|
|
|
109
109
|
}
|
|
110
110
|
#getReplyTo = (quote, chatId, messageId) => {
|
|
111
111
|
if ("story" in this.update) {
|
|
112
|
-
return { chatId: this.update.story.chat.id, storyId: this.update.story.id };
|
|
112
|
+
return { replyTo: { chatId: this.update.story.chat.id, storyId: this.update.story.id } };
|
|
113
|
+
}
|
|
114
|
+
let messageThreadId = undefined;
|
|
115
|
+
if ("message" in this.update) {
|
|
116
|
+
messageThreadId = this.update.message.threadId;
|
|
117
|
+
}
|
|
118
|
+
else if ("editedMessage" in this.update) {
|
|
119
|
+
messageThreadId = this.update.editedMessage.threadId;
|
|
120
|
+
}
|
|
121
|
+
else if ("scheduledMessage" in this.update) {
|
|
122
|
+
messageThreadId = this.update.scheduledMessage.threadId;
|
|
113
123
|
}
|
|
114
124
|
const isPrivate = chatId > 0;
|
|
115
125
|
const shouldQuote = quote === undefined ? !isPrivate : quote;
|
|
116
|
-
return shouldQuote ? { messageId } : undefined;
|
|
126
|
+
return { messageThreadId, replyTo: shouldQuote ? { messageId } : undefined };
|
|
117
127
|
};
|
|
118
128
|
get chat() {
|
|
119
129
|
return this.msg?.chat ?? ("messageReactions" in this.update ? this.update.messageReactions.chat : "messageReactionCount" in this.update ? this.update.messageReactionCount.chat : "chatMember" in this.update ? this.update.chatMember.chat : "myChatMember" in this.update ? this.update.myChatMember.chat : "joinRequest" in this.update ? this.update.joinRequest.chat : "story" in this.update ? this.update.story.chat : undefined);
|
|
@@ -141,7 +151,7 @@ export class Context {
|
|
|
141
151
|
async reply(text, params) {
|
|
142
152
|
const { chatId, messageId, businessConnectionId } = this.#mustGetMsg();
|
|
143
153
|
const replyTo = this.#getReplyTo(params?.quote, chatId, messageId);
|
|
144
|
-
return await this.client.sendMessage(chatId, text, { ...params, replyTo, businessConnectionId });
|
|
154
|
+
return await this.client.sendMessage(chatId, text, { ...params, ...replyTo, businessConnectionId });
|
|
145
155
|
}
|
|
146
156
|
/**
|
|
147
157
|
* Context-aware alias for {@link Client.sendPoll}.
|
|
@@ -149,7 +159,7 @@ export class Context {
|
|
|
149
159
|
async replyPoll(question, options, params) {
|
|
150
160
|
const { chatId, messageId, businessConnectionId } = this.#mustGetMsg();
|
|
151
161
|
const replyTo = this.#getReplyTo(params?.quote, chatId, messageId);
|
|
152
|
-
return await this.client.sendPoll(chatId, question, options, { ...params, replyTo, businessConnectionId });
|
|
162
|
+
return await this.client.sendPoll(chatId, question, options, { ...params, ...replyTo, businessConnectionId });
|
|
153
163
|
}
|
|
154
164
|
/**
|
|
155
165
|
* Context-aware alias for {@link Client.sendPhoto}.
|
|
@@ -157,7 +167,7 @@ export class Context {
|
|
|
157
167
|
async replyPhoto(photo, params) {
|
|
158
168
|
const { chatId, messageId, businessConnectionId } = this.#mustGetMsg();
|
|
159
169
|
const replyTo = this.#getReplyTo(params?.quote, chatId, messageId);
|
|
160
|
-
return await this.client.sendPhoto(chatId, photo, { ...params, replyTo, businessConnectionId });
|
|
170
|
+
return await this.client.sendPhoto(chatId, photo, { ...params, ...replyTo, businessConnectionId });
|
|
161
171
|
}
|
|
162
172
|
/**
|
|
163
173
|
* Context-aware alias for {@link Client.sendMediaGroup}.
|
|
@@ -165,7 +175,7 @@ export class Context {
|
|
|
165
175
|
async replyMediaGroup(media, params) {
|
|
166
176
|
const { chatId, messageId, businessConnectionId } = this.#mustGetMsg();
|
|
167
177
|
const replyTo = this.#getReplyTo(params?.quote, chatId, messageId);
|
|
168
|
-
return await this.client.sendMediaGroup(chatId, media, { ...params, replyTo, businessConnectionId });
|
|
178
|
+
return await this.client.sendMediaGroup(chatId, media, { ...params, ...replyTo, businessConnectionId });
|
|
169
179
|
}
|
|
170
180
|
/**
|
|
171
181
|
* Context-aware alias for {@link Client.sendInvoice}.
|
|
@@ -173,7 +183,7 @@ export class Context {
|
|
|
173
183
|
async replyInvoice(title, description, payload, currency, prices, params) {
|
|
174
184
|
const { chatId, messageId, businessConnectionId } = this.#mustGetMsg();
|
|
175
185
|
const replyTo = this.#getReplyTo(params?.quote, chatId, messageId);
|
|
176
|
-
return await this.client.sendInvoice(chatId, title, description, payload, currency, prices, { ...params, replyTo, businessConnectionId });
|
|
186
|
+
return await this.client.sendInvoice(chatId, title, description, payload, currency, prices, { ...params, ...replyTo, businessConnectionId });
|
|
177
187
|
}
|
|
178
188
|
/**
|
|
179
189
|
* Context-aware alias for {@link Client.sendDocument}.
|
|
@@ -181,7 +191,7 @@ export class Context {
|
|
|
181
191
|
async replyDocument(document, params) {
|
|
182
192
|
const { chatId, messageId, businessConnectionId } = this.#mustGetMsg();
|
|
183
193
|
const replyTo = this.#getReplyTo(params?.quote, chatId, messageId);
|
|
184
|
-
return await this.client.sendDocument(chatId, document, { ...params, replyTo, businessConnectionId });
|
|
194
|
+
return await this.client.sendDocument(chatId, document, { ...params, ...replyTo, businessConnectionId });
|
|
185
195
|
}
|
|
186
196
|
/**
|
|
187
197
|
* Context-aware alias for {@link Client.sendSticker}.
|
|
@@ -189,7 +199,7 @@ export class Context {
|
|
|
189
199
|
async replySticker(sticker, params) {
|
|
190
200
|
const { chatId, messageId, businessConnectionId } = this.#mustGetMsg();
|
|
191
201
|
const replyTo = this.#getReplyTo(params?.quote, chatId, messageId);
|
|
192
|
-
return await this.client.sendSticker(chatId, sticker, { ...params, replyTo, businessConnectionId });
|
|
202
|
+
return await this.client.sendSticker(chatId, sticker, { ...params, ...replyTo, businessConnectionId });
|
|
193
203
|
}
|
|
194
204
|
/**
|
|
195
205
|
* Context-aware alias for {@link Client.sendLocation}.
|
|
@@ -197,7 +207,7 @@ export class Context {
|
|
|
197
207
|
async replyLocation(latitude, longitude, params) {
|
|
198
208
|
const { chatId, messageId, businessConnectionId } = this.#mustGetMsg();
|
|
199
209
|
const replyTo = this.#getReplyTo(params?.quote, chatId, messageId);
|
|
200
|
-
return await this.client.sendLocation(chatId, latitude, longitude, { ...params, replyTo, businessConnectionId });
|
|
210
|
+
return await this.client.sendLocation(chatId, latitude, longitude, { ...params, ...replyTo, businessConnectionId });
|
|
201
211
|
}
|
|
202
212
|
/**
|
|
203
213
|
* Context-aware alias for {@link Client.sendDice}.
|
|
@@ -205,7 +215,7 @@ export class Context {
|
|
|
205
215
|
async replyDice(params) {
|
|
206
216
|
const { chatId, messageId, businessConnectionId } = this.#mustGetMsg();
|
|
207
217
|
const replyTo = this.#getReplyTo(params?.quote, chatId, messageId);
|
|
208
|
-
return await this.client.sendDice(chatId, { ...params, replyTo, businessConnectionId });
|
|
218
|
+
return await this.client.sendDice(chatId, { ...params, ...replyTo, businessConnectionId });
|
|
209
219
|
}
|
|
210
220
|
/**
|
|
211
221
|
* Context-aware alias for {@link Client.sendVenue}.
|
|
@@ -213,7 +223,7 @@ export class Context {
|
|
|
213
223
|
async replyVenue(latitude, longitude, title, address, params) {
|
|
214
224
|
const { chatId, messageId, businessConnectionId } = this.#mustGetMsg();
|
|
215
225
|
const replyTo = this.#getReplyTo(params?.quote, chatId, messageId);
|
|
216
|
-
return await this.client.sendVenue(chatId, latitude, longitude, title, address, { ...params, replyTo, businessConnectionId });
|
|
226
|
+
return await this.client.sendVenue(chatId, latitude, longitude, title, address, { ...params, ...replyTo, businessConnectionId });
|
|
217
227
|
}
|
|
218
228
|
/**
|
|
219
229
|
* Context-aware alias for {@link Client.sendContact}.
|
|
@@ -221,7 +231,7 @@ export class Context {
|
|
|
221
231
|
async replyContact(firstName, number, params) {
|
|
222
232
|
const { chatId, messageId, businessConnectionId } = this.#mustGetMsg();
|
|
223
233
|
const replyTo = this.#getReplyTo(params?.quote, chatId, messageId);
|
|
224
|
-
return await this.client.sendContact(chatId, firstName, number, { ...params, replyTo, businessConnectionId });
|
|
234
|
+
return await this.client.sendContact(chatId, firstName, number, { ...params, ...replyTo, businessConnectionId });
|
|
225
235
|
}
|
|
226
236
|
/**
|
|
227
237
|
* Context-aware alias for {@link Client.sendVideo}.
|
|
@@ -229,7 +239,7 @@ export class Context {
|
|
|
229
239
|
async replyVideo(video, params) {
|
|
230
240
|
const { chatId, messageId, businessConnectionId } = this.#mustGetMsg();
|
|
231
241
|
const replyTo = this.#getReplyTo(params?.quote, chatId, messageId);
|
|
232
|
-
return await this.client.sendVideo(chatId, video, { ...params, replyTo, businessConnectionId });
|
|
242
|
+
return await this.client.sendVideo(chatId, video, { ...params, ...replyTo, businessConnectionId });
|
|
233
243
|
}
|
|
234
244
|
/**
|
|
235
245
|
* Context-aware alias for {@link Client.sendAnimation}.
|
|
@@ -237,7 +247,7 @@ export class Context {
|
|
|
237
247
|
async replyAnimation(animation, params) {
|
|
238
248
|
const { chatId, messageId, businessConnectionId } = this.#mustGetMsg();
|
|
239
249
|
const replyTo = this.#getReplyTo(params?.quote, chatId, messageId);
|
|
240
|
-
return await this.client.sendAnimation(chatId, animation, { ...params, replyTo, businessConnectionId });
|
|
250
|
+
return await this.client.sendAnimation(chatId, animation, { ...params, ...replyTo, businessConnectionId });
|
|
241
251
|
}
|
|
242
252
|
/**
|
|
243
253
|
* Context-aware alias for {@link Client.sendVoice}.
|
|
@@ -245,7 +255,7 @@ export class Context {
|
|
|
245
255
|
async replyVoice(voice, params) {
|
|
246
256
|
const { chatId, messageId, businessConnectionId } = this.#mustGetMsg();
|
|
247
257
|
const replyTo = this.#getReplyTo(params?.quote, chatId, messageId);
|
|
248
|
-
return await this.client.sendVoice(chatId, voice, { ...params, replyTo, businessConnectionId });
|
|
258
|
+
return await this.client.sendVoice(chatId, voice, { ...params, ...replyTo, businessConnectionId });
|
|
249
259
|
}
|
|
250
260
|
/**
|
|
251
261
|
* Context-aware alias for {@link Client.sendAudio}.
|
|
@@ -253,7 +263,7 @@ export class Context {
|
|
|
253
263
|
async replyAudio(audio, params) {
|
|
254
264
|
const { chatId, messageId, businessConnectionId } = this.#mustGetMsg();
|
|
255
265
|
const replyTo = this.#getReplyTo(params?.quote, chatId, messageId);
|
|
256
|
-
return await this.client.sendAudio(chatId, audio, { ...params, replyTo, businessConnectionId });
|
|
266
|
+
return await this.client.sendAudio(chatId, audio, { ...params, ...replyTo, businessConnectionId });
|
|
257
267
|
}
|
|
258
268
|
/**
|
|
259
269
|
* Context-aware alias for {@link Client.sendVideoNote}.
|
|
@@ -261,7 +271,7 @@ export class Context {
|
|
|
261
271
|
async replyVideoNote(videoNote, params) {
|
|
262
272
|
const { chatId, messageId, businessConnectionId } = this.#mustGetMsg();
|
|
263
273
|
const replyTo = this.#getReplyTo(params?.quote, chatId, messageId);
|
|
264
|
-
return await this.client.sendVideoNote(chatId, videoNote, { ...params, replyTo, businessConnectionId });
|
|
274
|
+
return await this.client.sendVideoNote(chatId, videoNote, { ...params, ...replyTo, businessConnectionId });
|
|
265
275
|
}
|
|
266
276
|
/**
|
|
267
277
|
* Context-aware alias for {@link Client.deleteMessage}.
|
|
@@ -342,7 +342,7 @@ export class MessageManager {
|
|
|
342
342
|
const topMsgId = params?.messageThreadId;
|
|
343
343
|
if (!params?.replyTo) {
|
|
344
344
|
if (topMsgId) {
|
|
345
|
-
return { _: "inputReplyToMessage", reply_to_msg_id: topMsgId };
|
|
345
|
+
return { _: "inputReplyToMessage", reply_to_msg_id: topMsgId, top_msg_id: topMsgId };
|
|
346
346
|
}
|
|
347
347
|
else {
|
|
348
348
|
return undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Make an assertion, error will be thrown if `expr` does not have truthy value.
|
|
2
|
+
* Make an assertion, an error will be thrown if `expr` does not have a truthy value.
|
|
3
3
|
*
|
|
4
4
|
* @example Usage
|
|
5
5
|
* ```ts ignore
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
*
|
|
12
12
|
* @param expr The expression to test.
|
|
13
13
|
* @param msg The optional message to display if the assertion fails.
|
|
14
|
+
* @throws {AssertionError} If `expr` is falsy.
|
|
14
15
|
*/
|
|
15
16
|
export declare function assert(expr: unknown, msg?: string): asserts expr;
|
|
16
17
|
//# sourceMappingURL=assert.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assert.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.19/assert.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,MAAM,CAAC,IAAI,EAAE,OAAO,EAAE,GAAG,SAAK,GAAG,OAAO,CAAC,IAAI,CAI5D"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
// Copyright 2018-
|
|
1
|
+
// Copyright 2018-2026 the Deno authors. MIT license.
|
|
2
2
|
// This module is browser compatible.
|
|
3
3
|
import { AssertionError } from "./assertion_error.js";
|
|
4
4
|
/**
|
|
5
|
-
* Make an assertion, error will be thrown if `expr` does not have truthy value.
|
|
5
|
+
* Make an assertion, an error will be thrown if `expr` does not have a truthy value.
|
|
6
6
|
*
|
|
7
7
|
* @example Usage
|
|
8
8
|
* ```ts ignore
|
|
@@ -14,6 +14,7 @@ import { AssertionError } from "./assertion_error.js";
|
|
|
14
14
|
*
|
|
15
15
|
* @param expr The expression to test.
|
|
16
16
|
* @param msg The optional message to display if the assertion fails.
|
|
17
|
+
* @throws {AssertionError} If `expr` is falsy.
|
|
17
18
|
*/
|
|
18
19
|
export function assert(expr, msg = "") {
|
|
19
20
|
if (!expr) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assertion_error.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.
|
|
1
|
+
{"version":3,"file":"assertion_error.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.19/assertion_error.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;GAgBG;AACH,qBAAa,cAAe,SAAQ,KAAK;IACvC;;;;OAIG;gBACS,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,YAAY;CAIpD"}
|
package/{script/deps/jsr.io/@std/assert/1.0.16 → esm/deps/jsr.io/@std/assert/1.0.19}/equal.d.ts
RENAMED
|
@@ -1,10 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Deep equality comparison used in assertions.
|
|
3
3
|
*
|
|
4
|
+
* This function is based on value equality, but for some cases (such as data
|
|
5
|
+
* that can only be read asynchronously or function properties) value equality
|
|
6
|
+
* is not possible to determine. In such cases, reference equality is used
|
|
7
|
+
* instead, which may cause false negatives for objects such as `Blob`s or
|
|
8
|
+
* `Request`s.
|
|
9
|
+
*
|
|
4
10
|
* @param a The actual value
|
|
5
11
|
* @param b The expected value
|
|
6
12
|
* @returns `true` if the values are deeply equal, `false` otherwise
|
|
7
13
|
*
|
|
14
|
+
* @throws {TypeError} If either value is a `WeakMap` or `WeakSet`.
|
|
15
|
+
*
|
|
8
16
|
* @example Usage
|
|
9
17
|
* ```ts
|
|
10
18
|
* import { equal } from "@std/assert/equal";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"equal.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.19/equal.ts"],"names":[],"mappings":"AA0FA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,KAAK,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,GAAG,OAAO,CAgHrD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright 2018-
|
|
1
|
+
// Copyright 2018-2026 the Deno authors. MIT license.
|
|
2
2
|
// This module is browser compatible.
|
|
3
3
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
4
4
|
function isKeyedCollection(x) {
|
|
@@ -75,10 +75,18 @@ function sameValueZero(a, b) {
|
|
|
75
75
|
/**
|
|
76
76
|
* Deep equality comparison used in assertions.
|
|
77
77
|
*
|
|
78
|
+
* This function is based on value equality, but for some cases (such as data
|
|
79
|
+
* that can only be read asynchronously or function properties) value equality
|
|
80
|
+
* is not possible to determine. In such cases, reference equality is used
|
|
81
|
+
* instead, which may cause false negatives for objects such as `Blob`s or
|
|
82
|
+
* `Request`s.
|
|
83
|
+
*
|
|
78
84
|
* @param a The actual value
|
|
79
85
|
* @param b The expected value
|
|
80
86
|
* @returns `true` if the values are deeply equal, `false` otherwise
|
|
81
87
|
*
|
|
88
|
+
* @throws {TypeError} If either value is a `WeakMap` or `WeakSet`.
|
|
89
|
+
*
|
|
82
90
|
* @example Usage
|
|
83
91
|
* ```ts
|
|
84
92
|
* import { equal } from "@std/assert/equal";
|
|
@@ -5,9 +5,11 @@
|
|
|
5
5
|
* Type parameter can be specified to ensure values under comparison have the
|
|
6
6
|
* same type.
|
|
7
7
|
*
|
|
8
|
-
* Note:
|
|
9
|
-
*
|
|
10
|
-
*
|
|
8
|
+
* Note: This function is based on value equality, but for some cases (such as
|
|
9
|
+
* data that can only be read asynchronously or function properties) value
|
|
10
|
+
* equality is not possible to determine. In such cases, reference equality is
|
|
11
|
+
* used instead, which may cause false negatives for objects such as `Blob`s or
|
|
12
|
+
* `Request`s.
|
|
11
13
|
*
|
|
12
14
|
* @example Usage
|
|
13
15
|
* ```ts ignore
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"equals.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.19/equals.ts"],"names":[],"mappings":"AAUA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,wBAAgB,YAAY,CAAC,CAAC,EAC5B,MAAM,EAAE,CAAC,EACT,QAAQ,EAAE,CAAC,EACX,GAAG,CAAC,EAAE,MAAM,QAmBb"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright 2018-
|
|
1
|
+
// Copyright 2018-2026 the Deno authors. MIT license.
|
|
2
2
|
// This module is browser compatible.
|
|
3
3
|
import { equal } from "./equal.js";
|
|
4
4
|
import { buildMessage } from "../../internal/1.0.12/build_message.js";
|
|
@@ -13,9 +13,11 @@ import { AssertionError } from "./assertion_error.js";
|
|
|
13
13
|
* Type parameter can be specified to ensure values under comparison have the
|
|
14
14
|
* same type.
|
|
15
15
|
*
|
|
16
|
-
* Note:
|
|
17
|
-
*
|
|
18
|
-
*
|
|
16
|
+
* Note: This function is based on value equality, but for some cases (such as
|
|
17
|
+
* data that can only be read asynchronously or function properties) value
|
|
18
|
+
* equality is not possible to determine. In such cases, reference equality is
|
|
19
|
+
* used instead, which may cause false negatives for objects such as `Blob`s or
|
|
20
|
+
* `Request`s.
|
|
19
21
|
*
|
|
20
22
|
* @example Usage
|
|
21
23
|
* ```ts ignore
|
package/{script/deps/jsr.io/@std/assert/1.0.16 → esm/deps/jsr.io/@std/assert/1.0.19}/false.d.ts
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/** Assertion condition for {@linkcode assertFalse}. */
|
|
2
2
|
export type Falsy = false | 0 | 0n | "" | null | undefined;
|
|
3
3
|
/**
|
|
4
|
-
* Make an assertion, error will be thrown if `expr`
|
|
4
|
+
* Make an assertion, an error will be thrown if `expr` has a truthy value.
|
|
5
5
|
*
|
|
6
6
|
* @example Usage
|
|
7
7
|
* ```ts ignore
|
|
@@ -13,6 +13,7 @@ export type Falsy = false | 0 | 0n | "" | null | undefined;
|
|
|
13
13
|
*
|
|
14
14
|
* @param expr The expression to test.
|
|
15
15
|
* @param msg The optional message to display if the assertion fails.
|
|
16
|
+
* @throws {AssertionError} If `expr` is truthy.
|
|
16
17
|
*/
|
|
17
18
|
export declare function assertFalse(expr: unknown, msg?: string): asserts expr is Falsy;
|
|
18
19
|
//# sourceMappingURL=false.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"false.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.
|
|
1
|
+
{"version":3,"file":"false.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.19/false.ts"],"names":[],"mappings":"AAIA,uDAAuD;AACvD,MAAM,MAAM,KAAK,GAAG,KAAK,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;AAE3D;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,OAAO,EAAE,GAAG,SAAK,GAAG,OAAO,CAAC,IAAI,IAAI,KAAK,CAI1E"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
// Copyright 2018-
|
|
1
|
+
// Copyright 2018-2026 the Deno authors. MIT license.
|
|
2
2
|
// This module is browser compatible.
|
|
3
3
|
import { AssertionError } from "./assertion_error.js";
|
|
4
4
|
/**
|
|
5
|
-
* Make an assertion, error will be thrown if `expr`
|
|
5
|
+
* Make an assertion, an error will be thrown if `expr` has a truthy value.
|
|
6
6
|
*
|
|
7
7
|
* @example Usage
|
|
8
8
|
* ```ts ignore
|
|
@@ -14,6 +14,7 @@ import { AssertionError } from "./assertion_error.js";
|
|
|
14
14
|
*
|
|
15
15
|
* @param expr The expression to test.
|
|
16
16
|
* @param msg The optional message to display if the assertion fails.
|
|
17
|
+
* @throws {AssertionError} If `expr` is truthy.
|
|
17
18
|
*/
|
|
18
19
|
export function assertFalse(expr, msg = "") {
|
|
19
20
|
if (expr) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instance_of.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.
|
|
1
|
+
{"version":3,"file":"instance_of.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.19/instance_of.ts"],"names":[],"mappings":"AAIA,sBAAsB;AAEtB,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC;AACzD,4BAA4B;AAC5B,MAAM,MAAM,kBAAkB,CAAC,CAAC,SAAS,cAAc,IAAI,YAAY,CAAC,CAAC,CAAC,CAAC;AAE3E;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,gBAAgB,CAE9B,CAAC,SAAS,QAAQ,MAAM,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EAE9C,MAAM,EAAE,OAAO,EACf,YAAY,EAAE,CAAC,EACf,GAAG,SAAK,GACP,OAAO,CAAC,MAAM,IAAI,YAAY,CAAC,CAAC,CAAC,CA6BnC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"is_error.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.
|
|
1
|
+
{"version":3,"file":"is_error.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.19/is_error.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,aAAa,CAAC,CAAC,SAAS,KAAK,GAAG,KAAK,EACnD,KAAK,EAAE,OAAO,EAEd,UAAU,CAAC,EAAE,QAAQ,MAAM,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,EAC/C,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAC5B,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,KAAK,IAAI,CAAC,CA8BpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"not_equals.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.19/not_equals.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAgB,eAAe,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,GAAG,CAAC,EAAE,MAAM,QAUtE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"throws.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.
|
|
1
|
+
{"version":3,"file":"throws.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.19/throws.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,YAAY,CAC1B,EAAE,EAAE,MAAM,OAAO,EACjB,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC;AACX;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,YAAY,CAAC,CAAC,SAAS,KAAK,GAAG,KAAK,EAClD,EAAE,EAAE,MAAM,OAAO,EAEjB,UAAU,EAAE,QAAQ,MAAM,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,EAC9C,WAAW,CAAC,EAAE,MAAM,EACpB,GAAG,CAAC,EAAE,MAAM,GACX,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unreachable.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.
|
|
1
|
+
{"version":3,"file":"unreachable.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.19/unreachable.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;GAYG;AACH,wBAAgB,WAAW,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,KAAK,CAG/C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_util.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/async/1.2.0/_util.ts"],"names":[],"mappings":"AAGA,wBAAgB,4BAA4B,CAC1C,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,MAAM,EAAE,MAAM,UAIf"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright 2018-
|
|
1
|
+
// Copyright 2018-2026 the Deno authors. MIT license.
|
|
2
2
|
// This module is browser compatible.
|
|
3
3
|
export function exponentialBackoffWithJitter(cap, base, attempt, multiplier, jitter) {
|
|
4
4
|
const exp = Math.min(cap, base * multiplier ** attempt);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"abortable.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/async/1.2.0/abortable.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,wBAAgB,SAAS,CAAC,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,WAAW,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;AAC7E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6DG;AAEH,wBAAgB,SAAS,CAAC,CAAC,EACzB,CAAC,EAAE,aAAa,CAAC,CAAC,CAAC,EACnB,MAAM,EAAE,WAAW,GAClB,cAAc,CAAC,CAAC,CAAC,CAAC"}
|
package/{script/deps/jsr.io/@std/async/1.0.15 → esm/deps/jsr.io/@std/async/1.2.0}/deadline.d.ts
RENAMED
|
@@ -18,7 +18,8 @@ export interface DeadlineOptions {
|
|
|
18
18
|
* custom `reason` before resolving or timing out.
|
|
19
19
|
* @typeParam T The type of the provided and returned promise.
|
|
20
20
|
* @param p The promise to make rejectable.
|
|
21
|
-
* @param ms Duration in milliseconds for when the promise should time out.
|
|
21
|
+
* @param ms Duration in milliseconds for when the promise should time out. If
|
|
22
|
+
* greater than `Number.MAX_SAFE_INTEGER`, the deadline will never expire.
|
|
22
23
|
* @param options Additional options.
|
|
23
24
|
* @returns A promise that will reject if the provided duration runs out before resolving.
|
|
24
25
|
*
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deadline.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/async/1.2.0/deadline.ts"],"names":[],"mappings":"AAKA,wCAAwC;AACxC,MAAM,WAAW,eAAe;IAC9B,yCAAyC;IACzC,MAAM,CAAC,EAAE,WAAW,CAAC;CACtB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,wBAAsB,QAAQ,CAAC,CAAC,EAC9B,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,EACb,EAAE,EAAE,MAAM,EACV,OAAO,GAAE,eAAoB,GAC5B,OAAO,CAAC,CAAC,CAAC,CAKZ"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright 2018-
|
|
1
|
+
// Copyright 2018-2026 the Deno authors. MIT license.
|
|
2
2
|
// This module is browser compatible.
|
|
3
3
|
import { abortable } from "./abortable.js";
|
|
4
4
|
/**
|
|
@@ -16,7 +16,8 @@ import { abortable } from "./abortable.js";
|
|
|
16
16
|
* custom `reason` before resolving or timing out.
|
|
17
17
|
* @typeParam T The type of the provided and returned promise.
|
|
18
18
|
* @param p The promise to make rejectable.
|
|
19
|
-
* @param ms Duration in milliseconds for when the promise should time out.
|
|
19
|
+
* @param ms Duration in milliseconds for when the promise should time out. If
|
|
20
|
+
* greater than `Number.MAX_SAFE_INTEGER`, the deadline will never expire.
|
|
20
21
|
* @param options Additional options.
|
|
21
22
|
* @returns A promise that will reject if the provided duration runs out before resolving.
|
|
22
23
|
*
|
|
@@ -31,7 +32,9 @@ import { abortable } from "./abortable.js";
|
|
|
31
32
|
* ```
|
|
32
33
|
*/
|
|
33
34
|
export async function deadline(p, ms, options = {}) {
|
|
34
|
-
const signals = [
|
|
35
|
+
const signals = [];
|
|
36
|
+
if (ms < Number.MAX_SAFE_INTEGER)
|
|
37
|
+
signals.push(AbortSignal.timeout(ms));
|
|
35
38
|
if (options.signal)
|
|
36
39
|
signals.push(options.signal);
|
|
37
40
|
return await abortable(p, AbortSignal.any(signals));
|