windmill-cli 1.410.2 → 1.413.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/_create_walk_entry.js +2 -2
- package/esm/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/_is_same_path.js +1 -1
- package/esm/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/_is_subdir.js +2 -2
- package/esm/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/_to_path_string.js +1 -1
- package/esm/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/copy.js +5 -4
- package/esm/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/empty_dir.js +1 -1
- package/esm/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/ensure_file.js +1 -1
- package/esm/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/ensure_link.js +1 -1
- package/esm/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/ensure_symlink.js +4 -3
- package/esm/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/eol.js +3 -1
- package/esm/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/expand_glob.js +8 -7
- package/esm/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/walk.js +1 -1
- package/esm/deps/jsr.io/@std/log/0.224.9/console_handler.js +1 -1
- package/esm/deps/jsr.io/@std/log/0.224.9/rotating_file_handler.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/basename.js +17 -0
- package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/dirname.js +12 -0
- package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/extname.js +16 -0
- package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/join.js +13 -0
- package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/normalize.js +18 -0
- package/esm/deps.js +3 -3
- package/esm/gen/core/OpenAPI.js +1 -1
- package/esm/gen/services.gen.js +16 -0
- package/esm/local_encryption.js +70 -0
- package/esm/main.js +1 -1
- package/esm/settings.js +50 -5
- package/esm/sync.js +2 -2
- package/package.json +1 -1
- package/types/deps/jsr.io/@std/fmt/{1.0.2 → 1.0.3}/colors.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/_create_walk_entry.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/_get_file_info_type.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/_is_same_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/_is_subdir.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/_to_path_string.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/copy.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/empty_dir.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/ensure_dir.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/ensure_file.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/ensure_link.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/ensure_symlink.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/eol.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/exists.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/expand_glob.d.ts +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/expand_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/mod.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/move.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/walk.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/assert_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/basename.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/common.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/dirname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/from_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/glob_to_reg_exp.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/normalize.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/normalize_string.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/relative.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/strip_trailing_separators.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/to_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/1.0.7/_os.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/basename.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/common.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/dirname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/extname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/from_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/glob_to_regexp.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/is_absolute.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/is_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/join.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/join_globs.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/mod.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/normalize.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/normalize_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/_util.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/basename.d.ts +17 -0
- package/types/deps/jsr.io/@std/path/1.0.7/posix/basename.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/dirname.d.ts +12 -0
- package/types/deps/jsr.io/@std/path/1.0.7/posix/dirname.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/1.0.7/posix/extname.d.ts +37 -0
- package/types/deps/jsr.io/@std/path/1.0.7/posix/extname.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/from_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/glob_to_regexp.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/is_absolute.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/join.d.ts +13 -0
- package/types/deps/jsr.io/@std/path/1.0.7/posix/join.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/join_globs.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/normalize.d.ts +18 -0
- package/types/deps/jsr.io/@std/path/1.0.7/posix/normalize.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/normalize_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/relative.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/resolve.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/to_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/to_namespaced_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/relative.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/resolve.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/to_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/to_namespaced_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/types.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/_util.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/basename.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/dirname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/extname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/from_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/glob_to_regexp.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/is_absolute.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/join.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/join_globs.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/normalize.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/normalize_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/relative.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/resolve.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/to_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/to_namespaced_path.d.ts.map +1 -1
- package/types/deps.d.ts +3 -3
- package/types/gen/services.gen.d.ts +9 -1
- package/types/gen/services.gen.d.ts.map +1 -1
- package/types/gen/types.gen.d.ts +14 -2
- package/types/gen/types.gen.d.ts.map +1 -1
- package/types/local_encryption.d.ts +3 -0
- package/types/local_encryption.d.ts.map +1 -0
- package/types/main.d.ts +1 -1
- package/types/settings.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/1.0.6/_os.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts +0 -21
- package/types/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts.map +0 -1
- /package/esm/deps/jsr.io/@std/fmt/{1.0.2 → 1.0.3}/colors.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/_get_file_info_type.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/ensure_dir.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/exists.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/mod.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/move.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/assert_path.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/basename.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/common.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/dirname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/format.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/glob_to_reg_exp.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/normalize.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/normalize_string.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/relative.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/strip_trailing_separators.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_os.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/basename.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/common.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/dirname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/extname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/format.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/glob_to_regexp.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/is_absolute.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/is_glob.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/join.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/join_globs.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/mod.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/normalize.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/normalize_glob.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/parse.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/_util.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/format.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/glob_to_regexp.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/is_absolute.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/join_globs.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/normalize_glob.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/parse.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/relative.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/resolve.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/to_namespaced_path.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/relative.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/resolve.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/to_namespaced_path.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/types.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/_util.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/basename.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/dirname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/extname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/format.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/glob_to_regexp.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/is_absolute.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/join.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/join_globs.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/normalize.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/normalize_glob.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/parse.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/relative.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/resolve.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/to_namespaced_path.js +0 -0
- /package/types/deps/jsr.io/@std/fmt/{1.0.2 → 1.0.3}/colors.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/_create_walk_entry.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/_get_file_info_type.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/_is_same_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/_is_subdir.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/_to_path_string.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/copy.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/empty_dir.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/ensure_dir.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/ensure_file.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/ensure_link.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/ensure_symlink.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/eol.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/exists.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/mod.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/move.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.4 → 1.0.5}/walk.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/assert_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/basename.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/common.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/dirname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/from_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/glob_to_reg_exp.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/normalize.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/normalize_string.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/relative.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/strip_trailing_separators.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_common/to_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/_os.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/basename.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/common.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/dirname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/extname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/from_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/glob_to_regexp.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/is_absolute.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/is_glob.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/join.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/join_globs.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/mod.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/normalize.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/normalize_glob.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/_util.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/from_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/glob_to_regexp.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/is_absolute.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/join_globs.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/normalize_glob.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/relative.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/resolve.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/to_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/posix/to_namespaced_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/relative.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/resolve.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/to_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/to_namespaced_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/types.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/_util.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/basename.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/dirname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/extname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/from_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/glob_to_regexp.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/is_absolute.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/join.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/join_globs.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/normalize.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/normalize_glob.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/relative.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/resolve.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/to_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.7}/windows/to_namespaced_path.d.ts +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
2
|
// Copyright the Browserify authors. MIT License.
|
|
3
3
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
4
|
-
import { basename } from "../../path/1.0.
|
|
5
|
-
import { normalize } from "../../path/1.0.
|
|
4
|
+
import { basename } from "../../path/1.0.7/basename.js";
|
|
5
|
+
import { normalize } from "../../path/1.0.7/normalize.js";
|
|
6
6
|
import { toPathString } from "./_to_path_string.js";
|
|
7
7
|
/** Create {@linkcode WalkEntry} for the `path` synchronously. */
|
|
8
8
|
export function createWalkEntrySync(path) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
2
|
// Copyright the Browserify authors. MIT License.
|
|
3
|
-
import { resolve } from "../../path/1.0.
|
|
3
|
+
import { resolve } from "../../path/1.0.7/resolve.js";
|
|
4
4
|
import { toPathString } from "./_to_path_string.js";
|
|
5
5
|
/**
|
|
6
6
|
* Checks if two paths are the same.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
2
|
// Copyright the Browserify authors. MIT License.
|
|
3
|
-
import { resolve } from "../../path/1.0.
|
|
4
|
-
import { SEPARATOR } from "../../path/1.0.
|
|
3
|
+
import { resolve } from "../../path/1.0.7/resolve.js";
|
|
4
|
+
import { SEPARATOR } from "../../path/1.0.7/constants.js";
|
|
5
5
|
import { toPathString } from "./_to_path_string.js";
|
|
6
6
|
/**
|
|
7
7
|
* Checks whether `src` is a sub-directory of `dest`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
2
|
// Copyright the Browserify authors. MIT License.
|
|
3
|
-
import { fromFileUrl } from "../../path/1.0.
|
|
3
|
+
import { fromFileUrl } from "../../path/1.0.7/from_file_url.js";
|
|
4
4
|
/**
|
|
5
5
|
* Convert a URL or string to a path.
|
|
6
6
|
*
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
2
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
3
|
-
import { basename } from "../../path/1.0.
|
|
4
|
-
import { join } from "../../path/1.0.
|
|
5
|
-
import { resolve } from "../../path/1.0.
|
|
3
|
+
import { basename } from "../../path/1.0.7/basename.js";
|
|
4
|
+
import { join } from "../../path/1.0.7/join.js";
|
|
5
|
+
import { resolve } from "../../path/1.0.7/resolve.js";
|
|
6
6
|
import { ensureDir, ensureDirSync } from "./ensure_dir.js";
|
|
7
7
|
import { getFileInfoType } from "./_get_file_info_type.js";
|
|
8
8
|
import { toPathString } from "./_to_path_string.js";
|
|
9
9
|
import { isSubdir } from "./_is_subdir.js";
|
|
10
|
-
|
|
10
|
+
// deno-lint-ignore no-explicit-any
|
|
11
|
+
const isWindows = dntShim.dntGlobalThis.Deno?.build.os === "windows";
|
|
11
12
|
function assertIsDate(date, name) {
|
|
12
13
|
if (date === null) {
|
|
13
14
|
throw new Error(`${name} is unavailable`);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
2
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
3
|
-
import { join } from "../../path/1.0.
|
|
3
|
+
import { join } from "../../path/1.0.7/join.js";
|
|
4
4
|
import { toPathString } from "./_to_path_string.js";
|
|
5
5
|
/**
|
|
6
6
|
* Asynchronously ensures that a directory is empty.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
2
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
3
|
-
import { dirname } from "../../path/1.0.
|
|
3
|
+
import { dirname } from "../../path/1.0.7/dirname.js";
|
|
4
4
|
import { ensureDir, ensureDirSync } from "./ensure_dir.js";
|
|
5
5
|
import { getFileInfoType } from "./_get_file_info_type.js";
|
|
6
6
|
import { toPathString } from "./_to_path_string.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
2
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
3
|
-
import { dirname } from "../../path/1.0.
|
|
3
|
+
import { dirname } from "../../path/1.0.7/dirname.js";
|
|
4
4
|
import { ensureDir, ensureDirSync } from "./ensure_dir.js";
|
|
5
5
|
import { toPathString } from "./_to_path_string.js";
|
|
6
6
|
/**
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
2
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
3
|
-
import { dirname } from "../../path/1.0.
|
|
4
|
-
import { resolve } from "../../path/1.0.
|
|
3
|
+
import { dirname } from "../../path/1.0.7/dirname.js";
|
|
4
|
+
import { resolve } from "../../path/1.0.7/resolve.js";
|
|
5
5
|
import { ensureDir, ensureDirSync } from "./ensure_dir.js";
|
|
6
6
|
import { getFileInfoType } from "./_get_file_info_type.js";
|
|
7
7
|
import { toPathString } from "./_to_path_string.js";
|
|
8
|
-
|
|
8
|
+
// deno-lint-ignore no-explicit-any
|
|
9
|
+
const isWindows = dntShim.dntGlobalThis.Deno?.build.os === "windows";
|
|
9
10
|
function resolveSymlinkTarget(target, linkName) {
|
|
10
11
|
if (typeof target !== "string")
|
|
11
12
|
return target; // URL is always absolute path
|
|
@@ -14,7 +14,9 @@ export const CRLF = "\r\n";
|
|
|
14
14
|
* EOL; // "\n" on POSIX platforms and "\r\n" on Windows
|
|
15
15
|
* ```
|
|
16
16
|
*/
|
|
17
|
-
export const EOL =
|
|
17
|
+
export const EOL =
|
|
18
|
+
// deno-lint-ignore no-explicit-any
|
|
19
|
+
dntShim.dntGlobalThis.Deno?.build.os === "windows" ? CRLF : LF;
|
|
18
20
|
const regDetect = /(?:\r?\n)/g;
|
|
19
21
|
/**
|
|
20
22
|
* Returns the detected EOL character(s) detected in the input string. If no EOL
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
2
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
3
|
-
import { globToRegExp } from "../../path/1.0.
|
|
4
|
-
import { joinGlobs } from "../../path/1.0.
|
|
5
|
-
import { isGlob } from "../../path/1.0.
|
|
6
|
-
import { isAbsolute } from "../../path/1.0.
|
|
7
|
-
import { resolve } from "../../path/1.0.
|
|
8
|
-
import { SEPARATOR_PATTERN } from "../../path/1.0.
|
|
3
|
+
import { globToRegExp } from "../../path/1.0.7/glob_to_regexp.js";
|
|
4
|
+
import { joinGlobs } from "../../path/1.0.7/join_globs.js";
|
|
5
|
+
import { isGlob } from "../../path/1.0.7/is_glob.js";
|
|
6
|
+
import { isAbsolute } from "../../path/1.0.7/is_absolute.js";
|
|
7
|
+
import { resolve } from "../../path/1.0.7/resolve.js";
|
|
8
|
+
import { SEPARATOR_PATTERN } from "../../path/1.0.7/constants.js";
|
|
9
9
|
import { walk, walkSync } from "./walk.js";
|
|
10
10
|
import { toPathString } from "./_to_path_string.js";
|
|
11
11
|
import { createWalkEntry, createWalkEntrySync, } from "./_create_walk_entry.js";
|
|
12
|
-
|
|
12
|
+
// deno-lint-ignore no-explicit-any
|
|
13
|
+
const isWindows = dntShim.dntGlobalThis.Deno?.build.os === "windows";
|
|
13
14
|
function split(path) {
|
|
14
15
|
const s = SEPARATOR_PATTERN.source;
|
|
15
16
|
const segments = path
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// https://golang.org/pkg/path/filepath/#Walk
|
|
4
4
|
// Copyright 2009 The Go Authors. All rights reserved. BSD license.
|
|
5
5
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
6
|
-
import { join } from "../../path/1.0.
|
|
6
|
+
import { join } from "../../path/1.0.7/join.js";
|
|
7
7
|
import { toPathString } from "./_to_path_string.js";
|
|
8
8
|
import { createWalkEntry, createWalkEntrySync, } from "./_create_walk_entry.js";
|
|
9
9
|
function include(path, exts, match, skip) {
|
|
@@ -13,7 +13,7 @@ var _ConsoleHandler_useColors;
|
|
|
13
13
|
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
14
14
|
// This module is browser compatible.
|
|
15
15
|
import { LogLevels } from "./levels.js";
|
|
16
|
-
import { blue, bold, red, yellow } from "../../fmt/1.0.
|
|
16
|
+
import { blue, bold, red, yellow } from "../../fmt/1.0.3/colors.js";
|
|
17
17
|
import { BaseHandler } from "./base_handler.js";
|
|
18
18
|
function applyColors(msg, level) {
|
|
19
19
|
switch (level) {
|
|
@@ -12,7 +12,7 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
|
|
|
12
12
|
var _RotatingFileHandler_maxBytes, _RotatingFileHandler_maxBackupCount, _RotatingFileHandler_currentFileSize;
|
|
13
13
|
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
14
14
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
15
|
-
import { existsSync } from "../../fs/1.0.
|
|
15
|
+
import { existsSync } from "../../fs/1.0.5/exists.js";
|
|
16
16
|
import { FileHandler } from "./file_handler.js";
|
|
17
17
|
import { encoderSymbol, filenameSymbol, fileSymbol, modeSymbol, openOptionsSymbol, } from "./_file_handler_symbols.js";
|
|
18
18
|
/**
|
|
@@ -17,6 +17,23 @@ import { isPosixPathSeparator } from "./_util.js";
|
|
|
17
17
|
* assertEquals(basename("/home/user/Documents/image.png", ".png"), "image");
|
|
18
18
|
* ```
|
|
19
19
|
*
|
|
20
|
+
* @example Working with URLs
|
|
21
|
+
*
|
|
22
|
+
* Note: This function doesn't automatically strip hash and query parts from
|
|
23
|
+
* URLs. If your URL contains a hash or query, remove them before passing the
|
|
24
|
+
* URL to the function. This can be done by passing the URL to `new URL(url)`,
|
|
25
|
+
* and setting the `hash` and `search` properties to empty strings.
|
|
26
|
+
*
|
|
27
|
+
* ```ts
|
|
28
|
+
* import { basename } from "@std/path/posix/basename";
|
|
29
|
+
* import { assertEquals } from "@std/assert";
|
|
30
|
+
*
|
|
31
|
+
* assertEquals(basename("https://deno.land/std/path/mod.ts"), "mod.ts");
|
|
32
|
+
* assertEquals(basename("https://deno.land/std/path/mod.ts", ".ts"), "mod");
|
|
33
|
+
* assertEquals(basename("https://deno.land/std/path/mod.ts?a=b"), "mod.ts?a=b");
|
|
34
|
+
* assertEquals(basename("https://deno.land/std/path/mod.ts#header"), "mod.ts#header");
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
20
37
|
* Note: If you are working with file URLs,
|
|
21
38
|
* use the new version of `basename` from `@std/path/posix/unstable-basename`.
|
|
22
39
|
*
|
|
@@ -13,6 +13,18 @@ import { isPosixPathSeparator } from "./_util.js";
|
|
|
13
13
|
*
|
|
14
14
|
* assertEquals(dirname("/home/user/Documents/"), "/home/user");
|
|
15
15
|
* assertEquals(dirname("/home/user/Documents/image.png"), "/home/user/Documents");
|
|
16
|
+
* assertEquals(dirname("https://deno.land/std/path/mod.ts"), "https://deno.land/std/path");
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* @example Working with URLs
|
|
20
|
+
*
|
|
21
|
+
* ```ts
|
|
22
|
+
* import { dirname } from "@std/path/posix/dirname";
|
|
23
|
+
* import { assertEquals } from "@std/assert";
|
|
24
|
+
*
|
|
25
|
+
* assertEquals(dirname("https://deno.land/std/path/mod.ts"), "https://deno.land/std/path");
|
|
26
|
+
* assertEquals(dirname("https://deno.land/std/path/mod.ts?a=b"), "https://deno.land/std/path");
|
|
27
|
+
* assertEquals(dirname("https://deno.land/std/path/mod.ts#header"), "https://deno.land/std/path");
|
|
16
28
|
* ```
|
|
17
29
|
*
|
|
18
30
|
* Note: If you are working with file URLs,
|
|
@@ -16,6 +16,22 @@ import { isPosixPathSeparator } from "./_util.js";
|
|
|
16
16
|
* assertEquals(extname("/home/user/Documents/image.png"), ".png");
|
|
17
17
|
* ```
|
|
18
18
|
*
|
|
19
|
+
* @example Working with URLs
|
|
20
|
+
*
|
|
21
|
+
* Note: This function doesn't automatically strip hash and query parts from
|
|
22
|
+
* URLs. If your URL contains a hash or query, remove them before passing the
|
|
23
|
+
* URL to the function. This can be done by passing the URL to `new URL(url)`,
|
|
24
|
+
* and setting the `hash` and `search` properties to empty strings.
|
|
25
|
+
*
|
|
26
|
+
* ```ts
|
|
27
|
+
* import { extname } from "@std/path/posix/extname";
|
|
28
|
+
* import { assertEquals } from "@std/assert";
|
|
29
|
+
*
|
|
30
|
+
* assertEquals(extname("https://deno.land/std/path/mod.ts"), ".ts");
|
|
31
|
+
* assertEquals(extname("https://deno.land/std/path/mod.ts?a=b"), ".ts?a=b");
|
|
32
|
+
* assertEquals(extname("https://deno.land/std/path/mod.ts#header"), ".ts#header");
|
|
33
|
+
* ```
|
|
34
|
+
*
|
|
19
35
|
* Note: If you are working with file URLs,
|
|
20
36
|
* use the new version of `extname` from `@std/path/posix/unstable-extname`.
|
|
21
37
|
*
|
|
@@ -14,6 +14,19 @@ import { normalize } from "./normalize.js";
|
|
|
14
14
|
* assertEquals(path, "/foo/bar/baz/asdf");
|
|
15
15
|
* ```
|
|
16
16
|
*
|
|
17
|
+
* @example Working with URLs
|
|
18
|
+
* ```ts
|
|
19
|
+
* import { join } from "@std/path/posix/join";
|
|
20
|
+
* import { assertEquals } from "@std/assert";
|
|
21
|
+
*
|
|
22
|
+
* const url = new URL("https://deno.land");
|
|
23
|
+
* url.pathname = join("std", "path", "mod.ts");
|
|
24
|
+
* assertEquals(url.href, "https://deno.land/std/path/mod.ts");
|
|
25
|
+
*
|
|
26
|
+
* url.pathname = join("//std", "path/", "/mod.ts");
|
|
27
|
+
* assertEquals(url.href, "https://deno.land/std/path/mod.ts");
|
|
28
|
+
* ```
|
|
29
|
+
*
|
|
17
30
|
* Note: If you are working with file URLs,
|
|
18
31
|
* use the new version of `join` from `@std/path/posix/unstable-join`.
|
|
19
32
|
*
|
|
@@ -17,6 +17,24 @@ 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
|
+
*
|
|
20
38
|
* Note: If you are working with file URLs,
|
|
21
39
|
* use the new version of `normalize` from `@std/path/posix/unstable-normalize`.
|
|
22
40
|
*
|
package/esm/deps.js
CHANGED
|
@@ -12,9 +12,9 @@ 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.
|
|
15
|
+
export { ensureDir } from "./deps/jsr.io/@std/fs/1.0.5/mod.js";
|
|
16
|
+
export { SEPARATOR as SEP } from "./deps/jsr.io/@std/path/1.0.7/mod.js";
|
|
17
|
+
export * as path from "./deps/jsr.io/@std/path/1.0.7/mod.js";
|
|
18
18
|
export { encodeHex } from "./deps/jsr.io/@std/encoding/1.0.5/mod.js";
|
|
19
19
|
export { writeAllSync } from "./deps/jsr.io/@std/io/0.225.0/write_all.js";
|
|
20
20
|
export { copy } from "./deps/jsr.io/@std/io/0.225.0/copy.js";
|
package/esm/gen/core/OpenAPI.js
CHANGED
package/esm/gen/services.gen.js
CHANGED
|
@@ -6293,6 +6293,22 @@ export const listConfigs = () => {
|
|
|
6293
6293
|
url: '/configs/list'
|
|
6294
6294
|
});
|
|
6295
6295
|
};
|
|
6296
|
+
/**
|
|
6297
|
+
* List autoscaling events
|
|
6298
|
+
* @param data The data for the request.
|
|
6299
|
+
* @param data.workerGroup
|
|
6300
|
+
* @returns AutoscalingEvent List of autoscaling events
|
|
6301
|
+
* @throws ApiError
|
|
6302
|
+
*/
|
|
6303
|
+
export const listAutoscalingEvents = (data) => {
|
|
6304
|
+
return __request(OpenAPI, {
|
|
6305
|
+
method: 'GET',
|
|
6306
|
+
url: '/configs/list_autoscaling_events/{worker_group}',
|
|
6307
|
+
path: {
|
|
6308
|
+
worker_group: data.workerGroup
|
|
6309
|
+
}
|
|
6310
|
+
});
|
|
6311
|
+
};
|
|
6296
6312
|
/**
|
|
6297
6313
|
* get granular acls
|
|
6298
6314
|
* @param data The data for the request.
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import crypto from "node:crypto";
|
|
2
|
+
// Helper function to convert strings to Uint8Array (binary)
|
|
3
|
+
function encode(input) {
|
|
4
|
+
return new TextEncoder().encode(input);
|
|
5
|
+
}
|
|
6
|
+
// Helper function to convert Uint8Array (binary) to base64
|
|
7
|
+
function toBase64(arr) {
|
|
8
|
+
return btoa(String.fromCharCode(...arr));
|
|
9
|
+
}
|
|
10
|
+
// Helper function to convert base64 to Uint8Array (binary)
|
|
11
|
+
function fromBase64(base64) {
|
|
12
|
+
return new Uint8Array(atob(base64)
|
|
13
|
+
.split("")
|
|
14
|
+
.map((char) => char.charCodeAt(0)));
|
|
15
|
+
}
|
|
16
|
+
// Function to derive a 256-bit key from any input string using SHA-256
|
|
17
|
+
async function deriveKey(keyString) {
|
|
18
|
+
const keyMaterial = encode(keyString);
|
|
19
|
+
const keyHash = await crypto.subtle.digest("SHA-256", keyMaterial); // Generate SHA-256 hash
|
|
20
|
+
// Import the hash as a CryptoKey for AES-GCM
|
|
21
|
+
return crypto.subtle.importKey("raw", keyHash, { name: "AES-GCM" }, false, [
|
|
22
|
+
"encrypt",
|
|
23
|
+
"decrypt",
|
|
24
|
+
]);
|
|
25
|
+
}
|
|
26
|
+
// Encrypt function
|
|
27
|
+
export async function encrypt(plaintext, keyString) {
|
|
28
|
+
const key = await deriveKey(keyString); // Derive a 256-bit AES key from any input string
|
|
29
|
+
const iv = crypto.getRandomValues(new Uint8Array(12)); // AES-GCM needs a 12-byte IV
|
|
30
|
+
const encrypted = await crypto.subtle.encrypt({
|
|
31
|
+
name: "AES-GCM",
|
|
32
|
+
iv,
|
|
33
|
+
tagLength: 128,
|
|
34
|
+
}, key, encode(plaintext) // convert plaintext to binary
|
|
35
|
+
);
|
|
36
|
+
// Concatenate IV and encrypted data
|
|
37
|
+
const combined = new Uint8Array(iv.length + encrypted.byteLength);
|
|
38
|
+
combined.set(iv, 0); // first part is the IV
|
|
39
|
+
combined.set(new Uint8Array(encrypted), iv.length); // second part is the ciphertext
|
|
40
|
+
// Convert to base64 for storage/transmission
|
|
41
|
+
return toBase64(combined);
|
|
42
|
+
}
|
|
43
|
+
// Decrypt function
|
|
44
|
+
export async function decrypt(combinedCiphertext, keyString) {
|
|
45
|
+
const key = await deriveKey(keyString); // Derive the same 256-bit AES key from the input string
|
|
46
|
+
const combined = fromBase64(combinedCiphertext); // decode base64 to binary
|
|
47
|
+
// Split the IV and the ciphertext
|
|
48
|
+
const iv = combined.slice(0, 12); // First 12 bytes are the IV
|
|
49
|
+
const ciphertext = combined.slice(12); // The rest is the encrypted data
|
|
50
|
+
console.log();
|
|
51
|
+
// log.info({keyString, key, ciphertext})
|
|
52
|
+
// Perform decryption
|
|
53
|
+
const decrypted = await crypto.subtle.decrypt({
|
|
54
|
+
name: "AES-GCM",
|
|
55
|
+
iv,
|
|
56
|
+
tagLength: 128,
|
|
57
|
+
}, key, ciphertext);
|
|
58
|
+
// Convert decrypted data from binary to string
|
|
59
|
+
return new TextDecoder().decode(decrypted);
|
|
60
|
+
}
|
|
61
|
+
// // Example usage:
|
|
62
|
+
// const key = "any-length-key-you-want"; // Now can be any length
|
|
63
|
+
// const message = "This is a secret message.";
|
|
64
|
+
// encrypt(message, key).then((combinedCiphertext) => {
|
|
65
|
+
// console.log("Encrypted message:", combinedCiphertext);
|
|
66
|
+
// // Now decrypt it
|
|
67
|
+
// decrypt(combinedCiphertext, key).then((decryptedMessage) => {
|
|
68
|
+
// console.log("Decrypted message:", decryptedMessage);
|
|
69
|
+
// });
|
|
70
|
+
// });
|
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.
|
|
36
|
+
export const VERSION = "1.413.0";
|
|
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/settings.js
CHANGED
|
@@ -9,6 +9,7 @@ import { isSuperset } from "./types.js";
|
|
|
9
9
|
import { deepEqual } from "./utils.js";
|
|
10
10
|
import * as wmill from "./gen/services.gen.js";
|
|
11
11
|
import { removeWorkerPrefix } from "./worker_groups.js";
|
|
12
|
+
import process from "node:process";
|
|
12
13
|
export async function pushWorkspaceSettings(workspace, _path, settings, localSettings) {
|
|
13
14
|
try {
|
|
14
15
|
const remoteSettings = await wmill.getSettings({
|
|
@@ -202,31 +203,75 @@ export async function pushWorkspaceKey(workspace, _path, key, localKey) {
|
|
|
202
203
|
log.debug(`Workspace encryption key is up to date`);
|
|
203
204
|
}
|
|
204
205
|
}
|
|
206
|
+
const INSTANCE_SETTINGS_PATH = "instance_settings.yaml";
|
|
205
207
|
export async function readInstanceSettings() {
|
|
206
208
|
let localSettings = [];
|
|
207
209
|
try {
|
|
208
|
-
localSettings = (await yamlParseFile(
|
|
210
|
+
localSettings = (await yamlParseFile(INSTANCE_SETTINGS_PATH));
|
|
209
211
|
}
|
|
210
212
|
catch {
|
|
211
|
-
log.warn(
|
|
213
|
+
log.warn(`No ${INSTANCE_SETTINGS_PATH} found`);
|
|
212
214
|
}
|
|
213
215
|
return localSettings;
|
|
214
216
|
}
|
|
217
|
+
import { decrypt, encrypt } from "./local_encryption.js";
|
|
218
|
+
const SENSITIVE_FIELD = ["license_key", "jwt_secret"];
|
|
219
|
+
async function processInstanceSettings(settings, mode) {
|
|
220
|
+
const encKey = process.env.WMILL_INSTANCE_LOCAL_ENCRYPTION_KEY;
|
|
221
|
+
if (encKey) {
|
|
222
|
+
const res = [];
|
|
223
|
+
for (const s of settings) {
|
|
224
|
+
if (SENSITIVE_FIELD.includes(s.name) && typeof s.value === "string") {
|
|
225
|
+
res.push(await processField(s, "value", encKey, mode));
|
|
226
|
+
}
|
|
227
|
+
else if (s.name == "oauths") {
|
|
228
|
+
if (typeof s.value === "object") {
|
|
229
|
+
const oauths = s.value;
|
|
230
|
+
for (const [k, v] of Object.entries(oauths)) {
|
|
231
|
+
oauths[k] = await processField(v, "secret", encKey, mode);
|
|
232
|
+
}
|
|
233
|
+
res.push(s);
|
|
234
|
+
}
|
|
235
|
+
else {
|
|
236
|
+
log.warn(`Unexpected oauths value type: ${typeof s.value}`);
|
|
237
|
+
res.push(s);
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
else {
|
|
241
|
+
res.push(s);
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
return res;
|
|
245
|
+
}
|
|
246
|
+
else {
|
|
247
|
+
log.warn("No encryption key found, skipping encryption. Recommend setting WMILL_INSTANCE_LOCAL_ENCRYPTION_KEY");
|
|
248
|
+
}
|
|
249
|
+
return settings;
|
|
250
|
+
}
|
|
251
|
+
async function processField(obj, field, encKey, mode) {
|
|
252
|
+
return {
|
|
253
|
+
...obj,
|
|
254
|
+
[field]: mode === "encode" ? await encrypt(obj[field], encKey) : await decrypt(obj[field], encKey),
|
|
255
|
+
};
|
|
256
|
+
}
|
|
215
257
|
export async function pullInstanceSettings(preview = false) {
|
|
216
258
|
const remoteSettings = await wmill.listGlobalSettings();
|
|
217
259
|
if (preview) {
|
|
218
260
|
const localSettings = await readInstanceSettings();
|
|
219
|
-
|
|
261
|
+
const processedSettings = await processInstanceSettings(remoteSettings, "encode");
|
|
262
|
+
return compareInstanceObjects(processedSettings, localSettings, "name", "setting");
|
|
220
263
|
}
|
|
221
264
|
else {
|
|
222
265
|
log.info("Pulling settings from instance");
|
|
223
|
-
await
|
|
224
|
-
|
|
266
|
+
const processedSettings = await processInstanceSettings(remoteSettings, "encode");
|
|
267
|
+
await dntShim.Deno.writeTextFile(INSTANCE_SETTINGS_PATH, yamlStringify(processedSettings));
|
|
268
|
+
log.info(colors.green(`Settings written to ${INSTANCE_SETTINGS_PATH}`));
|
|
225
269
|
}
|
|
226
270
|
}
|
|
227
271
|
export async function pushInstanceSettings(preview = false, baseUrl) {
|
|
228
272
|
const remoteSettings = await wmill.listGlobalSettings();
|
|
229
273
|
let localSettings = await readInstanceSettings();
|
|
274
|
+
localSettings = await processInstanceSettings(localSettings, "decode");
|
|
230
275
|
if (baseUrl) {
|
|
231
276
|
localSettings = localSettings.filter((s) => s.name !== "base_url");
|
|
232
277
|
localSettings.push({
|
package/esm/sync.js
CHANGED
|
@@ -502,9 +502,9 @@ export async function elementsToMap(els, ignore, json, skips) {
|
|
|
502
502
|
if (entry.isDirectory || entry.ignored)
|
|
503
503
|
continue;
|
|
504
504
|
const path = entry.path;
|
|
505
|
-
if (json && path.endsWith(".yaml"))
|
|
505
|
+
if (json && path.endsWith(".yaml") && !isFileResource(path))
|
|
506
506
|
continue;
|
|
507
|
-
if (!json && path.endsWith(".json"))
|
|
507
|
+
if (!json && path.endsWith(".json") && !isFileResource(path))
|
|
508
508
|
continue;
|
|
509
509
|
const ext = json ? ".json" : ".yaml";
|
|
510
510
|
if (!skips.includeSchedules && path.endsWith(".schedule" + ext))
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fmt/1.0.
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fmt/1.0.3/colors.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_create_walk_entry.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"_create_walk_entry.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.5/_create_walk_entry.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,OAAO,MAAM,8BAA8B,CAAC;AAOxD;;;GAGG;AACH,MAAM,WAAW,SAAU,SAAQ,OAAO,CAAC,IAAI,CAAC,QAAQ;IACtD,8BAA8B;IAC9B,IAAI,EAAE,MAAM,CAAC;CACd;AAED,iEAAiE;AACjE,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,GAAG,SAAS,CAYjE;AAED,kEAAkE;AAClE,wBAAsB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,GAAG,OAAO,CAAC,SAAS,CAAC,CAY5E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_get_file_info_type.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"_get_file_info_type.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.5/_get_file_info_type.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,OAAO,MAAM,8BAA8B,CAAC;AAGxD,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,KAAK,GAAG,SAAS,CAAC;AAElD;;;;;;;;GAQG;AACH,wBAAgB,eAAe,CAAC,QAAQ,EAAE,OAAO,CAAC,IAAI,CAAC,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAQrF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_is_same_path.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"_is_same_path.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.5/_is_same_path.ts"],"names":[],"mappings":"AAMA;;;;;;;GAOG;AACH,wBAAgB,UAAU,CACxB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,GACjB,OAAO,CAKT"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_is_subdir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"_is_subdir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.5/_is_subdir.ts"],"names":[],"mappings":"AAOA;;;;;;;;;GASG;AACH,wBAAgB,QAAQ,CACtB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,GAAG,aAAY,GACd,OAAO,CAYT"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_to_path_string.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"_to_path_string.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.5/_to_path_string.ts"],"names":[],"mappings":"AAKA;;;;;;GAMG;AACH,wBAAgB,YAAY,CAC1B,OAAO,EAAE,MAAM,GAAG,GAAG,GACpB,MAAM,CAER"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"copy.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"copy.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.5/copy.ts"],"names":[],"mappings":"AAeA,6DAA6D;AAC7D,MAAM,WAAW,WAAW;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;;;;;;OASG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAoOD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,wBAAsB,IAAI,CACxB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,GAAE,WAAgB,iBAwB1B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,wBAAgB,QAAQ,CACtB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,GAAE,WAAgB,QAwB1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"empty_dir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"empty_dir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.5/empty_dir.ts"],"names":[],"mappings":"AAMA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAsB,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,iBAkB/C;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,QAmB7C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ensure_dir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"ensure_dir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.5/ensure_dir.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAsB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,iBAuBhD;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,QAuB9C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ensure_file.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"ensure_file.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.5/ensure_file.ts"],"names":[],"mappings":"AAQA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAsB,UAAU,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC,CAuBtE;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,CAsB3D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ensure_link.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"ensure_link.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.5/ensure_link.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAsB,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,GAAG,iBAKrE;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,GAAG,QAKnE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ensure_symlink.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"ensure_symlink.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.5/ensure_symlink.ts"],"names":[],"mappings":"AA2BA;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAsB,aAAa,CACjC,MAAM,EAAE,MAAM,GAAG,GAAG,EACpB,QAAQ,EAAE,MAAM,GAAG,GAAG,iBA+BvB;AAED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,iBAAiB,CAC/B,MAAM,EAAE,MAAM,GAAG,GAAG,EACpB,QAAQ,EAAE,MAAM,GAAG,GAAG,QA+BvB"}
|