Skip to content

Commit

Permalink
Update typebox to 0.31.22
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Nov 6, 2023
1 parent 9a0887e commit b36ffbf
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
62 changes: 31 additions & 31 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/deps/typebox.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
export * from "https://deno.land/x/typebox_deno@0.31.17-2/src/typebox.ts";
export * from "https://deno.land/x/typebox_deno@0.31.17-2/src/compiler/index.ts";
export { Value } from "https://deno.land/x/typebox_deno@0.31.17-2/src/value/index.ts";
export { TransformDecodeCheckError } from "https://deno.land/x/typebox_deno@0.31.17-2/src/value/transform.ts";
export * from "https://deno.land/x/typebox_deno@0.31.22/src/typebox.ts";
export * from "https://deno.land/x/typebox_deno@0.31.22/src/compiler/index.ts";
export { Value } from "https://deno.land/x/typebox_deno@0.31.22/src/value/index.ts";
export { TransformDecodeCheckError } from "https://deno.land/x/typebox_deno@0.31.22/src/value/transform.ts";
import {
FormatRegistry,
ObjectOptions,
TProperties,
Type,
} from "https://deno.land/x/typebox_deno@0.31.17-2/src/typebox.ts";
} from "https://deno.land/x/typebox_deno@0.31.22/src/typebox.ts";
import {
IsDate,
IsDateTime,
Expand All @@ -17,7 +17,7 @@ import {
IsTime,
IsUrl,
IsUuid,
} from "https://deno.land/x/typebox_deno@0.31.17-2/examples/formats/index.ts";
} from "https://deno.land/x/typebox_deno@0.31.22/examples/formats/index.ts";

const UriRegex = /^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i;

Expand Down

0 comments on commit b36ffbf

Please sign in to comment.