Comparing version 0.1.3 to 0.1.4
@@ -354,8 +354,6 @@ "use strict"; | ||
continue; | ||
let serviceId = this._application + ":" + target.service; | ||
// let service = this._services[serviceId]; | ||
call.application = this._application; | ||
call.service = target.service; | ||
call.method = target.method; | ||
let permissionId = serviceId + "." + call.method; | ||
let permissionId = call.service + "." + call.method; | ||
let permission = permissionId && this._metadata.permissions[permissionId]; | ||
@@ -420,3 +418,3 @@ if (permission == null) | ||
call.method = target.method; | ||
let permissionId = target.service + "." + call.method; | ||
let permissionId = call.service + "." + call.method; | ||
let permission = permissionId && this._metadata.permissions[permissionId]; | ||
@@ -423,0 +421,0 @@ if (permission == null) |
{ | ||
"name": "tyx", | ||
"description": "TyX Core Framework, Serverless back-end framework in TypeScript for AWS Lambda", | ||
"version": "0.1.3", | ||
"description": "TyX Core Framework, Serverless back-end in TypeScript for AWS Lambda", | ||
"version": "0.1.4", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
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
432518
3605