Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp authored Jul 2, 2021
1 parent 2852318 commit 170e604
Show file tree
Hide file tree
Showing 26 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions middleware/cors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ export interface CORSOptions {
* @default none
*/
allowedHeaders?: string[];
/**
/**
* values for Access-Control-Expose-Headers
* @default none
*/
exposedHeaders?: string[];
/**
/**
* values for Access-Control-Allow-Credentials
* @default none
*/
Expand Down
2 changes: 1 addition & 1 deletion modules-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"https://deno.land/std": {
"version": "@0.92.0",
"version": "@0.100.0",
"modules": [
"/testing/asserts.ts",
"/textproto/mod.ts",
Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"https://deno.land/std": {
"version": "@0.92.0",
"version": "@0.100.0",
"modules": [
"/testing/asserts.ts",
"/textproto/mod.ts",
Expand Down
2 changes: 1 addition & 1 deletion responder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { contentTypeByExt } from "./media_types.ts";
/** Basic responder for http response */
export interface Responder extends CookieSetter {
/**
* Respond to request
* Respond to request
* Error will be thrown if request has already been responded.
* headers is merged with responseHeaders
* */
Expand Down
2 changes: 1 addition & 1 deletion serve_static.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export interface ServeStaticOptions {
contentDispositionMap?: Map<string, "inline" | "attachment">;
/** Custom filter function for files */
filter?: (file: string) => boolean | Promise<boolean>;
/**
/**
* Delactives for Cache-Control header
* No value will be sent by default.
* */
Expand Down
2 changes: 1 addition & 1 deletion site/pages/concept.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default () => (
<p>
Servest was developed as the optional HTTP server module to Deno's
{" "}
<a href={"https://github.com/denoland/deno/tree/master/std/http"}>
<a href={"https://github.com/denoland/deno_std/tree/main/http"}>
standard http module
</a>
.
Expand Down
4 changes: 2 additions & 2 deletions types/react/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3332,9 +3332,9 @@ declare global {

// We can't recurse forever because `type` can't be self-referential;
// let's assume it's reasonable to do a single React.lazy() around a single React.memo() / vice-versa
type LibraryManagedAttributes<C, P> = C extends
type LibraryManagedAttributes<C, P> = C extends
| React.MemoExoticComponent<infer T>
| React.LazyExoticComponent<infer T> ? T extends
| React.LazyExoticComponent<infer T> ? T extends
| React.MemoExoticComponent<infer U>
| React.LazyExoticComponent<infer U> ? ReactManagedAttributes<U, P>
: ReactManagedAttributes<T, P>
Expand Down
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/async/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.92.0/async/mod.ts";
export * from "https://deno.land/std@0.100.0/async/mod.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/datetime/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.92.0/datetime/mod.ts";
export * from "https://deno.land/std@0.100.0/datetime/mod.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/flags/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.92.0/flags/mod.ts";
export * from "https://deno.land/std@0.100.0/flags/mod.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/fmt/colors.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.92.0/fmt/colors.ts";
export * from "https://deno.land/std@0.100.0/fmt/colors.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/fmt/printf.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.92.0/fmt/printf.ts";
export * from "https://deno.land/std@0.100.0/fmt/printf.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/fs/exists.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.92.0/fs/exists.ts";
export * from "https://deno.land/std@0.100.0/fs/exists.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/fs/expand_glob.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.92.0/fs/expand_glob.ts";
export * from "https://deno.land/std@0.100.0/fs/expand_glob.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/hash/sha1.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.92.0/hash/sha1.ts";
export * from "https://deno.land/std@0.100.0/hash/sha1.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/http/_io.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.92.0/http/_io.ts";
export * from "https://deno.land/std@0.100.0/http/_io.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/http/http_status.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.92.0/http/http_status.ts";
export * from "https://deno.land/std@0.100.0/http/http_status.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/io/buffer.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.92.0/io/buffer.ts";
export * from "https://deno.land/std@0.100.0/io/buffer.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/io/bufio.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.92.0/io/bufio.ts";
export * from "https://deno.land/std@0.100.0/io/bufio.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/io/readers.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.92.0/io/readers.ts";
export * from "https://deno.land/std@0.100.0/io/readers.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/io/writers.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.92.0/io/writers.ts";
export * from "https://deno.land/std@0.100.0/io/writers.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/mime/multipart.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.92.0/mime/multipart.ts";
export * from "https://deno.land/std@0.100.0/mime/multipart.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/path/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.92.0/path/mod.ts";
export * from "https://deno.land/std@0.100.0/path/mod.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/testing/asserts.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.92.0/testing/asserts.ts";
export * from "https://deno.land/std@0.100.0/testing/asserts.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/textproto/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.92.0/textproto/mod.ts";
export * from "https://deno.land/std@0.100.0/textproto/mod.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/ws/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.92.0/ws/mod.ts";
export * from "https://deno.land/std@0.100.0/ws/mod.ts";

0 comments on commit 170e604

Please sign in to comment.