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 11{
22 "name" : " @as-integrations/azure-functions" ,
33 "description" : " An integration for Apollo Server on Azure Functions" ,
4- "version" : " 0.2.1 " ,
4+ "version" : " 0.2.2 " ,
55 "author" :
" Apollo <[email protected] >" ,
66 "license" : " MIT" ,
77 "repository" : {
3232 "start" : " npm-run-all watch start:host" ,
3333 "start:host" : " cd src/sample && func start --cors *"
3434 },
35+ "dependencies" : {
36+ "@azure/functions" : " ^3.5.1" ,
37+ "@azure/functions-v4" : " npm:@azure/functions@^4.7.2"
38+ },
3539 "devDependencies" : {
3640 "@apollo/server" : " ^5.0.0" ,
3741 "@apollo/server-integration-testsuite" : " ^5.0.0" ,
5559 "npm" : " 11.5.2"
5660 },
5761 "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"
6163 }
6264}
You can’t perform that action at this time.
0 commit comments