Comparing version 1.0.0-dev.14 to 1.0.0-dev.15
@@ -52,3 +52,3 @@ "use strict"; | ||
if (this.config.mode === "debug") | ||
core_1.printAnalysis(core_1.analyzeRoutes(routes)); | ||
core_1.printAnalysis(core_1.analyzeRoutes(routes, this.config.analyzers)); | ||
this.koa.use(core_1.router(routes, this.globalMiddleware)); | ||
@@ -55,0 +55,0 @@ return this.koa; |
{ | ||
"name": "plumier", | ||
"version": "1.0.0-dev.14+39f91e9", | ||
"version": "1.0.0-dev.15+d2d1238", | ||
"description": "Delightful Node.js Rest Framework", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
"@koa/cors": "^3.0.0", | ||
"@plumier/core": "1.0.0-dev.14+39f91e9", | ||
"@plumier/core": "1.0.0-dev.15+d2d1238", | ||
"@types/faker": "^4.1.7", | ||
@@ -32,7 +32,7 @@ "@types/koa__cors": "^2.2.3", | ||
"devDependencies": { | ||
"@plumier/jwt": "1.0.0-dev.14+39f91e9", | ||
"@plumier/mongoose": "1.0.0-dev.14+39f91e9", | ||
"@plumier/multipart": "1.0.0-dev.14+39f91e9", | ||
"@plumier/serve-static": "1.0.0-dev.14+39f91e9", | ||
"@plumier/social-login": "1.0.0-dev.14+39f91e9", | ||
"@plumier/jwt": "1.0.0-dev.15+d2d1238", | ||
"@plumier/mongoose": "1.0.0-dev.15+d2d1238", | ||
"@plumier/multipart": "1.0.0-dev.15+d2d1238", | ||
"@plumier/serve-static": "1.0.0-dev.15+d2d1238", | ||
"@plumier/social-login": "1.0.0-dev.15+d2d1238", | ||
"@types/body-parser": "^1.17.1", | ||
@@ -75,3 +75,3 @@ "@types/cors": "^2.8.6", | ||
}, | ||
"gitHead": "39f91e901a896446144a8ae7d6ef99593cf44cba" | ||
"gitHead": "d2d123809c2b2cecdf3024fe2e87de489cb3cba3" | ||
} |
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
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
20260