@orion-js/http
Advanced tools
Comparing version 3.2.8 to 3.2.9
@@ -23,5 +23,5 @@ "use strict"; | ||
...options, | ||
resolve: async (params, viewer) => { | ||
resolve: async (req, res, viewer) => { | ||
const instance = (0, services_1.getInstance)(target.service); | ||
return await instance[propertyKey](params, viewer); | ||
return await instance[propertyKey](req, res, viewer); | ||
} | ||
@@ -28,0 +28,0 @@ }); |
{ | ||
"name": "@orion-js/http", | ||
"version": "3.2.8", | ||
"version": "3.2.9", | ||
"main": "lib/index.js", | ||
@@ -45,3 +45,3 @@ "types": "lib/index.d.ts", | ||
}, | ||
"gitHead": "9380aba023b0b9b241184f6063db91eff8c005bf" | ||
"gitHead": "5d496e3aead1d47629fb54ef78d169ca4dc1b1e5" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26580