File tree Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fastify-http-context" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " Simulates a thread of execution to allow for true session context to take place per api call within the fastify lifecycle of calls." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
15
15
"url" : " git+https://github.com/thorough-developer/fastify-http-context.git"
16
16
},
17
17
"keywords" : [
18
- " Fastify" ,
19
- " Fastify" ,
20
- " Plugin" ,
21
- " Session" ,
22
- " Context" ,
23
- " Fastify" ,
24
- " Session" ,
25
- " Context"
18
+ " fastify" ,
19
+ " fastify-plugin" ,
20
+ " http-context" ,
21
+ " express-http-context"
26
22
],
27
23
"author" :
" Chris Washington <[email protected] >" ,
28
24
"license" : " MIT" ,
31
27
},
32
28
"homepage" : " https://github.com/chris-washington/fastify-session-context#readme" ,
33
29
"dependencies" : {
34
- "autocannon" : " ^4.6.0" ,
35
30
"cls-hooked" : " ^4.2.2" ,
36
- "concurrently" : " ^5.1.0" ,
37
31
"fastify-plugin" : " ^1.6.1" ,
38
- "hyperid" : " ^2.0.3" ,
39
- "mocha" : " ^7.1.1" ,
40
- "nyc" : " ^15.0.1"
32
+ "hyperid" : " ^2.0.3"
41
33
},
42
34
"devDependencies" : {
35
+ "autocannon" : " ^4.6.0" ,
43
36
"chai" : " ^4.2.0" ,
37
+ "concurrently" : " ^5.1.0" ,
44
38
"fastify" : " ^2.13.1" ,
39
+ "mocha" : " ^7.1.1" ,
40
+ "nyc" : " ^15.0.1" ,
45
41
"proxyquire" : " ^2.1.3" ,
46
42
"sinon" : " ^9.0.2" ,
47
43
"sinon-chai" : " ^3.5.0" ,
You can’t perform that action at this time.
0 commit comments