windmill-cli 1.447.3 → 1.447.5
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/bootstrap/script_bootstrap.js +10 -1
- package/esm/deps/jsr.io/@std/fmt/{1.0.4 → 1.0.2}/colors.js +1 -1
- package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_create_walk_entry.js +3 -3
- package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_is_same_path.js +2 -2
- package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_is_subdir.js +3 -3
- package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_to_path_string.js +2 -2
- package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/copy.js +11 -12
- package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/empty_dir.js +4 -4
- package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_dir.js +3 -3
- package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_file.js +4 -4
- package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_link.js +4 -4
- package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_symlink.js +14 -51
- package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/eol.js +5 -7
- package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/exists.js +17 -37
- package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/expand_glob.js +14 -15
- package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/mod.js +2 -2
- package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/move.js +5 -5
- package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/walk.js +22 -22
- package/esm/deps/jsr.io/@std/io/{0.225.0 → 0.224.8}/copy.js +1 -1
- package/esm/deps/jsr.io/@std/io/{0.225.0 → 0.224.8}/read_all.js +3 -3
- package/esm/deps/jsr.io/@std/io/{0.225.0 → 0.224.8}/write_all.js +2 -2
- package/esm/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/_config.js +1 -1
- package/esm/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/_file_handler_symbols.js +1 -1
- package/esm/deps/jsr.io/@std/log/{0.224.13 → 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.13 → 0.224.7}/critical.js +1 -2
- package/esm/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/debug.js +1 -2
- package/esm/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/error.js +1 -2
- package/esm/deps/jsr.io/@std/log/{0.224.13 → 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.13 → 0.224.7}/info.js +1 -2
- package/esm/deps/jsr.io/@std/log/{0.224.13 → 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.13 → 0.224.7}/mod.js +6 -6
- package/esm/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/rotating_file_handler.js +2 -2
- package/esm/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/setup.js +1 -1
- package/esm/deps/jsr.io/@std/log/{0.224.13 → 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/gen/core/OpenAPI.js +1 -1
- package/esm/gen/services.gen.js +44 -2
- package/esm/main.js +1 -1
- package/esm/metadata.js +11 -1
- package/esm/script.js +8 -0
- package/esm/script_common.js +6 -0
- package/esm/sync.js +5 -0
- package/esm/types.js +1 -0
- package/esm/wasm/windmill_parser_wasm.generated.js +164 -116
- package/esm/wasm/windmill_parser_wasm_bg.wasm +0 -0
- package/package.json +1 -1
- package/types/bootstrap/script_bootstrap.d.ts +2 -0
- package/types/bootstrap/script_bootstrap.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.2}/concat.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/_base32_common.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/_validate_binary_like.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/ascii85.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base32.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base58.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base64.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base64url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/hex.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/mod.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/varint.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fmt/{1.0.4 → 1.0.2}/colors.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_create_walk_entry.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_get_file_info_type.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_is_same_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_is_subdir.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_to_path_string.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/copy.d.ts +6 -6
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/copy.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/empty_dir.d.ts +2 -2
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/empty_dir.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_dir.d.ts +2 -2
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_dir.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_file.d.ts +2 -2
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_file.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_link.d.ts +2 -2
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_link.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 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.9 → 1.0.3}/eol.d.ts +3 -3
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/eol.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 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.9 → 1.0.3}/expand_glob.d.ts +7 -7
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/expand_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/mod.d.ts +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/mod.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/move.d.ts +4 -4
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/move.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/walk.d.ts +20 -20
- package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/walk.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/io/{0.225.0 → 0.224.8}/_constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/io/{0.225.0 → 0.224.8}/copy.d.ts +1 -1
- package/types/deps/jsr.io/@std/io/{0.225.0 → 0.224.8}/copy.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/io/{0.225.0 → 0.224.8}/read_all.d.ts +2 -2
- package/types/deps/jsr.io/@std/io/{0.225.0 → 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.0 → 0.224.8}/write_all.d.ts +2 -2
- package/types/deps/jsr.io/@std/io/{0.225.0 → 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.13 → 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.13 → 0.224.7}/mod.d.ts +5 -5
- 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 +22 -2
- package/types/gen/services.gen.d.ts.map +1 -1
- package/types/gen/types.gen.d.ts +27 -5
- package/types/gen/types.gen.d.ts.map +1 -1
- package/types/main.d.ts +1 -1
- package/types/metadata.d.ts.map +1 -1
- package/types/script.d.ts.map +1 -1
- package/types/script_common.d.ts +1 -1
- package/types/script_common.d.ts.map +1 -1
- package/types/sync.d.ts.map +1 -1
- package/types/types.d.ts.map +1 -1
- package/types/wasm/windmill_parser_wasm.generated.d.ts +14 -0
- package/types/wasm/windmill_parser_wasm.generated.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/io/0.225.0/types.js +0 -15
- package/esm/deps/jsr.io/@std/log/0.224.13/base_handler.js +0 -331
- package/esm/deps/jsr.io/@std/log/0.224.13/console_handler.js +0 -112
- package/esm/deps/jsr.io/@std/log/0.224.13/formatters.js +0 -45
- package/esm/deps/jsr.io/@std/log/0.224.13/get_logger.js +0 -75
- package/esm/deps/jsr.io/@std/log/0.224.13/logger.js +0 -525
- package/types/deps/jsr.io/@std/fs/1.0.9/ensure_symlink.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.9/exists.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/io/0.225.0/types.d.ts +0 -146
- package/types/deps/jsr.io/@std/io/0.225.0/types.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.13/_config.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.13/_file_handler_symbols.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.13/_state.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.13/base_handler.d.ts +0 -326
- package/types/deps/jsr.io/@std/log/0.224.13/base_handler.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.13/console_handler.d.ts +0 -76
- package/types/deps/jsr.io/@std/log/0.224.13/console_handler.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.13/critical.d.ts +0 -53
- package/types/deps/jsr.io/@std/log/0.224.13/critical.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.13/debug.d.ts +0 -105
- package/types/deps/jsr.io/@std/log/0.224.13/debug.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.13/error.d.ts +0 -53
- package/types/deps/jsr.io/@std/log/0.224.13/error.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.13/file_handler.d.ts +0 -200
- package/types/deps/jsr.io/@std/log/0.224.13/file_handler.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.13/formatters.d.ts +0 -34
- package/types/deps/jsr.io/@std/log/0.224.13/formatters.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.13/get_logger.d.ts +0 -59
- package/types/deps/jsr.io/@std/log/0.224.13/get_logger.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.13/info.d.ts +0 -53
- package/types/deps/jsr.io/@std/log/0.224.13/info.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.13/levels.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.13/logger.d.ts +0 -622
- package/types/deps/jsr.io/@std/log/0.224.13/logger.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.13/mod.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.13/rotating_file_handler.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.13/setup.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.13/warn.d.ts +0 -53
- package/types/deps/jsr.io/@std/log/0.224.13/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/bytes/{1.0.4 → 1.0.2}/concat.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/_base32_common.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/_validate_binary_like.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/ascii85.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base32.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base58.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base64.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base64url.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/hex.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/mod.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/varint.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_get_file_info_type.js +0 -0
- /package/esm/deps/jsr.io/@std/io/{0.225.0 → 0.224.8}/_constants.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/bytes/{1.0.4 → 1.0.2}/concat.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/_base32_common.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/_validate_binary_like.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/ascii85.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base32.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base58.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base64.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base64url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/hex.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/mod.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/varint.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fmt/{1.0.4 → 1.0.2}/colors.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_create_walk_entry.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_get_file_info_type.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_is_same_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_is_subdir.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_to_path_string.d.ts +0 -0
- /package/types/deps/jsr.io/@std/io/{0.225.0 → 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.13 → 0.224.7}/_config.d.ts +0 -0
- /package/types/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/_file_handler_symbols.d.ts +0 -0
- /package/types/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/_state.d.ts +0 -0
- /package/types/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/rotating_file_handler.d.ts +0 -0
- /package/types/deps/jsr.io/@std/log/{0.224.13 → 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
|
@@ -19,8 +19,7 @@ import { normalizeGlob } from "./normalize_glob.js";
|
|
|
19
19
|
* @param options The options to use.
|
|
20
20
|
* @returns The joined path.
|
|
21
21
|
*/
|
|
22
|
-
export function joinGlobs(globs,
|
|
23
|
-
const { globstar = false } = options;
|
|
22
|
+
export function joinGlobs(globs, { extended = true, globstar = false } = {}) {
|
|
24
23
|
if (!globstar || globs.length === 0) {
|
|
25
24
|
return join(...globs);
|
|
26
25
|
}
|
|
@@ -36,5 +35,5 @@ export function joinGlobs(globs, options = {}) {
|
|
|
36
35
|
}
|
|
37
36
|
if (!joined)
|
|
38
37
|
return ".";
|
|
39
|
-
return normalizeGlob(joined, { globstar });
|
|
38
|
+
return normalizeGlob(joined, { extended, globstar });
|
|
40
39
|
}
|
|
@@ -17,24 +17,6 @@ import { isPosixPathSeparator } from "./_util.js";
|
|
|
17
17
|
* assertEquals(path, "/foo/bar/baz/asdf");
|
|
18
18
|
* ```
|
|
19
19
|
*
|
|
20
|
-
* @example Working with URLs
|
|
21
|
-
*
|
|
22
|
-
* Note: This function will remove the double slashes from a URL's scheme.
|
|
23
|
-
* Hence, do not pass a full URL to this function. Instead, pass the pathname of
|
|
24
|
-
* the URL.
|
|
25
|
-
*
|
|
26
|
-
* ```ts
|
|
27
|
-
* import { normalize } from "@std/path/posix/normalize";
|
|
28
|
-
* import { assertEquals } from "@std/assert";
|
|
29
|
-
*
|
|
30
|
-
* const url = new URL("https://deno.land");
|
|
31
|
-
* url.pathname = normalize("//std//assert//.//mod.ts");
|
|
32
|
-
* assertEquals(url.href, "https://deno.land/std/assert/mod.ts");
|
|
33
|
-
*
|
|
34
|
-
* url.pathname = normalize("std/assert/../async/retry.ts");
|
|
35
|
-
* assertEquals(url.href, "https://deno.land/std/async/retry.ts");
|
|
36
|
-
* ```
|
|
37
|
-
*
|
|
38
20
|
* Note: If you are working with file URLs,
|
|
39
21
|
* use the new version of `normalize` from `@std/path/posix/unstable-normalize`.
|
|
40
22
|
*
|
|
@@ -18,8 +18,7 @@ import { SEPARATOR_PATTERN } from "./constants.js";
|
|
|
18
18
|
* @param options The options to use.
|
|
19
19
|
* @returns The normalized path.
|
|
20
20
|
*/
|
|
21
|
-
export function normalizeGlob(glob,
|
|
22
|
-
const { globstar = false } = options;
|
|
21
|
+
export function normalizeGlob(glob, { globstar = false } = {}) {
|
|
23
22
|
if (glob.match(/\0/g)) {
|
|
24
23
|
throw new Error(`Glob contains invalid characters: "${glob}"`);
|
|
25
24
|
}
|
|
@@ -20,8 +20,7 @@ import { normalizeGlob } from "./normalize_glob.js";
|
|
|
20
20
|
* @param options The options for glob pattern.
|
|
21
21
|
* @returns The joined glob pattern.
|
|
22
22
|
*/
|
|
23
|
-
export function joinGlobs(globs,
|
|
24
|
-
const { globstar = false } = options;
|
|
23
|
+
export function joinGlobs(globs, { extended = true, globstar = false } = {}) {
|
|
25
24
|
if (!globstar || globs.length === 0) {
|
|
26
25
|
return join(...globs);
|
|
27
26
|
}
|
|
@@ -37,5 +36,5 @@ export function joinGlobs(globs, options = {}) {
|
|
|
37
36
|
}
|
|
38
37
|
if (!joined)
|
|
39
38
|
return ".";
|
|
40
|
-
return normalizeGlob(joined, { globstar });
|
|
39
|
+
return normalizeGlob(joined, { extended, globstar });
|
|
41
40
|
}
|
|
@@ -18,8 +18,7 @@ import { SEPARATOR_PATTERN } from "./constants.js";
|
|
|
18
18
|
* @param options The options for glob pattern.
|
|
19
19
|
* @returns The normalized glob pattern.
|
|
20
20
|
*/
|
|
21
|
-
export function normalizeGlob(glob,
|
|
22
|
-
const { globstar = false } = options;
|
|
21
|
+
export function normalizeGlob(glob, { globstar = false } = {}) {
|
|
23
22
|
if (glob.match(/\0/g)) {
|
|
24
23
|
throw new Error(`Glob contains invalid characters: "${glob}"`);
|
|
25
24
|
}
|
package/esm/deps.js
CHANGED
|
@@ -12,14 +12,14 @@ export { NpmProvider } from "./deps/jsr.io/@windmill-labs/cliffy-command/1.0.0-r
|
|
|
12
12
|
export { Provider } from "./deps/jsr.io/@windmill-labs/cliffy-command/1.0.0-rc.5/upgrade/mod.js";
|
|
13
13
|
export { CompletionsCommand } from "./deps/jsr.io/@windmill-labs/cliffy-command/1.0.0-rc.5/completions/mod.js";
|
|
14
14
|
// std
|
|
15
|
-
export { ensureDir } from "./deps/jsr.io/@std/fs/1.0.
|
|
16
|
-
export { SEPARATOR as SEP } from "./deps/jsr.io/@std/path/1.0.
|
|
17
|
-
export * as path from "./deps/jsr.io/@std/path/1.0.
|
|
18
|
-
export { encodeHex } from "./deps/jsr.io/@std/encoding/1.0.
|
|
19
|
-
export { writeAllSync } from "./deps/jsr.io/@std/io/0.
|
|
20
|
-
export { copy } from "./deps/jsr.io/@std/io/0.
|
|
21
|
-
export { readAll } from "./deps/jsr.io/@std/io/0.
|
|
22
|
-
export * as log from "./deps/jsr.io/@std/log/0.224.
|
|
15
|
+
export { ensureDir } from "./deps/jsr.io/@std/fs/1.0.3/mod.js";
|
|
16
|
+
export { SEPARATOR as SEP } from "./deps/jsr.io/@std/path/1.0.6/mod.js";
|
|
17
|
+
export * as path from "./deps/jsr.io/@std/path/1.0.6/mod.js";
|
|
18
|
+
export { encodeHex } from "./deps/jsr.io/@std/encoding/1.0.5/mod.js";
|
|
19
|
+
export { writeAllSync } from "./deps/jsr.io/@std/io/0.224.8/write_all.js";
|
|
20
|
+
export { copy } from "./deps/jsr.io/@std/io/0.224.8/copy.js";
|
|
21
|
+
export { readAll } from "./deps/jsr.io/@std/io/0.224.8/read_all.js";
|
|
22
|
+
export * as log from "./deps/jsr.io/@std/log/0.224.7/mod.js";
|
|
23
23
|
export { stringify as yamlStringify } from "./deps/jsr.io/@std/yaml/1.0.5/mod.js";
|
|
24
24
|
import { parse as yamlParse } from "./deps/jsr.io/@std/yaml/1.0.5/mod.js";
|
|
25
25
|
export async function yamlParseFile(path, options = {}) {
|
package/esm/gen/core/OpenAPI.js
CHANGED
package/esm/gen/services.gen.js
CHANGED
|
@@ -1197,6 +1197,41 @@ export const setAutomaticBilling = (data) => {
|
|
|
1197
1197
|
mediaType: 'application/json'
|
|
1198
1198
|
});
|
|
1199
1199
|
};
|
|
1200
|
+
/**
|
|
1201
|
+
* get threshold alert info
|
|
1202
|
+
* @param data The data for the request.
|
|
1203
|
+
* @param data.workspace
|
|
1204
|
+
* @returns unknown status
|
|
1205
|
+
* @throws ApiError
|
|
1206
|
+
*/
|
|
1207
|
+
export const getThresholdAlert = (data) => {
|
|
1208
|
+
return __request(OpenAPI, {
|
|
1209
|
+
method: 'GET',
|
|
1210
|
+
url: '/w/{workspace}/workspaces/threshold_alert',
|
|
1211
|
+
path: {
|
|
1212
|
+
workspace: data.workspace
|
|
1213
|
+
}
|
|
1214
|
+
});
|
|
1215
|
+
};
|
|
1216
|
+
/**
|
|
1217
|
+
* set threshold alert info
|
|
1218
|
+
* @param data The data for the request.
|
|
1219
|
+
* @param data.workspace
|
|
1220
|
+
* @param data.requestBody threshold alert info
|
|
1221
|
+
* @returns string status
|
|
1222
|
+
* @throws ApiError
|
|
1223
|
+
*/
|
|
1224
|
+
export const setThresholdAlert = (data) => {
|
|
1225
|
+
return __request(OpenAPI, {
|
|
1226
|
+
method: 'POST',
|
|
1227
|
+
url: '/w/{workspace}/workspaces/threshold_alert',
|
|
1228
|
+
path: {
|
|
1229
|
+
workspace: data.workspace
|
|
1230
|
+
},
|
|
1231
|
+
body: data.requestBody,
|
|
1232
|
+
mediaType: 'application/json'
|
|
1233
|
+
});
|
|
1234
|
+
};
|
|
1200
1235
|
/**
|
|
1201
1236
|
* edit slack command
|
|
1202
1237
|
* @param data The data for the request.
|
|
@@ -2910,13 +2945,20 @@ export const toggleWorkspaceErrorHandlerForScript = (data) => {
|
|
|
2910
2945
|
};
|
|
2911
2946
|
/**
|
|
2912
2947
|
* get all instance custom tags (tags are used to dispatch jobs to different worker groups)
|
|
2948
|
+
* @param data The data for the request.
|
|
2949
|
+
* @param data.workspace
|
|
2950
|
+
* @param data.showWorkspaceRestriction
|
|
2913
2951
|
* @returns string list of custom tags
|
|
2914
2952
|
* @throws ApiError
|
|
2915
2953
|
*/
|
|
2916
|
-
export const getCustomTags = () => {
|
|
2954
|
+
export const getCustomTags = (data = {}) => {
|
|
2917
2955
|
return __request(OpenAPI, {
|
|
2918
2956
|
method: 'GET',
|
|
2919
|
-
url: '/workers/custom_tags'
|
|
2957
|
+
url: '/workers/custom_tags',
|
|
2958
|
+
query: {
|
|
2959
|
+
workspace: data.workspace,
|
|
2960
|
+
show_workspace_restriction: data.showWorkspaceRestriction
|
|
2961
|
+
}
|
|
2920
2962
|
});
|
|
2921
2963
|
};
|
|
2922
2964
|
/**
|
package/esm/main.js
CHANGED
|
@@ -33,7 +33,7 @@ export { flow, app, script, workspace, resource, user, variable, hub, folder, sc
|
|
|
33
33
|
// console.error(JSON.stringify(event.error, null, 4));
|
|
34
34
|
// }
|
|
35
35
|
// });
|
|
36
|
-
export const VERSION = "1.447.
|
|
36
|
+
export const VERSION = "1.447.5";
|
|
37
37
|
const command = new Command()
|
|
38
38
|
.name("wmill")
|
|
39
39
|
.action(() => log.info(`Welcome to Windmill CLI ${VERSION}. Use -h for help.`))
|
package/esm/metadata.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import * as dntShim from "./_dnt.shims.js";
|
|
3
3
|
import { SEP, colors, log, path, yamlParseFile, yamlStringify, } from "./deps.js";
|
|
4
4
|
import { defaultScriptMetadata, } from "./bootstrap/script_bootstrap.js";
|
|
5
|
-
import { instantiate as instantiateWasm, parse_ansible, parse_bash, parse_bigquery, parse_deno, parse_go, parse_graphql, parse_mssql, parse_mysql, parse_php, parse_powershell, parse_python, parse_rust, parse_snowflake, parse_sql, } from "./wasm/windmill_parser_wasm.generated.js";
|
|
5
|
+
import { instantiate as instantiateWasm, parse_ansible, parse_bash, parse_bigquery, parse_deno, parse_go, parse_graphql, parse_mssql, parse_mysql, parse_php, parse_powershell, parse_python, parse_rust, parse_csharp, parse_snowflake, parse_sql, parse_oracledb, } from "./wasm/windmill_parser_wasm.generated.js";
|
|
6
6
|
import { inferContentTypeFromFilePath } from "./script_common.js";
|
|
7
7
|
import { exts } from "./script.js";
|
|
8
8
|
import { FSFSElement, extractInlineScriptsForFlows, findCodebase, newPathAssigner, yamlOptions, } from "./sync.js";
|
|
@@ -296,6 +296,13 @@ export function inferSchema(language, content, currentSchema, path) {
|
|
|
296
296
|
...inferedSchema.args,
|
|
297
297
|
];
|
|
298
298
|
}
|
|
299
|
+
else if (language === "oracledb") {
|
|
300
|
+
inferedSchema = JSON.parse(parse_oracledb(content));
|
|
301
|
+
inferedSchema.args = [
|
|
302
|
+
{ name: "database", typ: { resource: "oracledb" } },
|
|
303
|
+
...inferedSchema.args,
|
|
304
|
+
];
|
|
305
|
+
}
|
|
299
306
|
else if (language === "snowflake") {
|
|
300
307
|
inferedSchema = JSON.parse(parse_snowflake(content));
|
|
301
308
|
inferedSchema.args = [
|
|
@@ -336,6 +343,9 @@ export function inferSchema(language, content, currentSchema, path) {
|
|
|
336
343
|
else if (language === "rust") {
|
|
337
344
|
inferedSchema = JSON.parse(parse_rust(content));
|
|
338
345
|
}
|
|
346
|
+
else if (language === "csharp") {
|
|
347
|
+
inferedSchema = JSON.parse(parse_csharp(content));
|
|
348
|
+
}
|
|
339
349
|
else if (language === "ansible") {
|
|
340
350
|
inferedSchema = JSON.parse(parse_ansible(content));
|
|
341
351
|
}
|
package/esm/script.js
CHANGED
|
@@ -342,6 +342,9 @@ export function filePathExtensionFromContentType(language, defaultTs) {
|
|
|
342
342
|
else if (language === "bigquery") {
|
|
343
343
|
return ".bq.sql";
|
|
344
344
|
}
|
|
345
|
+
else if (language === "oracledb") {
|
|
346
|
+
return ".odb.sql";
|
|
347
|
+
}
|
|
345
348
|
else if (language === "snowflake") {
|
|
346
349
|
return ".sf.sql";
|
|
347
350
|
}
|
|
@@ -369,6 +372,9 @@ export function filePathExtensionFromContentType(language, defaultTs) {
|
|
|
369
372
|
else if (language === "ansible") {
|
|
370
373
|
return ".playbook.yml";
|
|
371
374
|
}
|
|
375
|
+
else if (language === "csharp") {
|
|
376
|
+
return ".cs";
|
|
377
|
+
}
|
|
372
378
|
else {
|
|
373
379
|
throw new Error("Invalid language: " + language);
|
|
374
380
|
}
|
|
@@ -384,6 +390,7 @@ export const exts = [
|
|
|
384
390
|
".pg.sql",
|
|
385
391
|
".my.sql",
|
|
386
392
|
".bq.sql",
|
|
393
|
+
".odb.sql",
|
|
387
394
|
".sf.sql",
|
|
388
395
|
".ms.sql",
|
|
389
396
|
".sql",
|
|
@@ -391,6 +398,7 @@ export const exts = [
|
|
|
391
398
|
".ps1",
|
|
392
399
|
".php",
|
|
393
400
|
".rs",
|
|
401
|
+
".cs",
|
|
394
402
|
".playbook.yml",
|
|
395
403
|
];
|
|
396
404
|
export function removeExtensionToPath(path) {
|
package/esm/script_common.js
CHANGED
|
@@ -23,6 +23,9 @@ export function inferContentTypeFromFilePath(contentPath, defaultTs) {
|
|
|
23
23
|
else if (contentPath.endsWith(".bq.sql")) {
|
|
24
24
|
return "bigquery";
|
|
25
25
|
}
|
|
26
|
+
else if (contentPath.endsWith(".odb.sql")) {
|
|
27
|
+
return "oracledb";
|
|
28
|
+
}
|
|
26
29
|
else if (contentPath.endsWith(".sf.sql")) {
|
|
27
30
|
return "snowflake";
|
|
28
31
|
}
|
|
@@ -47,6 +50,9 @@ export function inferContentTypeFromFilePath(contentPath, defaultTs) {
|
|
|
47
50
|
else if (contentPath.endsWith(".rs")) {
|
|
48
51
|
return "rust";
|
|
49
52
|
}
|
|
53
|
+
else if (contentPath.endsWith(".cs")) {
|
|
54
|
+
return "csharp";
|
|
55
|
+
}
|
|
50
56
|
else if (contentPath.endsWith(".playbook.yml")) {
|
|
51
57
|
return "ansible";
|
|
52
58
|
}
|
package/esm/sync.js
CHANGED
|
@@ -252,6 +252,8 @@ export function newPathAssigner(defaultTs) {
|
|
|
252
252
|
ext = "my.sql";
|
|
253
253
|
else if (language == "bigquery")
|
|
254
254
|
ext = "bq.sql";
|
|
255
|
+
else if (language == "oracledb")
|
|
256
|
+
ext = "odb.sql";
|
|
255
257
|
else if (language == "snowflake")
|
|
256
258
|
ext = "sf.sql";
|
|
257
259
|
else if (language == "mssql")
|
|
@@ -266,6 +268,8 @@ export function newPathAssigner(defaultTs) {
|
|
|
266
268
|
ext = "php";
|
|
267
269
|
else if (language == "rust")
|
|
268
270
|
ext = "rs";
|
|
271
|
+
else if (language == "csharp")
|
|
272
|
+
ext = "cs";
|
|
269
273
|
else if (language == "ansible")
|
|
270
274
|
ext = "playbook.yml";
|
|
271
275
|
else
|
|
@@ -539,6 +543,7 @@ export async function elementsToMap(els, ignore, json, skips) {
|
|
|
539
543
|
"js",
|
|
540
544
|
"lock",
|
|
541
545
|
"rs",
|
|
546
|
+
"cs",
|
|
542
547
|
"yml",
|
|
543
548
|
].includes(path.split(".").pop() ?? "") &&
|
|
544
549
|
!isFileResource(path))
|
package/esm/types.js
CHANGED