File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @as-integrations/azure-functions" ,
3
3
"description" : " An integration for Apollo Server on Azure Functions" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.2.2 " ,
5
5
"author" :
" Apollo <[email protected] >" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
32
32
"start" : " npm-run-all watch start:host" ,
33
33
"start:host" : " cd src/sample && func start --cors *"
34
34
},
35
+ "dependencies" : {
36
+ "@azure/functions" : " ^3.5.1" ,
37
+ "@azure/functions-v4" : " npm:@azure/functions@^4.7.2"
38
+ },
35
39
"devDependencies" : {
36
40
"@apollo/server" : " ^5.0.0" ,
37
41
"@apollo/server-integration-testsuite" : " ^5.0.0" ,
55
59
"npm" : " 11.5.2"
56
60
},
57
61
"peerDependencies" : {
58
- "@apollo/server" : " ^4.0.0 || ^5.0.0" ,
59
- "@azure/functions" : " ^3" ,
60
- "@azure/functions-v4" : " npm:@azure/functions@^4"
62
+ "@apollo/server" : " ^4.0.0 || ^5.0.0"
61
63
}
62
64
}
You can’t perform that action at this time.
0 commit comments