@@ -4,9 +4,9 @@ export const makeOptions = (version: string): BuildOptions => ({
4
4
test : false ,
5
5
shims : { } ,
6
6
compilerOptions : {
7
- lib : [ "esnext" , "dom" , "dom.iterable" ] ,
7
+ lib : [ "esnext" , "dom" ] ,
8
8
} ,
9
- typeCheck : false ,
9
+ typeCheck : true ,
10
10
entryPoints : [ "./mod.ts" ] ,
11
11
outDir : "./npm" ,
12
12
package : {
@@ -73,21 +73,23 @@ export const makeOptions = (version: string): BuildOptions => ({
73
73
name : "@httpland/http-middleware" ,
74
74
version : "1.0.0" ,
75
75
} ,
76
- "https://deno.land/x/[email protected] -beta.14 /header.ts" :
{
76
+ "https://deno.land/x/[email protected] /header.ts" :
{
77
77
name : "@httpland/http-utils" ,
78
- version : "1.0.0-beta.14" ,
78
+ version : "1.0.0" ,
79
+ subPath : "header.js" ,
79
80
} ,
80
- "https://deno.land/x/[email protected] -beta.14 /method.ts" :
{
81
+ "https://deno.land/x/[email protected] /method.ts" :
{
81
82
name : "@httpland/http-utils" ,
82
- version : "1.0.0-beta.14" ,
83
+ version : "1.0.0" ,
84
+ subPath : "method.js" ,
83
85
} ,
84
86
"https://deno.land/x/[email protected] /mod.ts" :
{
85
87
name : "@miyauci/result" ,
86
88
version : "1.0.0" ,
87
89
} ,
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" : {
89
91
name : "@httpland/range-request-middleware" ,
90
- version : "1.1 .0" ,
92
+ version : "1.2 .0" ,
91
93
} ,
92
94
"https://deno.land/x/[email protected] /mod.ts" :
{
93
95
name : "@httpland/accept-ranges-parser" ,
0 commit comments