diff --git a/src/generate.ts b/src/generate.ts index 715b1d0..9ce2319 100644 --- a/src/generate.ts +++ b/src/generate.ts @@ -1,5 +1,5 @@ -import * as apex from "https://deno.land/x/apex_core@v0.1.0/mod.ts"; -import * as model from "https://deno.land/x/apex_core@v0.1.0/model/mod.ts"; +import * as apex from "https://deno.land/x/apex_core@v0.1.1/mod.ts"; +import * as model from "https://deno.land/x/apex_core@v0.1.1/model/mod.ts"; import * as log from "https://deno.land/std@0.167.0/log/mod.ts"; import * as path from "https://deno.land/std@0.167.0/path/mod.ts"; import * as streams from "https://deno.land/std@0.167.0/streams/read_all.ts";