windmill-cli 1.475.0 → 1.476.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/LICENSE +16 -4
- package/esm/codebase.js +14 -8
- package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.2}/concat.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/_base32_common.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/_validate_binary_like.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/ascii85.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base32.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base58.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base64.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base64url.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/hex.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/mod.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/varint.js +3 -1
- package/esm/deps/jsr.io/@std/fmt/{1.0.6 → 1.0.2}/colors.js +1 -1
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_create_walk_entry.js +3 -3
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_is_same_path.js +2 -2
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_is_subdir.js +3 -3
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_to_path_string.js +2 -2
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/copy.js +11 -12
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/empty_dir.js +4 -4
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_dir.js +3 -3
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_file.js +4 -4
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_link.js +4 -4
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_symlink.js +14 -51
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/eol.js +5 -7
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/exists.js +17 -37
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/expand_glob.js +14 -15
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/mod.js +2 -2
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/move.js +5 -5
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/walk.js +22 -22
- package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/_constants.js +1 -1
- package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/copy.js +2 -2
- package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/read_all.js +7 -6
- package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/write_all.js +3 -3
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/_config.js +1 -1
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/_file_handler_symbols.js +1 -1
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/_state.js +1 -1
- package/esm/deps/jsr.io/@std/log/0.224.7/base_handler.js +60 -0
- package/esm/deps/jsr.io/@std/log/0.224.7/console_handler.js +58 -0
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/critical.js +1 -2
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/debug.js +1 -2
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/error.js +1 -2
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/file_handler.js +15 -147
- package/esm/deps/jsr.io/@std/log/0.224.7/formatters.js +19 -0
- package/esm/deps/jsr.io/@std/log/0.224.7/get_logger.js +21 -0
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/info.js +1 -2
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/levels.js +1 -3
- package/esm/deps/jsr.io/@std/log/0.224.7/logger.js +179 -0
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/mod.js +7 -11
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/rotating_file_handler.js +2 -2
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/setup.js +1 -1
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/warn.js +1 -2
- package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/basename.js +0 -17
- package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/dirname.js +0 -12
- package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/extname.js +0 -16
- package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/join.js +0 -13
- package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/join_globs.js +2 -3
- package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/normalize.js +0 -18
- package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/normalize_glob.js +1 -2
- package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join_globs.js +2 -3
- package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize_glob.js +1 -2
- package/esm/deps.js +8 -8
- package/esm/flow.js +1 -1
- package/esm/gen/core/OpenAPI.js +1 -1
- package/esm/gen/services.gen.js +18 -0
- package/esm/main.js +1 -1
- package/esm/metadata.js +1 -1
- package/esm/pull.js +2 -2
- package/esm/script.js +4 -5
- package/esm/sync.js +65 -46
- package/package.json +1 -1
- package/types/codebase.d.ts +2 -2
- package/types/codebase.d.ts.map +1 -1
- package/types/conf.d.ts +1 -0
- package/types/conf.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.2}/concat.d.ts +1 -3
- package/types/deps/jsr.io/@std/bytes/1.0.2/concat.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/_base32_common.d.ts +1 -2
- package/types/deps/jsr.io/@std/encoding/1.0.5/_base32_common.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/_validate_binary_like.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/ascii85.d.ts +1 -3
- package/types/deps/jsr.io/@std/encoding/1.0.5/ascii85.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base32.d.ts +1 -3
- package/types/deps/jsr.io/@std/encoding/1.0.5/base32.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base58.d.ts +1 -3
- package/types/deps/jsr.io/@std/encoding/1.0.5/base58.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base64.d.ts +1 -3
- package/types/deps/jsr.io/@std/encoding/1.0.5/base64.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base64url.d.ts +1 -3
- package/types/deps/jsr.io/@std/encoding/1.0.5/base64url.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/hex.d.ts +1 -3
- package/types/deps/jsr.io/@std/encoding/1.0.5/hex.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/mod.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/varint.d.ts +1 -3
- package/types/deps/jsr.io/@std/encoding/1.0.5/varint.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fmt/{1.0.6 → 1.0.2}/colors.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/_create_walk_entry.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/1.0.3/_get_file_info_type.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/1.0.3/_is_same_path.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/1.0.3/_is_subdir.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/1.0.3/_to_path_string.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/copy.d.ts +6 -6
- package/types/deps/jsr.io/@std/fs/1.0.3/copy.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/empty_dir.d.ts +2 -2
- package/types/deps/jsr.io/@std/fs/1.0.3/empty_dir.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_dir.d.ts +2 -2
- package/types/deps/jsr.io/@std/fs/1.0.3/ensure_dir.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_file.d.ts +2 -2
- package/types/deps/jsr.io/@std/fs/1.0.3/ensure_file.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_link.d.ts +2 -2
- package/types/deps/jsr.io/@std/fs/1.0.3/ensure_link.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_symlink.d.ts +8 -26
- package/types/deps/jsr.io/@std/fs/1.0.3/ensure_symlink.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/eol.d.ts +3 -3
- package/types/deps/jsr.io/@std/fs/1.0.3/eol.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/exists.d.ts +16 -36
- package/types/deps/jsr.io/@std/fs/1.0.3/exists.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/expand_glob.d.ts +7 -7
- package/types/deps/jsr.io/@std/fs/1.0.3/expand_glob.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/mod.d.ts +1 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/mod.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/move.d.ts +4 -4
- package/types/deps/jsr.io/@std/fs/1.0.3/move.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/walk.d.ts +20 -20
- package/types/deps/jsr.io/@std/fs/1.0.3/walk.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/_constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/copy.d.ts +1 -1
- package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/copy.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/read_all.d.ts +2 -2
- package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/read_all.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/io/{0.224.9 → 0.224.8}/types.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/write_all.d.ts +2 -2
- package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/write_all.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/log/0.224.7/_config.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/_file_handler_symbols.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/_state.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/base_handler.d.ts +22 -0
- package/types/deps/jsr.io/@std/log/0.224.7/base_handler.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/console_handler.d.ts +18 -0
- package/types/deps/jsr.io/@std/log/0.224.7/console_handler.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/critical.d.ts +5 -0
- package/types/deps/jsr.io/@std/log/0.224.7/critical.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/debug.d.ts +5 -0
- package/types/deps/jsr.io/@std/log/0.224.7/debug.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/error.d.ts +5 -0
- package/types/deps/jsr.io/@std/log/0.224.7/error.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/file_handler.d.ts +54 -0
- package/types/deps/jsr.io/@std/log/0.224.7/file_handler.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/formatters.d.ts +6 -0
- package/types/deps/jsr.io/@std/log/0.224.7/formatters.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/get_logger.d.ts +4 -0
- package/types/deps/jsr.io/@std/log/0.224.7/get_logger.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/info.d.ts +5 -0
- package/types/deps/jsr.io/@std/log/0.224.7/info.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/levels.d.ts +0 -2
- package/types/deps/jsr.io/@std/log/0.224.7/levels.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/logger.d.ts +62 -0
- package/types/deps/jsr.io/@std/log/0.224.7/logger.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/mod.d.ts +6 -10
- package/types/deps/jsr.io/@std/log/0.224.7/mod.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/rotating_file_handler.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/setup.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/warn.d.ts +5 -0
- package/types/deps/jsr.io/@std/log/0.224.7/warn.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/assert_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/basename.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/common.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/dirname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/from_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/glob_to_reg_exp.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize_string.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/relative.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/strip_trailing_separators.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/to_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/1.0.6/_os.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/basename.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/common.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/dirname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/extname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/from_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/glob_to_regexp.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_absolute.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join_globs.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/mod.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/_util.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/basename.d.ts +0 -17
- package/types/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/dirname.d.ts +0 -12
- package/types/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts +21 -0
- package/types/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/from_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/glob_to_regexp.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/is_absolute.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/join.d.ts +0 -13
- package/types/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/join_globs.d.ts +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/join_globs.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/normalize.d.ts +0 -18
- package/types/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/normalize_glob.d.ts +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/normalize_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/relative.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/resolve.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_namespaced_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/relative.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/resolve.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_namespaced_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/types.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/_util.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/basename.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/dirname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/extname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/from_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/glob_to_regexp.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/is_absolute.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join_globs.d.ts +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join_globs.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize_glob.d.ts +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/relative.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/resolve.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_namespaced_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@windmill-labs/cliffy-ansi/1.0.0-rc.5/cursor_position.d.ts +1 -1
- package/types/deps/jsr.io/@windmill-labs/cliffy-ansi/1.0.0-rc.5/tty.d.ts +1 -1
- package/types/deps/jsr.io/@windmill-labs/cliffy-prompt/1.0.0-rc.6/_generic_prompt.d.ts +1 -1
- package/types/deps.d.ts +8 -8
- package/types/deps.d.ts.map +1 -1
- package/types/gen/services.gen.d.ts +10 -1
- package/types/gen/services.gen.d.ts.map +1 -1
- package/types/gen/types.gen.d.ts +9 -0
- package/types/gen/types.gen.d.ts.map +1 -1
- package/types/main.d.ts +1 -1
- package/types/pull.d.ts +1 -1
- package/types/pull.d.ts.map +1 -1
- package/types/script.d.ts.map +1 -1
- package/types/sync.d.ts +6 -1
- package/types/sync.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/bytes/1.0.5/_types.js +0 -2
- package/esm/deps/jsr.io/@std/encoding/1.0.7/_types.js +0 -2
- package/esm/deps/jsr.io/@std/io/0.225.2/types.js +0 -15
- package/esm/deps/jsr.io/@std/log/0.224.14/base_handler.js +0 -331
- package/esm/deps/jsr.io/@std/log/0.224.14/console_handler.js +0 -112
- package/esm/deps/jsr.io/@std/log/0.224.14/formatters.js +0 -45
- package/esm/deps/jsr.io/@std/log/0.224.14/get_logger.js +0 -75
- package/esm/deps/jsr.io/@std/log/0.224.14/logger.js +0 -525
- package/types/deps/jsr.io/@std/bytes/1.0.5/_types.d.ts +0 -9
- package/types/deps/jsr.io/@std/bytes/1.0.5/_types.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/bytes/1.0.5/concat.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/_base32_common.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/_types.d.ts +0 -9
- package/types/deps/jsr.io/@std/encoding/1.0.7/_types.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/ascii85.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/base32.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/base58.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/base64.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/base64url.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/hex.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/varint.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/_create_walk_entry.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/_get_file_info_type.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/_is_same_path.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/_is_subdir.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/_to_path_string.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/copy.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/empty_dir.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/ensure_dir.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/ensure_file.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/ensure_link.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/ensure_symlink.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/eol.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/exists.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/expand_glob.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/mod.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/move.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/walk.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/io/0.225.2/types.d.ts +0 -146
- package/types/deps/jsr.io/@std/io/0.225.2/types.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/_config.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/_file_handler_symbols.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/_state.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/base_handler.d.ts +0 -326
- package/types/deps/jsr.io/@std/log/0.224.14/base_handler.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/console_handler.d.ts +0 -76
- package/types/deps/jsr.io/@std/log/0.224.14/console_handler.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/critical.d.ts +0 -53
- package/types/deps/jsr.io/@std/log/0.224.14/critical.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/debug.d.ts +0 -105
- package/types/deps/jsr.io/@std/log/0.224.14/debug.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/error.d.ts +0 -53
- package/types/deps/jsr.io/@std/log/0.224.14/error.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/file_handler.d.ts +0 -200
- package/types/deps/jsr.io/@std/log/0.224.14/file_handler.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/formatters.d.ts +0 -34
- package/types/deps/jsr.io/@std/log/0.224.14/formatters.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/get_logger.d.ts +0 -59
- package/types/deps/jsr.io/@std/log/0.224.14/get_logger.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/info.d.ts +0 -53
- package/types/deps/jsr.io/@std/log/0.224.14/info.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/levels.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/logger.d.ts +0 -622
- package/types/deps/jsr.io/@std/log/0.224.14/logger.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/mod.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/rotating_file_handler.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/setup.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/warn.d.ts +0 -53
- package/types/deps/jsr.io/@std/log/0.224.14/warn.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.8/_os.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts +0 -37
- package/types/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts.map +0 -1
- /package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_get_file_info_type.js +0 -0
- /package/esm/deps/jsr.io/@std/io/{0.224.9 → 0.224.8}/types.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/assert_path.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/basename.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/common.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/dirname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/format.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/glob_to_reg_exp.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize_string.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/relative.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/strip_trailing_separators.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_os.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/basename.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/common.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/dirname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/extname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/format.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/glob_to_regexp.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_absolute.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_glob.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join_globs.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/mod.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize_glob.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/parse.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/_util.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/format.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/glob_to_regexp.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/is_absolute.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/parse.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/relative.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/resolve.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_namespaced_path.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/relative.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/resolve.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_namespaced_path.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/types.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/_util.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/basename.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/dirname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/extname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/format.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/glob_to_regexp.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/is_absolute.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/parse.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/relative.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/resolve.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_namespaced_path.js +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/_validate_binary_like.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/mod.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fmt/{1.0.6 → 1.0.2}/colors.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_create_walk_entry.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_get_file_info_type.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_is_same_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_is_subdir.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_to_path_string.d.ts +0 -0
- /package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/_constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/io/{0.224.9 → 0.224.8}/types.d.ts +0 -0
- /package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/_config.d.ts +0 -0
- /package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/_file_handler_symbols.d.ts +0 -0
- /package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/_state.d.ts +0 -0
- /package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/rotating_file_handler.d.ts +0 -0
- /package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/setup.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/assert_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/basename.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/common.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/dirname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/from_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/glob_to_reg_exp.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize_string.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/relative.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/strip_trailing_separators.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/to_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_os.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/basename.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/common.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/dirname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/extname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/from_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/glob_to_regexp.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_absolute.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_glob.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join_globs.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/mod.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize_glob.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/_util.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/from_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/glob_to_regexp.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/is_absolute.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/relative.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/resolve.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_namespaced_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/relative.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/resolve.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_namespaced_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/types.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/_util.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/basename.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/dirname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/extname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/from_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/glob_to_regexp.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/is_absolute.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/relative.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/resolve.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_namespaced_path.d.ts +0 -0
|
@@ -1,622 +0,0 @@
|
|
|
1
|
-
import type { LevelName, LogLevel } from "./levels.js";
|
|
2
|
-
import type { BaseHandler } from "./base_handler.js";
|
|
3
|
-
/** Any function that can be called with any arguments and return any value. */
|
|
4
|
-
export type GenericFunction = (...args: any[]) => any;
|
|
5
|
-
/**
|
|
6
|
-
* Options for {@linkcode LogRecord}.
|
|
7
|
-
*/
|
|
8
|
-
export interface LogRecordOptions {
|
|
9
|
-
/** The message to log. */
|
|
10
|
-
msg: string;
|
|
11
|
-
/** The arguments to log. */
|
|
12
|
-
args: unknown[];
|
|
13
|
-
/** The log level of the message. */
|
|
14
|
-
level: LogLevel;
|
|
15
|
-
/** The name of the logger that created the log record. */
|
|
16
|
-
loggerName: string;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* Configuration options for a logger instance.
|
|
20
|
-
*
|
|
21
|
-
* @example Usage
|
|
22
|
-
*
|
|
23
|
-
* ```ts
|
|
24
|
-
* import { ConsoleHandler, getLogger, setup, type LogConfig} from "@std/log";
|
|
25
|
-
* import { assert } from "@std/assert";
|
|
26
|
-
*
|
|
27
|
-
* const handler = new ConsoleHandler("INFO");
|
|
28
|
-
* const logConfig: LogConfig = {
|
|
29
|
-
* handlers: {
|
|
30
|
-
* default: handler,
|
|
31
|
-
* },
|
|
32
|
-
* loggers: {
|
|
33
|
-
* default: {
|
|
34
|
-
* level: "INFO",
|
|
35
|
-
* handlers: ["default"],
|
|
36
|
-
* },
|
|
37
|
-
* },
|
|
38
|
-
* }
|
|
39
|
-
* setup(logConfig);
|
|
40
|
-
* const logger = getLogger();
|
|
41
|
-
*
|
|
42
|
-
* assert(logger.handlers.at(0) instanceof ConsoleHandler);
|
|
43
|
-
* ```
|
|
44
|
-
*/
|
|
45
|
-
export declare class LoggerConfig {
|
|
46
|
-
/** The minimum log level for the logger.
|
|
47
|
-
*
|
|
48
|
-
* @example Usage
|
|
49
|
-
*
|
|
50
|
-
* ```ts
|
|
51
|
-
* import { ConsoleHandler, getLogger, setup, type LogConfig} from "@std/log";
|
|
52
|
-
* import { assert } from "@std/assert";
|
|
53
|
-
*
|
|
54
|
-
* const handler = new ConsoleHandler("INFO");
|
|
55
|
-
* const logConfig: LogConfig = {
|
|
56
|
-
* handlers: {
|
|
57
|
-
* default: handler,
|
|
58
|
-
* },
|
|
59
|
-
* loggers: {
|
|
60
|
-
* default: {
|
|
61
|
-
* level: "INFO",
|
|
62
|
-
* handlers: ["default"],
|
|
63
|
-
* },
|
|
64
|
-
* },
|
|
65
|
-
* }
|
|
66
|
-
* setup(logConfig);
|
|
67
|
-
* const logger = getLogger();
|
|
68
|
-
*
|
|
69
|
-
* assert(logger.handlers.at(0) instanceof ConsoleHandler);
|
|
70
|
-
* ```
|
|
71
|
-
*/
|
|
72
|
-
level?: LevelName;
|
|
73
|
-
/** A list of handler names attached to this logger.
|
|
74
|
-
*
|
|
75
|
-
* @example Usage
|
|
76
|
-
*
|
|
77
|
-
* ```ts
|
|
78
|
-
* import { ConsoleHandler, getLogger, setup, type LogConfig} from "@std/log";
|
|
79
|
-
* import { assert } from "@std/assert";
|
|
80
|
-
*
|
|
81
|
-
* const handler = new ConsoleHandler("INFO");
|
|
82
|
-
* const logConfig: LogConfig = {
|
|
83
|
-
* handlers: {
|
|
84
|
-
* default: handler,
|
|
85
|
-
* },
|
|
86
|
-
* loggers: {
|
|
87
|
-
* default: {
|
|
88
|
-
* level: "INFO",
|
|
89
|
-
* handlers: ["default"],
|
|
90
|
-
* },
|
|
91
|
-
* },
|
|
92
|
-
* }
|
|
93
|
-
* setup(logConfig);
|
|
94
|
-
* const logger = getLogger();
|
|
95
|
-
*
|
|
96
|
-
* assert(logger.handlers.at(0) instanceof ConsoleHandler);
|
|
97
|
-
* ``` */
|
|
98
|
-
handlers?: string[];
|
|
99
|
-
}
|
|
100
|
-
/**
|
|
101
|
-
* Configuration for logger setup.
|
|
102
|
-
*/
|
|
103
|
-
export interface LogConfig {
|
|
104
|
-
/** A dictionary of named handlers for logging. */
|
|
105
|
-
handlers?: {
|
|
106
|
-
[name: string]: BaseHandler;
|
|
107
|
-
};
|
|
108
|
-
/** A dictionary of named loggers and their configurations. */
|
|
109
|
-
loggers?: {
|
|
110
|
-
[name: string]: LoggerConfig;
|
|
111
|
-
};
|
|
112
|
-
}
|
|
113
|
-
/**
|
|
114
|
-
* An object that encapsulates provided message and arguments as well some
|
|
115
|
-
* metadata that can be later used when formatting a message.
|
|
116
|
-
*
|
|
117
|
-
* @example Usage
|
|
118
|
-
* ```ts
|
|
119
|
-
* import { LogRecord } from "@std/log/logger";
|
|
120
|
-
* import { LogLevels } from "@std/log/levels";
|
|
121
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
122
|
-
*
|
|
123
|
-
* const record = new LogRecord({
|
|
124
|
-
* msg: "Hello, world!",
|
|
125
|
-
* args: ["foo", "bar"],
|
|
126
|
-
* level: LogLevels.INFO,
|
|
127
|
-
* loggerName: "example",
|
|
128
|
-
* });
|
|
129
|
-
*
|
|
130
|
-
* assertEquals(record.msg, "Hello, world!");
|
|
131
|
-
* assertEquals(record.args, ["foo", "bar"]);
|
|
132
|
-
* assertEquals(record.level, LogLevels.INFO);
|
|
133
|
-
* assertEquals(record.loggerName, "example");
|
|
134
|
-
* ```
|
|
135
|
-
*/
|
|
136
|
-
export declare class LogRecord {
|
|
137
|
-
#private;
|
|
138
|
-
/** The message to log.
|
|
139
|
-
*
|
|
140
|
-
* @example Usage
|
|
141
|
-
* ```ts
|
|
142
|
-
* import { LogRecord } from "@std/log/logger";
|
|
143
|
-
* import { LogLevels } from "@std/log/levels";
|
|
144
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
145
|
-
*
|
|
146
|
-
* const record = new LogRecord({
|
|
147
|
-
* msg: "Hello, world!",
|
|
148
|
-
* args: ["foo", "bar"],
|
|
149
|
-
* level: LogLevels.INFO,
|
|
150
|
-
* loggerName: "example",
|
|
151
|
-
* });
|
|
152
|
-
*
|
|
153
|
-
* assertEquals(record.msg, "Hello, world!");
|
|
154
|
-
* ```
|
|
155
|
-
*/
|
|
156
|
-
readonly msg: string;
|
|
157
|
-
/**
|
|
158
|
-
* The numeric log level of the log record.
|
|
159
|
-
*
|
|
160
|
-
* @example Usage
|
|
161
|
-
* ```ts
|
|
162
|
-
* import { LogRecord } from "@std/log/logger";
|
|
163
|
-
* import { LogLevels } from "@std/log/levels";
|
|
164
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
165
|
-
*
|
|
166
|
-
* const record = new LogRecord({
|
|
167
|
-
* msg: "Hello, world!",
|
|
168
|
-
* args: ["foo", "bar"],
|
|
169
|
-
* level: LogLevels.INFO,
|
|
170
|
-
* loggerName: "example",
|
|
171
|
-
* });
|
|
172
|
-
*
|
|
173
|
-
* assertEquals(record.level, LogLevels.INFO);
|
|
174
|
-
* ```
|
|
175
|
-
*/
|
|
176
|
-
readonly level: number;
|
|
177
|
-
/**
|
|
178
|
-
* The name of the log level of the log record.
|
|
179
|
-
*
|
|
180
|
-
* @example Usage
|
|
181
|
-
* ```ts
|
|
182
|
-
* import { LogRecord } from "@std/log/logger";
|
|
183
|
-
* import { LogLevels } from "@std/log/levels";
|
|
184
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
185
|
-
*
|
|
186
|
-
* const record = new LogRecord({
|
|
187
|
-
* msg: "Hello, world!",
|
|
188
|
-
* args: ["foo", "bar"],
|
|
189
|
-
* level: LogLevels.INFO,
|
|
190
|
-
* loggerName: "example",
|
|
191
|
-
* });
|
|
192
|
-
*
|
|
193
|
-
* assertEquals(record.levelName, "INFO");
|
|
194
|
-
* ```
|
|
195
|
-
*/
|
|
196
|
-
readonly levelName: string;
|
|
197
|
-
/**
|
|
198
|
-
* The name of the logger that created the log record.
|
|
199
|
-
*
|
|
200
|
-
* @example Usage
|
|
201
|
-
* ```ts
|
|
202
|
-
* import { LogRecord } from "@std/log/logger";
|
|
203
|
-
* import { LogLevels } from "@std/log/levels";
|
|
204
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
205
|
-
*
|
|
206
|
-
* const record = new LogRecord({
|
|
207
|
-
* msg: "Hello, world!",
|
|
208
|
-
* args: ["foo", "bar"],
|
|
209
|
-
* level: LogLevels.INFO,
|
|
210
|
-
* loggerName: "example",
|
|
211
|
-
* });
|
|
212
|
-
*
|
|
213
|
-
* assertEquals(record.loggerName, "example");
|
|
214
|
-
* ```
|
|
215
|
-
*/
|
|
216
|
-
readonly loggerName: string;
|
|
217
|
-
/**
|
|
218
|
-
* Constructs a new instance.
|
|
219
|
-
*
|
|
220
|
-
* @param options The options to create a new log record.
|
|
221
|
-
*
|
|
222
|
-
* @example Usage
|
|
223
|
-
* ```ts
|
|
224
|
-
* import { LogRecord } from "@std/log/logger";
|
|
225
|
-
* import { LogLevels } from "@std/log/levels";
|
|
226
|
-
*
|
|
227
|
-
* const record = new LogRecord({
|
|
228
|
-
* msg: "Hello, world!",
|
|
229
|
-
* args: ["foo", "bar"],
|
|
230
|
-
* level: LogLevels.INFO,
|
|
231
|
-
* loggerName: "example",
|
|
232
|
-
* });
|
|
233
|
-
* ```
|
|
234
|
-
*/
|
|
235
|
-
constructor(options: LogRecordOptions);
|
|
236
|
-
/**
|
|
237
|
-
* Getter for the arguments to log.
|
|
238
|
-
*
|
|
239
|
-
* @example Usage
|
|
240
|
-
* ```ts
|
|
241
|
-
* import { LogRecord } from "@std/log/logger";
|
|
242
|
-
* import { LogLevels } from "@std/log/levels";
|
|
243
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
244
|
-
*
|
|
245
|
-
* const record = new LogRecord({
|
|
246
|
-
* msg: "Hello, world!",
|
|
247
|
-
* args: ["foo", "bar"],
|
|
248
|
-
* level: LogLevels.INFO,
|
|
249
|
-
* loggerName: "example",
|
|
250
|
-
* });
|
|
251
|
-
*
|
|
252
|
-
* assertEquals(record.args, ["foo", "bar"]);
|
|
253
|
-
* ```
|
|
254
|
-
*
|
|
255
|
-
* @returns A copy of the arguments to log.
|
|
256
|
-
*/
|
|
257
|
-
get args(): unknown[];
|
|
258
|
-
/**
|
|
259
|
-
* Getter for the date and time the log record was created.
|
|
260
|
-
*
|
|
261
|
-
* @example Usage
|
|
262
|
-
* ```ts
|
|
263
|
-
* import { LogRecord } from "@std/log/logger";
|
|
264
|
-
* import { LogLevels } from "@std/log/levels";
|
|
265
|
-
* import { assertAlmostEquals } from "@std/assert/almost-equals";
|
|
266
|
-
*
|
|
267
|
-
* const record = new LogRecord({
|
|
268
|
-
* msg: "Hello, world!",
|
|
269
|
-
* args: ["foo", "bar"],
|
|
270
|
-
* level: LogLevels.INFO,
|
|
271
|
-
* loggerName: "example",
|
|
272
|
-
* });
|
|
273
|
-
*
|
|
274
|
-
* assertAlmostEquals(record.datetime.getTime(), Date.now(), 1);
|
|
275
|
-
* ```
|
|
276
|
-
*
|
|
277
|
-
* @returns The date and time the log record was created.
|
|
278
|
-
*/
|
|
279
|
-
get datetime(): Date;
|
|
280
|
-
}
|
|
281
|
-
/** Options for {@linkcode Logger}. */
|
|
282
|
-
export interface LoggerOptions {
|
|
283
|
-
/** The handlers to use for the logger. */
|
|
284
|
-
handlers?: BaseHandler[];
|
|
285
|
-
}
|
|
286
|
-
/**
|
|
287
|
-
* A logger that can log messages at different levels.
|
|
288
|
-
*
|
|
289
|
-
* @example Usage
|
|
290
|
-
* ```ts
|
|
291
|
-
* import { Logger } from "@std/log/logger";
|
|
292
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
293
|
-
*
|
|
294
|
-
* const logger = new Logger("example", "INFO");
|
|
295
|
-
* const result = logger.info("Hello, world!");
|
|
296
|
-
*
|
|
297
|
-
* assertEquals(result, "Hello, world!");
|
|
298
|
-
* ```
|
|
299
|
-
*/
|
|
300
|
-
export declare class Logger {
|
|
301
|
-
#private;
|
|
302
|
-
/**
|
|
303
|
-
* The handlers to use for the logger.
|
|
304
|
-
*
|
|
305
|
-
* @example Usage
|
|
306
|
-
* ```ts
|
|
307
|
-
* import { Logger } from "@std/log/logger";
|
|
308
|
-
* import { ConsoleHandler } from "@std/log/console-handler";
|
|
309
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
310
|
-
*
|
|
311
|
-
* const handler = new ConsoleHandler("INFO");
|
|
312
|
-
* const logger = new Logger("example", "INFO", {
|
|
313
|
-
* handlers: [handler],
|
|
314
|
-
* });
|
|
315
|
-
*
|
|
316
|
-
* assertEquals(logger.handlers, [handler]);
|
|
317
|
-
* ```
|
|
318
|
-
*/
|
|
319
|
-
handlers: BaseHandler[];
|
|
320
|
-
/**
|
|
321
|
-
* Constructs a new instance.
|
|
322
|
-
*
|
|
323
|
-
* @param loggerName The name of the logger.
|
|
324
|
-
* @param levelName The name of the log level.
|
|
325
|
-
* @param options The options to create a new logger.
|
|
326
|
-
*/
|
|
327
|
-
constructor(loggerName: string, levelName: LevelName, options?: LoggerOptions);
|
|
328
|
-
/**
|
|
329
|
-
* Getter for the log level.
|
|
330
|
-
*
|
|
331
|
-
* @returns The log level.
|
|
332
|
-
*
|
|
333
|
-
* @example Usage
|
|
334
|
-
* ```ts
|
|
335
|
-
* import { Logger } from "@std/log/logger";
|
|
336
|
-
* import { LogLevels } from "@std/log/levels";
|
|
337
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
338
|
-
*
|
|
339
|
-
* const logger = new Logger("example", "INFO");
|
|
340
|
-
* assertEquals(logger.level, LogLevels.INFO);
|
|
341
|
-
* ```
|
|
342
|
-
*/
|
|
343
|
-
get level(): LogLevel;
|
|
344
|
-
/**
|
|
345
|
-
* Setter for the log level.
|
|
346
|
-
*
|
|
347
|
-
* @param level The log level to set.
|
|
348
|
-
*
|
|
349
|
-
* @example Usage
|
|
350
|
-
* ```ts
|
|
351
|
-
* import { Logger } from "@std/log/logger";
|
|
352
|
-
* import { LogLevels } from "@std/log/levels";
|
|
353
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
354
|
-
*
|
|
355
|
-
* const logger = new Logger("example", "INFO");
|
|
356
|
-
* logger.level = LogLevels.DEBUG;
|
|
357
|
-
*
|
|
358
|
-
* assertEquals(logger.level, LogLevels.DEBUG);
|
|
359
|
-
* ```
|
|
360
|
-
*/
|
|
361
|
-
set level(level: LogLevel);
|
|
362
|
-
/**
|
|
363
|
-
* Getter for the name of the log level.
|
|
364
|
-
*
|
|
365
|
-
* @returns The name of the log level.
|
|
366
|
-
*
|
|
367
|
-
* @example Usage
|
|
368
|
-
* ```ts
|
|
369
|
-
* import { Logger } from "@std/log/logger";
|
|
370
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
371
|
-
*
|
|
372
|
-
* const logger = new Logger("example", "INFO");
|
|
373
|
-
* assertEquals(logger.levelName, "INFO");
|
|
374
|
-
* ```
|
|
375
|
-
*/
|
|
376
|
-
get levelName(): LevelName;
|
|
377
|
-
/**
|
|
378
|
-
* Setter for the name of the log level.
|
|
379
|
-
*
|
|
380
|
-
* @param levelName The name of the log level to set.
|
|
381
|
-
*
|
|
382
|
-
* @example Usage
|
|
383
|
-
* ```ts
|
|
384
|
-
* import { Logger } from "@std/log/logger";
|
|
385
|
-
* import { LogLevels } from "@std/log/levels";
|
|
386
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
387
|
-
*
|
|
388
|
-
* const logger = new Logger("example", "INFO");
|
|
389
|
-
* logger.levelName = "DEBUG";
|
|
390
|
-
*
|
|
391
|
-
* assertEquals(logger.level, LogLevels.DEBUG);
|
|
392
|
-
* ```
|
|
393
|
-
*/
|
|
394
|
-
set levelName(levelName: LevelName);
|
|
395
|
-
/**
|
|
396
|
-
* Getter for the name of the logger.
|
|
397
|
-
*
|
|
398
|
-
* @returns The name of the logger.
|
|
399
|
-
*
|
|
400
|
-
* @example Usage
|
|
401
|
-
* ```ts
|
|
402
|
-
* import { Logger } from "@std/log/logger";
|
|
403
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
404
|
-
*
|
|
405
|
-
* const logger = new Logger("example", "INFO");
|
|
406
|
-
*
|
|
407
|
-
* assertEquals(logger.loggerName, "example");
|
|
408
|
-
* ```
|
|
409
|
-
*/
|
|
410
|
-
get loggerName(): string;
|
|
411
|
-
/**
|
|
412
|
-
* Log at the debug level.
|
|
413
|
-
*
|
|
414
|
-
* @template T The type of the message to log.
|
|
415
|
-
* @param msg The message to log.
|
|
416
|
-
* @param args Arguments to be formatted into the message.
|
|
417
|
-
* @returns The message that was logged.
|
|
418
|
-
*
|
|
419
|
-
* @example Usage
|
|
420
|
-
* ```ts
|
|
421
|
-
* import { Logger } from "@std/log/logger";
|
|
422
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
423
|
-
*
|
|
424
|
-
* const logger = new Logger("example", "INFO");
|
|
425
|
-
*
|
|
426
|
-
* assertEquals(logger.debug("Hello, world!"), "Hello, world!");
|
|
427
|
-
*
|
|
428
|
-
* assertEquals(logger.debug(() => "Hello, world!"), undefined);
|
|
429
|
-
* ```
|
|
430
|
-
*/
|
|
431
|
-
debug<T>(msg: () => T, ...args: unknown[]): T | undefined;
|
|
432
|
-
/**
|
|
433
|
-
* Log at the debug level.
|
|
434
|
-
*
|
|
435
|
-
* @template T The type of the message to log.
|
|
436
|
-
* @param msg The message to log.
|
|
437
|
-
* @param args Arguments to be formatted into the message.
|
|
438
|
-
* @returns The message that was logged.
|
|
439
|
-
*
|
|
440
|
-
* @example Usage
|
|
441
|
-
* ```ts
|
|
442
|
-
* import { Logger } from "@std/log/logger";
|
|
443
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
444
|
-
*
|
|
445
|
-
* const logger = new Logger("example", "INFO");
|
|
446
|
-
*
|
|
447
|
-
* assertEquals(logger.debug("Hello, world!"), "Hello, world!");
|
|
448
|
-
*
|
|
449
|
-
* assertEquals(logger.debug(() => "Hello, world!"), undefined);
|
|
450
|
-
* ```
|
|
451
|
-
*/
|
|
452
|
-
debug<T>(msg: T extends GenericFunction ? never : T, ...args: unknown[]): T;
|
|
453
|
-
/**
|
|
454
|
-
* Log at the info level.
|
|
455
|
-
*
|
|
456
|
-
* @template T The type of the message to log.
|
|
457
|
-
* @param msg The message to log.
|
|
458
|
-
* @param args Arguments to be formatted into the message.
|
|
459
|
-
* @returns The message that was logged.
|
|
460
|
-
*
|
|
461
|
-
* @example Usage
|
|
462
|
-
* ```ts
|
|
463
|
-
* import { Logger } from "@std/log/logger";
|
|
464
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
465
|
-
*
|
|
466
|
-
* const logger = new Logger("example", "INFO");
|
|
467
|
-
*
|
|
468
|
-
* assertEquals(logger.info("Hello, world!"), "Hello, world!");
|
|
469
|
-
*
|
|
470
|
-
* assertEquals(logger.info(() => "Hello, world!"), "Hello, world!");
|
|
471
|
-
* ```
|
|
472
|
-
*/
|
|
473
|
-
info<T>(msg: () => T, ...args: unknown[]): T | undefined;
|
|
474
|
-
/**
|
|
475
|
-
* Log at the info level.
|
|
476
|
-
*
|
|
477
|
-
* @template T The type of the message to log.
|
|
478
|
-
* @param msg The message to log.
|
|
479
|
-
* @param args Arguments to be formatted into the message.
|
|
480
|
-
* @returns The message that was logged.
|
|
481
|
-
*
|
|
482
|
-
* @example Usage
|
|
483
|
-
* ```ts
|
|
484
|
-
* import { Logger } from "@std/log/logger";
|
|
485
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
486
|
-
*
|
|
487
|
-
* const logger = new Logger("example", "INFO");
|
|
488
|
-
*
|
|
489
|
-
* assertEquals(logger.info("Hello, world!"), "Hello, world!");
|
|
490
|
-
*
|
|
491
|
-
* assertEquals(logger.info(() => "Hello, world!"), "Hello, world!");
|
|
492
|
-
* ```
|
|
493
|
-
*/
|
|
494
|
-
info<T>(msg: T extends GenericFunction ? never : T, ...args: unknown[]): T;
|
|
495
|
-
/**
|
|
496
|
-
* Log at the warning level.
|
|
497
|
-
*
|
|
498
|
-
* @template T The type of the message to log.
|
|
499
|
-
* @param msg The message to log.
|
|
500
|
-
* @param args Arguments to be formatted into the message.
|
|
501
|
-
* @returns The message that was logged.
|
|
502
|
-
*
|
|
503
|
-
* @example Usage
|
|
504
|
-
* ```ts
|
|
505
|
-
* import { Logger } from "@std/log/logger";
|
|
506
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
507
|
-
*
|
|
508
|
-
* const logger = new Logger("example", "INFO");
|
|
509
|
-
*
|
|
510
|
-
* assertEquals(logger.warn("Hello, world!"), "Hello, world!");
|
|
511
|
-
*
|
|
512
|
-
* assertEquals(logger.warn(() => "Hello, world!"), "Hello, world!");
|
|
513
|
-
* ```
|
|
514
|
-
*/
|
|
515
|
-
warn<T>(msg: () => T, ...args: unknown[]): T | undefined;
|
|
516
|
-
/**
|
|
517
|
-
* Log at the warning level.
|
|
518
|
-
*
|
|
519
|
-
* @template T The type of the message to log.
|
|
520
|
-
* @param msg The message to log.
|
|
521
|
-
* @param args Arguments to be formatted into the message.
|
|
522
|
-
* @returns The message that was logged.
|
|
523
|
-
*
|
|
524
|
-
* @example Usage
|
|
525
|
-
* ```ts
|
|
526
|
-
* import { Logger } from "@std/log/logger";
|
|
527
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
528
|
-
*
|
|
529
|
-
* const logger = new Logger("example", "INFO");
|
|
530
|
-
*
|
|
531
|
-
* assertEquals(logger.warn("Hello, world!"), "Hello, world!");
|
|
532
|
-
*
|
|
533
|
-
* assertEquals(logger.warn(() => "Hello, world!"), "Hello, world!");
|
|
534
|
-
* ```
|
|
535
|
-
*/
|
|
536
|
-
warn<T>(msg: T extends GenericFunction ? never : T, ...args: unknown[]): T;
|
|
537
|
-
/**
|
|
538
|
-
* Log at the error level.
|
|
539
|
-
*
|
|
540
|
-
* @template T The type of the message to log.
|
|
541
|
-
* @param msg The message to log.
|
|
542
|
-
* @param args Arguments to be formatted into the message.
|
|
543
|
-
* @returns The message that was logged.
|
|
544
|
-
*
|
|
545
|
-
* @example Usage
|
|
546
|
-
* ```ts
|
|
547
|
-
* import { Logger } from "@std/log/logger";
|
|
548
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
549
|
-
*
|
|
550
|
-
* const logger = new Logger("example", "INFO");
|
|
551
|
-
*
|
|
552
|
-
* assertEquals(logger.error("Hello, world!"), "Hello, world!");
|
|
553
|
-
*
|
|
554
|
-
* assertEquals(logger.error(() => "Hello, world!"), "Hello, world!");
|
|
555
|
-
* ```
|
|
556
|
-
*/
|
|
557
|
-
error<T>(msg: () => T, ...args: unknown[]): T | undefined;
|
|
558
|
-
/**
|
|
559
|
-
* Log at the error level.
|
|
560
|
-
*
|
|
561
|
-
* @template T The type of the message to log.
|
|
562
|
-
* @param msg The message to log.
|
|
563
|
-
* @param args Arguments to be formatted into the message.
|
|
564
|
-
* @returns The message that was logged.
|
|
565
|
-
*
|
|
566
|
-
* @example Usage
|
|
567
|
-
* ```ts
|
|
568
|
-
* import { Logger } from "@std/log/logger";
|
|
569
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
570
|
-
*
|
|
571
|
-
* const logger = new Logger("example", "INFO");
|
|
572
|
-
*
|
|
573
|
-
* assertEquals(logger.error("Hello, world!"), "Hello, world!");
|
|
574
|
-
*
|
|
575
|
-
* assertEquals(logger.error(() => "Hello, world!"), "Hello, world!");
|
|
576
|
-
* ```
|
|
577
|
-
*/
|
|
578
|
-
error<T>(msg: T extends GenericFunction ? never : T, ...args: unknown[]): T;
|
|
579
|
-
/**
|
|
580
|
-
* Log at the critical level.
|
|
581
|
-
*
|
|
582
|
-
* @template T The type of the message to log.
|
|
583
|
-
* @param msg The message to log.
|
|
584
|
-
* @param args Arguments to be formatted into the message.
|
|
585
|
-
* @returns The message that was logged.
|
|
586
|
-
*
|
|
587
|
-
* @example Usage
|
|
588
|
-
* ```ts
|
|
589
|
-
* import { Logger } from "@std/log/logger";
|
|
590
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
591
|
-
*
|
|
592
|
-
* const logger = new Logger("example", "INFO");
|
|
593
|
-
*
|
|
594
|
-
* assertEquals(logger.critical("Hello, world!"), "Hello, world!");
|
|
595
|
-
*
|
|
596
|
-
* assertEquals(logger.critical(() => "Hello, world!"), "Hello, world!");
|
|
597
|
-
* ```
|
|
598
|
-
*/
|
|
599
|
-
critical<T>(msg: () => T, ...args: unknown[]): T | undefined;
|
|
600
|
-
/**
|
|
601
|
-
* Log at the critical level.
|
|
602
|
-
*
|
|
603
|
-
* @template T The type of the message to log.
|
|
604
|
-
* @param msg The message to log.
|
|
605
|
-
* @param args Arguments to be formatted into the message.
|
|
606
|
-
* @returns The message that was logged.
|
|
607
|
-
*
|
|
608
|
-
* @example Usage
|
|
609
|
-
* ```ts
|
|
610
|
-
* import { Logger } from "@std/log/logger";
|
|
611
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
612
|
-
*
|
|
613
|
-
* const logger = new Logger("example", "INFO");
|
|
614
|
-
*
|
|
615
|
-
* assertEquals(logger.critical("Hello, world!"), "Hello, world!");
|
|
616
|
-
*
|
|
617
|
-
* assertEquals(logger.critical(() => "Hello, world!"), "Hello, world!");
|
|
618
|
-
* ```
|
|
619
|
-
*/
|
|
620
|
-
critical<T>(msg: T extends GenericFunction ? never : T, ...args: unknown[]): T;
|
|
621
|
-
}
|
|
622
|
-
//# sourceMappingURL=logger.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/log/0.224.14/logger.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/log/0.224.14/mod.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0XG;AAEH,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rotating_file_handler.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/log/0.224.14/rotating_file_handler.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,OAAO,EAAE,WAAW,EAAE,KAAK,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AASzE,UAAU,0BAA2B,SAAQ,kBAAkB;IAC7D,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,MAAM,CAAC;CACxB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,qBAAa,mBAAoB,SAAQ,WAAW;;gBAKtC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,0BAA0B;IAM5D,KAAK;IAyCL,GAAG,CAAC,GAAG,EAAE,MAAM;IAaxB,cAAc;CAkBf"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"setup.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/log/0.224.14/setup.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,SAAS,EAAU,MAAM,aAAa,CAAC;AAGrD,2BAA2B;AAC3B,wBAAgB,KAAK,CAAC,MAAM,EAAE,SAAS,QAwCtC"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import type { GenericFunction } from "./logger.js";
|
|
2
|
-
import "./setup.js";
|
|
3
|
-
export type { GenericFunction };
|
|
4
|
-
/**
|
|
5
|
-
* Log at the warning level.
|
|
6
|
-
*
|
|
7
|
-
* This function is a pass-through to the default logger's `warn` method. By
|
|
8
|
-
* default, the default logger is configured to use {@linkcode console.log} and
|
|
9
|
-
* print in yellow text.
|
|
10
|
-
*
|
|
11
|
-
* @template T The type of the message to log.
|
|
12
|
-
* @param msg The message to log.
|
|
13
|
-
* @param args Arguments to be formatted into the message.
|
|
14
|
-
* @returns The message that was logged.
|
|
15
|
-
*
|
|
16
|
-
* @example Usage
|
|
17
|
-
* ```ts
|
|
18
|
-
* import { warn } from "@std/log/warn";
|
|
19
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
20
|
-
*
|
|
21
|
-
* assertEquals(warn("This is a warning message."), "This is a warning message.");
|
|
22
|
-
* // Prints: "WARN This is a warning message."
|
|
23
|
-
*
|
|
24
|
-
* assertEquals(warn(() => "This is a warning message."), "This is a warning message.");
|
|
25
|
-
* // Prints: "WARN This is a warning message."
|
|
26
|
-
* ```
|
|
27
|
-
*/
|
|
28
|
-
export declare function warn<T>(msg: () => T, ...args: unknown[]): T | undefined;
|
|
29
|
-
/**
|
|
30
|
-
* Log at the warning level.
|
|
31
|
-
*
|
|
32
|
-
* This function is a pass-through to the default logger's `warn` method. By
|
|
33
|
-
* default, the default logger is configured to use {@linkcode console.log}.
|
|
34
|
-
*
|
|
35
|
-
* @template T The type of the message to log.
|
|
36
|
-
* @param msg The message to log.
|
|
37
|
-
* @param args Arguments to be formatted into the message.
|
|
38
|
-
* @returns The message that was logged.
|
|
39
|
-
*
|
|
40
|
-
* @example Usage
|
|
41
|
-
* ```ts
|
|
42
|
-
* import { warn } from "@std/log/warn";
|
|
43
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
44
|
-
*
|
|
45
|
-
* assertEquals(warn("This is a warning message."), "This is a warning message.");
|
|
46
|
-
* // Prints: "WARN This is a warning message."
|
|
47
|
-
*
|
|
48
|
-
* assertEquals(warn(() => "This is a warning message."), "This is a warning message.");
|
|
49
|
-
* // Prints: "WARN This is a warning message."
|
|
50
|
-
* ```
|
|
51
|
-
*/
|
|
52
|
-
export declare function warn<T>(msg: T extends GenericFunction ? never : T, ...args: unknown[]): T;
|
|
53
|
-
//# sourceMappingURL=warn.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"warn.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/log/0.224.14/warn.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,YAAY,CAAC;AAEpB,YAAY,EAAE,eAAe,EAAE,CAAC;AAEhC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,IAAI,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC;AACzE;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,IAAI,CAAC,CAAC,EACpB,GAAG,EAAE,CAAC,SAAS,eAAe,GAAG,KAAK,GAAG,CAAC,EAC1C,GAAG,IAAI,EAAE,OAAO,EAAE,GACjB,CAAC,CAAC"}
|