File tree Expand file tree Collapse file tree
vendor/https/deno.land/std Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- v1.13 .0
1+ v1.14 .0
Original file line number Diff line number Diff line change 3030 - name : Set up Node.js
3131 uses : actions/setup-node@v2
3232 with :
33- node-version : " 12 "
33+ node-version : " 16 "
3434
3535 - name : Check mod.ts
3636 run : |
Original file line number Diff line number Diff line change 11{
22 "https://deno.land/std" : {
3- "version" : " @0.104 .0" ,
3+ "version" : " @0.107 .0" ,
44 "modules" : [
55 " /async/deferred.ts" ,
66 " /async/delay.ts" ,
Original file line number Diff line number Diff line change 11{
22 "https://deno.land/std" : {
3- "version" : " @0.104 .0" ,
3+ "version" : " @0.107 .0" ,
44 "modules" : [
55 " /async/deferred.ts" ,
66 " /async/delay.ts" ,
Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ export type XReadReplyRaw = XReadStreamRaw[];
4242 * We also allow passing a single number,
4343 * which will represent the the epoch Millis with
4444 * seqNo of zero. (Especially useful is to pass 0.)
45- * * /
45+ */
4646export type XIdInput =
4747 | XId
4848 | [ number , number ]
4949 | number ;
5050/**
5151 * ID input type for XADD, which is allowed to include the
52- * "*" operator.*/
52+ * "*" operator. */
5353export type XIdAdd = XIdInput | "*" ;
5454/**
5555 * ID input type for XGROUPREAD, which is allowed to include
Original file line number Diff line number Diff line change 1- export * from "https://deno.land/std@0.104 .0/async/deferred.ts" ;
1+ export * from "https://deno.land/std@0.107 .0/async/deferred.ts" ;
Original file line number Diff line number Diff line change 1- export * from "https://deno.land/std@0.104 .0/async/delay.ts" ;
1+ export * from "https://deno.land/std@0.107 .0/async/delay.ts" ;
Original file line number Diff line number Diff line change 1- export * from "https://deno.land/std@0.104 .0/io/buffer.ts" ;
1+ export * from "https://deno.land/std@0.107 .0/io/buffer.ts" ;
Original file line number Diff line number Diff line change 1- export * from "https://deno.land/std@0.104 .0/io/bufio.ts" ;
1+ export * from "https://deno.land/std@0.107 .0/io/bufio.ts" ;
Original file line number Diff line number Diff line change 1- export * from "https://deno.land/std@0.104 .0/io/util.ts" ;
1+ export * from "https://deno.land/std@0.107 .0/io/util.ts" ;
You canβt perform that action at this time.
0 commit comments