@asyncapi/generator
Advanced tools
Comparing version 0.36.0 to 0.36.1
{ | ||
"name": "@asyncapi/generator", | ||
"version": "0.36.0", | ||
"version": "0.36.1", | ||
"description": "The AsyncAPI generator. It can generate documentation, code, anything!", | ||
@@ -42,5 +42,5 @@ "main": "./lib/generator.js", | ||
"@asyncapi/openapi-schema-parser": "^1.0.0", | ||
"@asyncapi/parser": "^0.16.0", | ||
"@asyncapi/raml-dt-schema-parser": "^1.0.4", | ||
"ajv": "^6.10.2", | ||
"@asyncapi/parser": "^0.16.0", | ||
"commander": "^2.12.2", | ||
@@ -54,2 +54,3 @@ "filenamify": "^4.1.0", | ||
"minimatch": "^3.0.4", | ||
"mkdirp": "^1.0.3", | ||
"npmi": "^4.0.0", | ||
@@ -56,0 +57,0 @@ "nunjucks": "^3.2.0", |
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
88934
16
+ Addedmkdirp@^1.0.3
+ Addedmkdirp@1.0.4(transitive)