@hegel/core
Advanced tools
Comparing version 0.0.23 to 0.0.24
{ | ||
"name": "@hegel/core", | ||
"author": "Artem Kobzar", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "main": "./index.js", |
@@ -102,3 +102,3 @@ "use strict"; | ||
getPropertyType(propertyName) { | ||
const propertyType = this.readonly.getPropertyType(propertyName); | ||
const propertyType = this.readonly.getPropertyType(propertyName, true); | ||
@@ -105,0 +105,0 @@ if (propertyType === null || propertyType instanceof $AppliedImmutable) { |
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
388045