File tree 10 files changed +559
-507
lines changed
eapi-middleware-errorhandler
eapi-util-applymiddlewares
eapi-util-fetcheventhandler
10 files changed +559
-507
lines changed Original file line number Diff line number Diff line change 6
6
" packages/*"
7
7
],
8
8
"devDependencies" : {
9
- "@changesets/changelog-github" : " 0.4.1 " ,
10
- "@changesets/cli" : " 2.17.0 " ,
11
- "@cloudflare/workers-types" : " 2 .2.2 " ,
9
+ "@changesets/changelog-github" : " 0.4.2 " ,
10
+ "@changesets/cli" : " 2.18.1 " ,
11
+ "@cloudflare/workers-types" : " 3 .2.0 " ,
12
12
"@trust/webcrypto" : " 0.9.2" ,
13
- "@types/jest" : " 27.0.2 " ,
13
+ "@types/jest" : " 27.0.3 " ,
14
14
"@types/node-fetch" : " ^2.5.12" ,
15
15
"@types/service-worker-mock" : " 2.0.1" ,
16
- "jest" : " 27.2.4 " ,
16
+ "jest" : " 27.4.1 " ,
17
17
"jest-fetch-mock" : " 3.0.3" ,
18
18
"lerna" : " 4.0.0" ,
19
19
"node-fetch" : " ^2.6.1" ,
20
- "prettier" : " 2.4.1 " ,
20
+ "prettier" : " 2.5.0 " ,
21
21
"rimraf" : " 3.0.2" ,
22
22
"service-worker-mock" : " 2.0.5" ,
23
- "ts-jest" : " 27.0.5 " ,
24
- "ts-node" : " 10.2.1 " ,
25
- "typescript" : " 4.4.3 "
23
+ "ts-jest" : " 27.0.7 " ,
24
+ "ts-node" : " 10.4.0 " ,
25
+ "typescript" : " 4.5.2 "
26
26
},
27
27
"dependencies" : {
28
28
"@p-j/eapi-types" : " 1.0.0"
Original file line number Diff line number Diff line change 20
20
"main" : " dist/withCache.js" ,
21
21
"types" : " dist/withCache.d.ts" ,
22
22
"devDependencies" : {
23
- "@cloudflare/workers-types" : " 2 .2.2 " ,
23
+ "@cloudflare/workers-types" : " 3 .2.0 " ,
24
24
"@p-j/eapi-types" : " 1.0.0"
25
25
},
26
26
"jest" : {
Original file line number Diff line number Diff line change 23
23
"main" : " dist/withCors.js" ,
24
24
"types" : " dist/withCors.d.ts" ,
25
25
"devDependencies" : {
26
- "@cloudflare/workers-types" : " 2 .2.2 " ,
26
+ "@cloudflare/workers-types" : " 3 .2.0 " ,
27
27
"@p-j/eapi-types" : " 1.0.0"
28
28
},
29
29
"jest" : {
Original file line number Diff line number Diff line change 21
21
"main" : " dist/withErrorHandler.js" ,
22
22
"types" : " dist/withErrorHandler.d.ts" ,
23
23
"devDependencies" : {
24
- "@cloudflare/workers-types" : " 2 .2.2 " ,
24
+ "@cloudflare/workers-types" : " 3 .2.0 " ,
25
25
"@p-j/eapi-types" : " 1.0.0"
26
26
},
27
27
"jest" : {
Original file line number Diff line number Diff line change 20
20
"main" : " dist/withHeaders.js" ,
21
21
"types" : " dist/withHeaders.d.ts" ,
22
22
"devDependencies" : {
23
- "@cloudflare/workers-types" : " 2 .2.2 " ,
23
+ "@cloudflare/workers-types" : " 3 .2.0 " ,
24
24
"@p-j/eapi-types" : " 1.0.0"
25
25
},
26
26
"jest" : {
Original file line number Diff line number Diff line change 25
25
"main" : " dist/withRedirect.js" ,
26
26
"types" : " dist/withRedirect.d.ts" ,
27
27
"devDependencies" : {
28
- "@cloudflare/workers-types" : " 2 .2.2 " ,
28
+ "@cloudflare/workers-types" : " 3 .2.0 " ,
29
29
"@p-j/eapi-types" : " 1.0.0"
30
30
},
31
31
"jest" : {
Original file line number Diff line number Diff line change 21
21
"main" : " index.js" ,
22
22
"types" : " ./index.d.ts" ,
23
23
"dependencies" : {
24
- "@cloudflare/workers-types" : " ^2.2.2 "
24
+ "@cloudflare/workers-types" : " ^3.0.0 "
25
25
}
26
26
}
Original file line number Diff line number Diff line change 21
21
"types" : " dist/applyMiddlewares.d.ts" ,
22
22
"dependencies" : {},
23
23
"devDependencies" : {
24
- "@cloudflare/workers-types" : " 2 .2.2 " ,
24
+ "@cloudflare/workers-types" : " 3 .2.0 " ,
25
25
"@p-j/eapi-types" : " 1.0.0"
26
26
},
27
27
"jest" : {
Original file line number Diff line number Diff line change 20
20
"main" : " dist/fetchEventHandler.js" ,
21
21
"types" : " dist/fetchEventHandler.d.ts" ,
22
22
"devDependencies" : {
23
- "@cloudflare/workers-types" : " 2 .2.2 " ,
23
+ "@cloudflare/workers-types" : " 3 .2.0 " ,
24
24
"@p-j/eapi-types" : " 1.0.0"
25
25
},
26
26
"dependencies" : {
You can’t perform that action at this time.
0 commit comments