@asyncapi/generator
Advanced tools
Comparing version 0.35.0 to 0.35.1
@@ -34,3 +34,3 @@ const fs = require('fs'); | ||
utils.beautifyNpmiResult = (result) => { | ||
const [nameWithVersion, pkgPath] = result[0]; | ||
const [nameWithVersion, pkgPath] = result[result.length-1]; | ||
const nameWithVersionArray = nameWithVersion.split('@'); | ||
@@ -37,0 +37,0 @@ const version = nameWithVersionArray[nameWithVersionArray.length - 1]; |
{ | ||
"name": "@asyncapi/generator", | ||
"version": "0.35.0", | ||
"version": "0.35.1", | ||
"description": "The AsyncAPI generator. It can generate documentation, code, anything!", | ||
@@ -5,0 +5,0 @@ "main": "./lib/generator.js", |
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
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
89484
0