Skip to content

Commit f4a97b6

Browse files
authored
bump: deno@1.14.0 (#255)
1 parent 2ca4fc2 commit f4a97b6

12 files changed

Lines changed: 13 additions & 13 deletions

File tree

β€Ž.denovβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.13.0
1+
v1.14.0

β€Ž.github/workflows/build.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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: |

β€Žmodules-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

β€Žmodules.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

β€Žstream.tsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
*/
4646
export 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. */
5353
export type XIdAdd = XIdInput | "*";
5454
/**
5555
* ID input type for XGROUPREAD, which is allowed to include
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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";

0 commit comments

Comments
Β (0)