File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v4
10- - uses : denoland/setup-deno@v1
10+ - uses : denoland/setup-deno@v2
1111 - run : deno fmt --check
1212 - run : deno lint
13-
13+
1414 tests :
1515 name : ${{ matrix.kind }} ${{ matrix.os }}
1616 runs-on : ${{ matrix.os }}
2020 os : [macOS-latest, windows-latest, ubuntu-latest]
2121 steps :
2222 - uses : actions/checkout@v4
23- - uses : denoland/setup-deno@v1
23+ - uses : denoland/setup-deno@v2
2424 - run : deno test --import-map test_import_map.json -A --doc
Original file line number Diff line number Diff line change 1313 id-token : write
1414 steps :
1515 - uses : actions/checkout@v4
16- - uses : denoland/setup-deno@v1
16+ - uses : denoland/setup-deno@v2
1717 - run : deno publish
Original file line number Diff line number Diff line change 11{
22 "name" : " @denosaurs/plug" ,
3- "version" : " 1.0.6 " ,
3+ "version" : " 1.1.0 " ,
44 "exports" : {
55 "." : " ./mod.ts" ,
66 "./types" : " ./types.ts" ,
77 "./download" : " ./download.ts" ,
88 "./util" : " ./util.ts"
99 },
1010 "imports" : {
11- "@std/encoding/hex" : " jsr:@std/encoding@^0.221.0 /hex" ,
12- "@std/fmt/colors" : " jsr:@std/fmt@^0.221.0 /colors" ,
13- "@std/fs" : " jsr:@std/fs@^0.221.0 " ,
14- "@std/path" : " jsr:@std/path@^0.221.0 "
11+ "@std/encoding/hex" : " jsr:@std/encoding@^1 /hex" ,
12+ "@std/fmt/colors" : " jsr:@std/fmt@^1 /colors" ,
13+ "@std/fs" : " jsr:@std/fs@^1 " ,
14+ "@std/path" : " jsr:@std/path@^1 "
1515 },
1616 "lock" : false
1717}
Original file line number Diff line number Diff line change 55 "@denosaurs/plug/types" : " ./types.ts" ,
66 "@denosaurs/plug/download" : " ./download.ts" ,
77 "@denosaurs/plug/util" : " ./util.ts" ,
8- "@std/assert" : " jsr:@std/assert@^0.221.0 " ,
9- "@std/encoding/hex" : " jsr:@std/encoding@^0.221.0 /hex" ,
10- "@std/fmt/colors" : " jsr:@std/fmt@^0.221.0 /colors" ,
8+ "@std/assert" : " jsr:@std/assert@^1 " ,
9+ "@std/encoding/hex" : " jsr:@std/encoding@^1 /hex" ,
10+ "@std/fmt/colors" : " jsr:@std/fmt@^1 /colors" ,
1111 "@std/fs" : " jsr:@std/fs@^0.221.0" ,
12- "@std/path" : " jsr:@std/path@^0.221.0 "
12+ "@std/path" : " jsr:@std/path@^1 "
1313 }
1414}
You can’t perform that action at this time.
0 commit comments