Skip to content

Commit

Permalink
chore: update version to v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Aug 8, 2023
1 parent c1478d0 commit 6f072f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { emptyDir } from "https://deno.land/std@0.197.0/fs/empty_dir.ts"
import { ensureFile } from "https://deno.land/std@0.197.0/fs/ensure_file.ts"
import { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.3/command/command.ts"
import { EnumType } from "https://deno.land/x/cliffy@v1.0.0-rc.3/command/types/enum.ts"
import { execa } from "https://deno.land/x/easy_std@v0.4.7/src/process.ts"
import { execa } from "https://deno.land/x/easy_std@v0.4.8/src/process.ts"

import { type PM, pmLock, pms } from "./constant.ts"
import { existsFile, findUp } from "./fs.ts"
Expand Down
2 changes: 1 addition & 1 deletion src/fs.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { exists } from "https://deno.land/std@0.197.0/fs/exists.ts"
import { join } from "https://deno.land/std@0.197.0/path/posix.ts"
import { createUpBases } from "https://deno.land/x/easy_std@v0.4.7/src/path.ts"
import { createUpBases } from "https://deno.land/x/easy_std@v0.4.8/src/path.ts"

export function existsFile(path: string) {
return exists(path, {
Expand Down
2 changes: 1 addition & 1 deletion src/pm.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { PM } from "./constant.ts"
import { execa } from "https://deno.land/x/easy_std@v0.4.7/src/process.ts"
import { execa } from "https://deno.land/x/easy_std@v0.4.8/src/process.ts"

export async function getPackageCommands() {
try {
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "1.6.2"
export const version = "1.6.3"

0 comments on commit 6f072f9

Please sign in to comment.