@@ -4,9 +4,9 @@ export const makeOptions = (version: string): BuildOptions => ({
44 test : false ,
55 shims : { } ,
66 compilerOptions : {
7- lib : [ "esnext" , "dom" , "dom.iterable" ] ,
7+ lib : [ "esnext" , "dom" ] ,
88 } ,
9- typeCheck : false ,
9+ typeCheck : true ,
1010 entryPoints : [ "./mod.ts" ] ,
1111 outDir : "./npm" ,
1212 package : {
@@ -73,21 +73,23 @@ export const makeOptions = (version: string): BuildOptions => ({
7373 name : "@httpland/http-middleware" ,
7474 version : "1.0.0" ,
7575 } ,
76- "https://deno.land/x/[email protected] -beta.14 /header.ts" :
{ 76+ "https://deno.land/x/[email protected] /header.ts" :
{ 7777 name : "@httpland/http-utils" ,
78- version : "1.0.0-beta.14" ,
78+ version : "1.0.0" ,
79+ subPath : "header.js" ,
7980 } ,
80- "https://deno.land/x/[email protected] -beta.14 /method.ts" :
{ 81+ "https://deno.land/x/[email protected] /method.ts" :
{ 8182 name : "@httpland/http-utils" ,
82- version : "1.0.0-beta.14" ,
83+ version : "1.0.0" ,
84+ subPath : "method.js" ,
8385 } ,
8486 "https://deno.land/x/[email protected] /mod.ts" :
{ 8587 name : "@miyauci/result" ,
8688 version : "1.0.0" ,
8789 } ,
88- "https://deno.land/x/range_request_middleware@1.1 .0/mod.ts" : {
90+ "https://deno.land/x/range_request_middleware@1.2 .0/mod.ts" : {
8991 name : "@httpland/range-request-middleware" ,
90- version : "1.1 .0" ,
92+ version : "1.2 .0" ,
9193 } ,
9294 "https://deno.land/x/[email protected] /mod.ts" :
{ 9395 name : "@httpland/accept-ranges-parser" ,
0 commit comments