lemonadejs
Advanced tools
Comparing version 4.0.0-beta.0 to 4.0.0-beta.1
@@ -723,3 +723,3 @@ /** | ||
// Get the reference to the object | ||
let o = Path.call(self, prop); | ||
let o = extractFromPath.call(self, prop, true); | ||
// Apply the new value | ||
@@ -726,0 +726,0 @@ (o[0])[o[1]] = getAttribute(this); |
@@ -728,3 +728,3 @@ /** | ||
// Get the reference to the object | ||
let o = Path.call(self, prop); | ||
let o = extractFromPath.call(self, prop, true); | ||
// Apply the new value | ||
@@ -731,0 +731,0 @@ (o[0])[o[1]] = getAttribute(this); |
@@ -42,3 +42,3 @@ { | ||
"types": "dist/lemonade.d.ts", | ||
"version": "4.0.0-beta.0" | ||
"version": "4.0.0-beta.1" | ||
} |
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
91937