dependency-injection-cat
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -98,4 +98,4 @@ "use strict"; | ||
if (beanGenericType === null && propertyType !== null) { | ||
var qualified = typeQualifier_1.typeQualifier(beanGenericType); | ||
return qualified ? __assign(__assign({}, qualified), { typeNode: beanGenericType }) : null; | ||
var qualified = typeQualifier_1.typeQualifier(propertyType); | ||
return qualified ? __assign(__assign({}, qualified), { typeNode: propertyType }) : null; | ||
} | ||
@@ -102,0 +102,0 @@ var firstArgument = classElement.initializer.arguments[0]; |
{ | ||
"name": "dependency-injection-cat", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
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
187590