File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 "open" : " npm:open@^10.1.0" ,
3434 "superjson" : " npm:superjson@^2.2.2" ,
3535 "@deno/framework-detect" : " jsr:@deno/framework-detect@^0" ,
36- "temporal-polyfill" : " npm:temporal-polyfill@^0.3.0"
36+ "temporal-polyfill" : " npm:temporal-polyfill@^0.3.0" ,
37+ "prompts" : " npm:prompts@2.4.2"
3738 },
3839 "exclude" : [
3940 " astro-demo"
Original file line number Diff line number Diff line change 1- import { Command } from "jsr: @cliffy/command@^1.0.0-rc.8 " ;
1+ import { Command } from "@cliffy/command" ;
22import { publish } from "./publish.ts" ;
33import { red , yellow } from "@std/fmt/colors" ;
44import { greaterOrEqual , parse as semverParse } from "@std/semver" ;
Original file line number Diff line number Diff line change 11// @ts -types="npm:@types/prompts@2.4.9"
2- import prompt from "npm: prompts@2.4.2 " ;
2+ import prompt from "prompts" ;
33
44import { gray , green , yellow } from "@std/fmt/colors" ;
55import { createTrpcClient } from "./auth.ts" ;
You can’t perform that action at this time.
0 commit comments