swaggerize-routes
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -10,3 +10,3 @@ 'use strict'; | ||
buildroutes = require('./buildroutes'), | ||
swaggerSchema = require('./schema/swagger-spec/schemas/v2.0/schema.json'); | ||
swaggerSchema = require('swagger-schema-official/schema'); | ||
@@ -13,0 +13,0 @@ |
{ | ||
"name": "swaggerize-routes", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "Trevor Livingston <trlivingston@paypal.com>", | ||
@@ -19,3 +19,4 @@ "description": "Swagger based route building.", | ||
"debuglog": "^1.0.1", | ||
"enjoi": "^1.0.0" | ||
"enjoi": "^1.0.0", | ||
"swagger-schema-official": "^2.0.0-" | ||
}, | ||
@@ -22,0 +23,0 @@ "devDependencies": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
26084
5
11
524
1
+ Addedswagger-schema-official@2.0.0-d79c205(transitive)