@lrnwebcomponents/utils
Advanced tools
Comparing version 7.0.16 to 7.0.17
@@ -24,4 +24,4 @@ export const activeStateBehavior = function (SuperClass) { | ||
let prop = {}; | ||
if (super.prop) { | ||
prop = super.prop; | ||
if (super.properties) { | ||
prop = super.properties; | ||
} | ||
@@ -28,0 +28,0 @@ prop.isUserSelected = { |
@@ -8,4 +8,4 @@ export const remoteLinkBehavior = function (SuperClass) { | ||
let prop = {}; | ||
if (super.prop) { | ||
prop = super.prop; | ||
if (super.properties) { | ||
prop = super.properties; | ||
} | ||
@@ -12,0 +12,0 @@ prop.remoteLinkTarget = { |
{ | ||
"name": "@lrnwebcomponents/utils", | ||
"version": "7.0.16", | ||
"version": "7.0.17", | ||
"description": "Helper functions to clean up web component data handling.", | ||
@@ -20,3 +20,3 @@ "repository": { | ||
}, | ||
"gitHead": "3f01a081c0e9953e959deffdbcba9a7dca1eeb65" | ||
"gitHead": "a0c8558d0ed97b0ebbdddc84ea90fd01cf330635" | ||
} |
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
79128