Comparing version 1.0.1-canary.22 to 1.0.1-canary.26
@@ -57,3 +57,3 @@ "use strict"; | ||
for (const facility of this.config.facilities) { | ||
const genRoutes = await facility.generateRoutes(this); | ||
const genRoutes = await facility.generateRoutes(this, routes); | ||
routes.push(...genRoutes); | ||
@@ -60,0 +60,0 @@ } |
{ | ||
"name": "plumier", | ||
"version": "1.0.1-canary.22+1ce9220", | ||
"version": "1.0.1-canary.26+e22f8cd", | ||
"description": "Delightful Node.js Rest Framework", | ||
@@ -22,4 +22,4 @@ "main": "lib/index.js", | ||
"@koa/cors": "^3.1.0", | ||
"@plumier/core": "1.0.1-canary.22+1ce9220", | ||
"@plumier/generic-controller": "1.0.1-canary.22+1ce9220", | ||
"@plumier/core": "1.0.1-canary.26+e22f8cd", | ||
"@plumier/generic-controller": "1.0.1-canary.26+e22f8cd", | ||
"@types/bytes": "^3.1.0", | ||
@@ -47,3 +47,3 @@ "@types/koa": "^2.13.1", | ||
}, | ||
"gitHead": "1ce922097ba707499a67b537e8cef48681c2060f" | ||
"gitHead": "e22f8cd22093f8606b1f34acc2f095b02d5b89d3" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
28866