From 549ef141bbfbfac28fcba89cedf2a0ac1c584861 Mon Sep 17 00:00:00 2001 From: Andy Hayden Date: Thu, 19 Dec 2019 10:17:55 -0800 Subject: [PATCH] Bump version to 0.27.0 --- example/deps.ts | 2 +- example/serverless.yml | 2 +- example/test.ts | 4 ++-- example/test_util.ts | 2 +- tests/Dockerfile | 2 +- tests/deps.ts | 6 +++--- tests/test_bundle.json | 4 ++-- tests/test_example_zip.json | 4 ++-- tests/test_js.json | 4 ++-- tests/test_self_contained.json | 4 ++-- tests/test_simple.json | 4 ++-- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/example/deps.ts b/example/deps.ts index ff62c2e0..975e5890 100644 --- a/example/deps.ts +++ b/example/deps.ts @@ -8,4 +8,4 @@ export { DynamoDBClient } from "https://raw.githubusercontent.com/hayd/dynamodb/782f64ce64e7c83f964970c7eeacba0d5c9dfb91/mod.ts"; -export { v4 as uuid } from "https://deno.land/std@v0.26.0/uuid/mod.ts"; +export { v4 as uuid } from "https://deno.land/std@v0.27.0/uuid/mod.ts"; diff --git a/example/serverless.yml b/example/serverless.yml index 8c74fbf9..e5466186 100644 --- a/example/serverless.yml +++ b/example/serverless.yml @@ -36,7 +36,7 @@ functions: layers: - { Ref: DenoLambdaLayer } memorySize: 128 - description: Submit candidate information and starts interview process. + description: Submit candidate info events: - http: path: candidates diff --git a/example/test.ts b/example/test.ts index 879f221d..b0c1c34f 100644 --- a/example/test.ts +++ b/example/test.ts @@ -4,11 +4,11 @@ // You must also pass a access key/secret environment variables, but these don't have to be real e.g. // AWS_ACCESS_KEY_ID=fakeMyKeyId AWS_SECRET_ACCESS_KEY=fakeSecretAccessKey deno --allow-env --allow-net test.ts -import { runIfMain } from "https://deno.land/std@v0.26.0/testing/mod.ts"; +import { runIfMain } from "https://deno.land/std@v0.27.0/testing/mod.ts"; import { assert, assertEquals -} from "https://deno.land/std@v0.26.0/testing/asserts.ts"; +} from "https://deno.land/std@v0.27.0/testing/asserts.ts"; import { client } from "./client.ts"; import { test } from "./test_util.ts"; diff --git a/example/test_util.ts b/example/test_util.ts index 20caad99..05181e37 100644 --- a/example/test_util.ts +++ b/example/test_util.ts @@ -1,7 +1,7 @@ import { TestDefinition, test as stdTest -} from "https://deno.land/std@v0.26.0/testing/mod.ts"; +} from "https://deno.land/std@v0.27.0/testing/mod.ts"; import { client } from "./client.ts"; import { TableName } from "./api/candidate.ts"; diff --git a/tests/Dockerfile b/tests/Dockerfile index 08f81e2c..7cc2dcfd 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -1,6 +1,6 @@ # Note: This must be built in the .. context -FROM hayd/deno:amazonlinux1-0.26.0 +FROM hayd/deno:amazonlinux1-0.27.0 # This is the runtime used by AWS Lambda # plus a compatible deno executable /bin/deno. # https://github.com/hayd/deno_docker diff --git a/tests/deps.ts b/tests/deps.ts index 3e5a036d..57f3cf98 100644 --- a/tests/deps.ts +++ b/tests/deps.ts @@ -1,3 +1,3 @@ -export { assertEquals } from "https://deno.land/std@v0.26.0/testing/asserts.ts"; -export { serve } from "https://deno.land/std@v0.26.0/http/server.ts"; -export { runIfMain, test } from "https://deno.land/std@v0.26.0/testing/mod.ts"; +export { assertEquals } from "https://deno.land/std@v0.27.0/testing/asserts.ts"; +export { serve } from "https://deno.land/std@v0.27.0/http/server.ts"; +export { runIfMain, test } from "https://deno.land/std@v0.27.0/testing/mod.ts"; diff --git a/tests/test_bundle.json b/tests/test_bundle.json index 243907a1..7e1b2430 100644 --- a/tests/test_bundle.json +++ b/tests/test_bundle.json @@ -7,11 +7,11 @@ "expected": [ { "status": "ok", - "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 0.26.0 🦕\"}" + "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 0.27.0 🦕\"}" }, { "status": "ok", - "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 0.26.0 🦕\"}" + "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 0.27.0 🦕\"}" } ], "files": ["hello.bundle.js"], diff --git a/tests/test_example_zip.json b/tests/test_example_zip.json index 27a61939..c6c55b6e 100644 --- a/tests/test_example_zip.json +++ b/tests/test_example_zip.json @@ -4,11 +4,11 @@ "expected": [ { "status": "ok", - "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 0.26.0 🦕\"}" + "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 0.27.0 🦕\"}" }, { "status": "ok", - "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 0.26.0 🦕\"}" + "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 0.27.0 🦕\"}" } ], "files": "deno-lambda-example.zip", diff --git a/tests/test_js.json b/tests/test_js.json index 2e47d662..c9c5804f 100644 --- a/tests/test_js.json +++ b/tests/test_js.json @@ -4,11 +4,11 @@ "expected": [ { "status": "ok", - "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 0.26.0 🦕\"}" + "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 0.27.0 🦕\"}" }, { "status": "ok", - "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 0.26.0 🦕\"}" + "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 0.27.0 🦕\"}" } ], "files": ["hello.js"], diff --git a/tests/test_self_contained.json b/tests/test_self_contained.json index bbed070c..e4f48b8c 100644 --- a/tests/test_self_contained.json +++ b/tests/test_self_contained.json @@ -4,11 +4,11 @@ "expected": [ { "status": "ok", - "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 0.26.0 🦕\"}" + "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 0.27.0 🦕\"}" }, { "status": "ok", - "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 0.26.0 🦕\"}" + "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 0.27.0 🦕\"}" } ], "files": ["hello.ts", "bootstrap", "amz-deno"] diff --git a/tests/test_simple.json b/tests/test_simple.json index 6c8b36a1..f12c437a 100644 --- a/tests/test_simple.json +++ b/tests/test_simple.json @@ -4,11 +4,11 @@ "expected": [ { "status": "ok", - "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 0.26.0 🦕\"}" + "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 0.27.0 🦕\"}" }, { "status": "ok", - "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 0.26.0 🦕\"}" + "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 0.27.0 🦕\"}" } ], "files": ["hello.ts"],